Uses of Package
org.opends.server.types
-
Packages that use org.opends.server.types Package Description org.forgerock.opendj.server.core Classes implementing core server APIs.org.forgerock.opendj.server.embedded Provides support for an embedded directory server.org.opends.messages Defines all the messages that may be used in the Directory Server and tools.org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.api.plugin Defines the Directory Server plugin API.org.opends.server.authorization.dseecompat Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access control handler implementation.org.opends.server.authorization.policy Contains the policy based access control handler implementation.org.opends.server.backends Contains various Directory Server backend implementations.org.opends.server.backends.jeb Contains the code for the Directory Server backend that uses the Berkeley DB Java Edition as the repository for storing entry and index information.org.opends.server.backends.pluggable Contains the code for implementing Directory Server pluggable storage backends.org.opends.server.backends.task Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.org.opends.server.backup Classes related to backup and restore.org.opends.server.config Contains code used to interact with the Directory Server configuration.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.crypto This package implements the Directory Server cryptographic framework, which is described in the CrytpoManager design document.org.opends.server.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages.org.opends.server.loggers Contains implementations of Directory Server access, error, and debug loggers.org.opends.server.plugins Contains the implementation for various Directory Server plugins.org.opends.server.protocols Contains various Directory Server connection handler implementations which will be used to accept connections from and perform communication with clients over various protocols.org.opends.server.protocols.http Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using HTTP.org.opends.server.protocols.http.authz Contains factories to build the authorization stage of the HTTP request processing.org.opends.server.protocols.jmx Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using JMX.org.opends.server.protocols.ldap Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using LDAPv3.org.opends.server.replication.common This package contains utilities that can are used by all the packages below org.opends.server.replication.org.opends.server.replication.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side.org.opends.server.replication.protocol This package contains the code used by the replication server and by the code running on the Directory Server side to exchange their information.org.opends.server.replication.server.changelog.api This package contains the API for the changelog database.org.opends.server.replication.server.changelog.file This package contains a file-based log implementation for the changelog database API.org.opends.server.schema Contains implementations of various Directory Server schema elements.org.opends.server.tools.dsbackup Classes related to dsbackup tool.org.opends.server.tools.tasks This package contains classes that support client tool interaction with the tasks backend.org.opends.server.types Contains implementations for a number of Directory Server data types.org.opends.server.types.operation Contains a number of interfaces that are implemented by the various types of Directory Server operations.org.opends.server.util Contains implementations for various Directory Server utility classes and methods which may be used throughout the server but do not necessarily fit in elsewhere. -
Classes in org.opends.server.types used by org.forgerock.opendj.server.core Class Description AdditionalLogItem An additional log item for an operation which may be processed in the access log.AuthenticationInfo This class defines a data structure that may be used to store information about an authenticated user.Privilege This class implements an enumeration that defines the set of privileges available in the Directory Server. -
Classes in org.opends.server.types used by org.forgerock.opendj.server.embedded Class Description OpenDsException This class defines a base exception for OpenDS exceptions. -
Classes in org.opends.server.types used by org.opends.messages Class Description PublicAPI This class defines an annotation type that can be used to describe the position of a package, class, or method in the OpenDS public API (including to denote that the associated code should NOT be considered part of the public API). -
Classes in org.opends.server.types used by org.opends.server.api Class Description AccountStatusNotification This class defines a data type for storing information associated with an account status notification.AuthenticationInfo This class defines a data structure that may be used to store information about an authenticated user.DisconnectReason This enumeration defines the set of possible reasons for the closure of a connection between a client and the Directory Server.IndexType This class implements an enumeration that may be used to define the ways in which an attribute may be indexed within the server.InitializationException This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server component.LDIFExportConfig This class defines a data structure for holding configuration information to use when performing an LDIF export.LDIFImportConfig This class defines a data structure for holding configuration information to use when performing an LDIF import.LDIFImportResult This class defines a data structure for providing information about the state of a completed LDIF import, including the total number of entries read, skipped, and rejected.MemberList Iterator that can be used to iterate over the members of a group.Operation This class defines a generic operation that may be processed by the Directory Server.Privilege This class implements an enumeration that defines the set of privileges available in the Directory Server.PublicAPI This class defines an annotation type that can be used to describe the position of a package, class, or method in the OpenDS public API (including to denote that the associated code should NOT be considered part of the public API).SynchronizationProviderResult This class defines a data structure that holds information about the result of processing by a synchronization provider.WritabilityMode This class implements an enumeration that may be used to control the writability mode for the entire server or for a specific backend. -
Classes in org.opends.server.types used by org.opends.server.api.plugin Class Description DisconnectReason This enumeration defines the set of possible reasons for the closure of a connection between a client and the Directory Server.InitializationException This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server component.LDIFImportConfig This class defines a data structure for holding configuration information to use when performing an LDIF import.PublicAPI This class defines an annotation type that can be used to describe the position of a package, class, or method in the OpenDS public API (including to denote that the associated code should NOT be considered part of the public API). -
Classes in org.opends.server.types used by org.opends.server.authorization.dseecompat Class Description AuthenticationInfo This class defines a data structure that may be used to store information about an authenticated user.IdentifiedException This class defines a base exception that should be extended by any exception that exposes a unique identifier for the associated message.InitializationException This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server component.LDAPURL This class defines a data structure that represents the components of an LDAP URL, including the scheme, host, port, base DN, attributes, scope, filter, and extensions.OpenDsException This class defines a base exception for OpenDS exceptions.Operation This class defines a generic operation that may be processed by the Directory Server. -
Classes in org.opends.server.types used by org.opends.server.authorization.policy Class Description Operation This class defines a generic operation that may be processed by the Directory Server. -
Classes in org.opends.server.types used by org.opends.server.backends Class Description IndexType This class implements an enumeration that may be used to define the ways in which an attribute may be indexed within the server.InitializationException This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server component.LDIFExportConfig This class defines a data structure for holding configuration information to use when performing an LDIF export.LDIFImportConfig This class defines a data structure for holding configuration information to use when performing an LDIF import.LDIFImportResult This class defines a data structure for providing information about the state of a completed LDIF import, including the total number of entries read, skipped, and rejected. -
Classes in org.opends.server.types used by org.opends.server.backends.jeb Class Description InitializationException This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server component. -
Classes in org.opends.server.types used by org.opends.server.backends.pluggable Class Description IndexType This class implements an enumeration that may be used to define the ways in which an attribute may be indexed within the server.InitializationException This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server component.LDIFExportConfig This class defines a data structure for holding configuration information to use when performing an LDIF export.LDIFImportConfig This class defines a data structure for holding configuration information to use when performing an LDIF import.LDIFImportResult This class defines a data structure for providing information about the state of a completed LDIF import, including the total number of entries read, skipped, and rejected. -
Classes in org.opends.server.types used by org.opends.server.backends.task Class Description IndexType This class implements an enumeration that may be used to define the ways in which an attribute may be indexed within the server.InitializationException This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server component.LDIFExportConfig This class defines a data structure for holding configuration information to use when performing an LDIF export.LDIFImportConfig This class defines a data structure for holding configuration information to use when performing an LDIF import.LDIFImportResult This class defines a data structure for providing information about the state of a completed LDIF import, including the total number of entries read, skipped, and rejected.LockManager.DNLock A lock on an entry or subtree.Operation This class defines a generic operation that may be processed by the Directory Server. -
Classes in org.opends.server.types used by org.opends.server.backup Class Description Cancellable Base for data structures that define configuration for operations.InitializationException This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server component. -
Classes in org.opends.server.types used by org.opends.server.config Class Description InitializationException This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server component.LDIFExportConfig This class defines a data structure for holding configuration information to use when performing an LDIF export.PublicAPI This class defines an annotation type that can be used to describe the position of a package, class, or method in the OpenDS public API (including to denote that the associated code should NOT be considered part of the public API). -
Classes in org.opends.server.types used by org.opends.server.core Class Description AcceptRejectWarn This class implements an enumeration that may be used for configuration items that may have three possible values: accept, reject, or warn.AccountStatusNotificationProperty This class implements an enumeration that holds the possible set of additional properties that can be included in an account status notification.AccountStatusNotificationType This class implements an enumeration that holds the possible event types that can trigger an account status notification.AuthenticationInfo This class defines a data structure that may be used to store information about an authenticated user.AuthenticationType This enumeration defines the set of possible authentication types that may be used for a bind request.DirectoryEnvironmentConfig This class provides a set of properties that may control various aspects of the server environment.DisconnectReason This enumeration defines the set of possible reasons for the closure of a connection between a client and the Directory Server.InitializationException This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server component.LDIFExportConfig This class defines a data structure for holding configuration information to use when performing an LDIF export.LDIFImportConfig This class defines a data structure for holding configuration information to use when performing an LDIF import.LockManager A lock manager coordinates directory update operations so that the DIT structure remains in a consistent state, as well as providing repeatable read isolation.Operation This class defines a generic operation that may be processed by the Directory Server.OperationType This enumeration defines the set of possible operation types that may be processed by the Directory Server.Privilege This class implements an enumeration that defines the set of privileges available in the Directory Server.ProcessId Represents a process ID which allows differentiating DS and RS instances running in the same JVM.SubEntry This class represents RFC 3672 subentries and RFC 3671 collective attribute subentries objects.VirtualAttributeRule This class defines a virtual attribute rule, which associates a virtual attribute provider with its associated configuration, including the attribute type for which the values should be generated; the base DN(s), group DN(s), and search filter(s) that should be used to identify which entries should have the virtual attribute, and how conflicts between real and virtual values should be handled.WritabilityMode This class implements an enumeration that may be used to control the writability mode for the entire server or for a specific backend. -
Classes in org.opends.server.types used by org.opends.server.crypto Class Description CryptoManagerException This class defines an exception that is thrown in the case of problems with encryption key management, and is a wrapper for a variety of other cipher related exceptions.InitializationException This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server component.OpenDsException This class defines a base exception for OpenDS exceptions. -
Classes in org.opends.server.types used by org.opends.server.extensions Class Description AccountStatusNotification This class defines a data type for storing information associated with an account status notification.InitializationException This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server component.MemberList Iterator that can be used to iterate over the members of a group.Operation This class defines a generic operation that may be processed by the Directory Server. -
Classes in org.opends.server.types used by org.opends.server.loggers Class Description DisconnectReason This enumeration defines the set of possible reasons for the closure of a connection between a client and the Directory Server.InitializationException This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server component.PublicAPI This class defines an annotation type that can be used to describe the position of a package, class, or method in the OpenDS public API (including to denote that the associated code should NOT be considered part of the public API). -
Classes in org.opends.server.types used by org.opends.server.plugins Class Description LDIFImportConfig This class defines a data structure for holding configuration information to use when performing an LDIF import. -
Classes in org.opends.server.types used by org.opends.server.protocols Class Description Operation This class defines a generic operation that may be processed by the Directory Server. -
Classes in org.opends.server.types used by org.opends.server.protocols.http Class Description InitializationException This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server component. -
Classes in org.opends.server.types used by org.opends.server.protocols.http.authz Class Description InitializationException This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server component. -
Classes in org.opends.server.types used by org.opends.server.protocols.jmx Class Description AuthenticationInfo This class defines a data structure that may be used to store information about an authenticated user.DisconnectReason This enumeration defines the set of possible reasons for the closure of a connection between a client and the Directory Server.Operation This class defines a generic operation that may be processed by the Directory Server. -
Classes in org.opends.server.types used by org.opends.server.protocols.ldap Class Description DisconnectReason This enumeration defines the set of possible reasons for the closure of a connection between a client and the Directory Server.InitializationException This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server component.Operation This class defines a generic operation that may be processed by the Directory Server. -
Classes in org.opends.server.types used by org.opends.server.replication.common Class Description ProcessId Represents a process ID which allows differentiating DS and RS instances running in the same JVM. -
Classes in org.opends.server.types used by org.opends.server.replication.plugin Class Description LDIFExportConfig This class defines a data structure for holding configuration information to use when performing an LDIF export.LDIFImportConfig This class defines a data structure for holding configuration information to use when performing an LDIF import.SynchronizationProviderResult This class defines a data structure that holds information about the result of processing by a synchronization provider. -
Classes in org.opends.server.types used by org.opends.server.replication.protocol Class Description ProcessId Represents a process ID which allows differentiating DS and RS instances running in the same JVM. -
Classes in org.opends.server.types used by org.opends.server.replication.server.changelog.api Class Description OpenDsException This class defines a base exception for OpenDS exceptions. -
Classes in org.opends.server.types used by org.opends.server.replication.server.changelog.file Class Description CryptoManagerException This class defines an exception that is thrown in the case of problems with encryption key management, and is a wrapper for a variety of other cipher related exceptions. -
Classes in org.opends.server.types used by org.opends.server.schema Class Description InitializationException This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server component. -
Classes in org.opends.server.types used by org.opends.server.tools.dsbackup Class Description Cancellable Base for data structures that define configuration for operations. -
Classes in org.opends.server.types used by org.opends.server.tools.tasks Class Description OpenDsException This class defines a base exception for OpenDS exceptions. -
Classes in org.opends.server.types used by org.opends.server.types Class Description AcceptRejectWarn This class implements an enumeration that may be used for configuration items that may have three possible values: accept, reject, or warn.AccountStatusNotificationProperty This class implements an enumeration that holds the possible set of additional properties that can be included in an account status notification.AccountStatusNotificationType This class implements an enumeration that holds the possible event types that can trigger an account status notification.AdditionalLogItem An additional log item for an operation which may be processed in the access log.AuthenticationInfo This class defines a data structure that may be used to store information about an authenticated user.AuthenticationType This enumeration defines the set of possible authentication types that may be used for a bind request.Cancellable Base for data structures that define configuration for operations.DisconnectReason This enumeration defines the set of possible reasons for the closure of a connection between a client and the Directory Server.ExistingFileBehavior This enumeration defines the set of possible behaviors that should be taken when attempting to write to a file that already exists.FilePermission This class provides a mechanism for setting file permissions in a more abstract manner than is provided by the underlying operating system and/or filesystem.IdentifiedException This class defines a base exception that should be extended by any exception that exposes a unique identifier for the associated message.IndexType This class implements an enumeration that may be used to define the ways in which an attribute may be indexed within the server.InitializationException This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server component.LDAPURL This class defines a data structure that represents the components of an LDAP URL, including the scheme, host, port, base DN, attributes, scope, filter, and extensions.LockManager.DNLock A lock on an entry or subtree.NamedCharacterSet This class provides a data structure that makes it possible to associate a name with a given set of characters.OpenDsException This class defines a base exception for OpenDS exceptions.Operation This class defines a generic operation that may be processed by the Directory Server.OperationType This enumeration defines the set of possible operation types that may be processed by the Directory Server.Privilege This class implements an enumeration that defines the set of privileges available in the Directory Server.ProcessId Represents a process ID which allows differentiating DS and RS instances running in the same JVM.PublicAPI This class defines an annotation type that can be used to describe the position of a package, class, or method in the OpenDS public API (including to denote that the associated code should NOT be considered part of the public API).Range Represents a range of objects, where the bounds are always inclusive and may benull
.StabilityLevel This class implements an enumeration whose values may be used to indicate the stability level of API classes and/or methods.SubtreeSpecification An RFC 3672 subtree specification.SynchronizationProviderResult This class defines a data structure that holds information about the result of processing by a synchronization provider.WritabilityMode This class implements an enumeration that may be used to control the writability mode for the entire server or for a specific backend. -
Classes in org.opends.server.types used by org.opends.server.types.operation Class Description AdditionalLogItem An additional log item for an operation which may be processed in the access log.AuthenticationType This enumeration defines the set of possible authentication types that may be used for a bind request.DisconnectReason This enumeration defines the set of possible reasons for the closure of a connection between a client and the Directory Server.OperationType This enumeration defines the set of possible operation types that may be processed by the Directory Server.PublicAPI This class defines an annotation type that can be used to describe the position of a package, class, or method in the OpenDS public API (including to denote that the associated code should NOT be considered part of the public API). -
Classes in org.opends.server.types used by org.opends.server.util Class Description IdentifiedException This class defines a base exception that should be extended by any exception that exposes a unique identifier for the associated message.InitializationException This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server component.LDIFImportConfig This class defines a data structure for holding configuration information to use when performing an LDIF import.OpenDsException This class defines a base exception for OpenDS exceptions.PublicAPI This class defines an annotation type that can be used to describe the position of a package, class, or method in the OpenDS public API (including to denote that the associated code should NOT be considered part of the public API).