Package | Description |
---|---|
org.forgerock.i18n |
A common framework for embedding localizable messages in applications.
|
org.forgerock.opendj.config |
Common administration classes.
|
org.forgerock.opendj.config.client |
Common client-side administration classes.
|
org.forgerock.opendj.config.server |
Server-side administration interface.
|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.forgerock.opendj.ldap.schema |
Classes and interfaces for constructing and querying LDAP schemas.
|
org.forgerock.opendj.security |
An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based
KeyStore service. |
org.forgerock.opendj.server.embedded |
Provides support for an embedded directory server.
|
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.protocols.asn1 |
Contains the Directory Server classes for performing encoding and decoding of ASN.1 elements.
|
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.replication.server.changelog.api |
This package contains the API for the changelog database.
|
org.opends.server.tools.dsreplication |
Defines the classes that are you used by the replication command lines.
|
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.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.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalizedIllegalArgumentException
Thrown to indicate that a method has been passed an illegal or inappropriate
argument.
|
Modifier and Type | Class and Description |
---|---|
class |
AdminException
Exceptions thrown when interacting with administration framework.
|
class |
DecodingException
The requested managed object was found but it could not be decoded.
|
class |
DefinitionDecodingException
The requested managed object was found but its type could not be determined.
|
class |
ExpressionException
Exception related to decoding of expression.
|
class |
ManagedObjectAlreadyExistsException
A managed object could not be created because there is an existing managed
object with the same name.
|
class |
ManagedObjectNotFoundException
The requested managed object could not be located.
|
class |
OperationsException
Exceptions thrown as a result of errors that occurred when reading, listing,
and modifying managed objects.
|
class |
PropertyException
Exceptions thrown as a result of errors that occurred when decoding and
modifying property values.
|
class |
PropertyNotFoundException
Thrown when an attempt is made to retrieve a property using its name but the
name was not recognized.
|
Modifier and Type | Method and Description |
---|---|
static PropertyException |
PropertyException.errorReadingFileCommonsConfigTokenException(PropertyDefinition<?> pd,
String expression,
LocalizableException cause)
Creates a new error reading file commons-config token exception, raised when the file content resolver
could not retrieve the value from the file.
|
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentModificationException
This exception is thrown when a critical concurrent modification is detected
by the client.
|
class |
IllegalManagedObjectNameException
Thrown when an attempt is made to create a new managed object with an illegal
name.
|
class |
ManagedObjectDecodingException
The requested managed object was found but one or more of its properties could not be decoded successfully.
|
class |
MissingMandatoryPropertiesException
This exception is thrown when an attempt is made to add or modify a managed
object when one or more of its mandatory properties are undefined.
|
class |
OperationRejectedException
This exception is thrown when the client or server refuses to create, delete,
or modify a managed object due to one or more constraints that cannot be
satisfied.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigException
Thrown during the course of interactions with the Directory Server configuration.
|
class |
ServerManagedObjectDecodingException
The requested server managed object was found but one or more of its
properties could not be decoded successfully.
|
Modifier and Type | Class and Description |
---|---|
class |
AssertionFailureException
Thrown when the result code returned in a Result indicates that the Request
failed because the filter contained in an assertion control failed to match
the target entry.
|
class |
AuthenticationException
Thrown when the result code returned in a Result indicates that the Bind
Request failed due to an authentication failure.
|
class |
AuthorizationException
Thrown when the result code returned in a Result indicates that the Request
failed due to an authorization failure.
|
class |
CancelledResultException
Thrown when the result code returned in a Result indicates that the Request
was cancelled.
|
class |
ConnectionException
Thrown when the result code returned in a Result indicates that the Request
was unsuccessful because of a connection failure.
|
class |
ConstraintViolationException
Thrown when the result code returned in a Result indicates that the update
Request failed because it would have left the Directory in an inconsistent
state.
|
class |
DecodeException
Thrown when data from an input source cannot be decoded, perhaps due to the
data being malformed in some way.
|
class |
EntryNotFoundException
Thrown when the result code returned in a Result indicates that the Request
failed because the target entry was not found by the Directory Server.
|
class |
LdapException
Thrown when the result code returned in a Result indicates that the Request
was unsuccessful.
|
class |
MultipleEntriesFoundException
Thrown when the result code returned in a Result indicates that the requested
single entry search operation or read operation failed because the Directory
Server returned multiple matching entries (or search references) when only a
single matching entry was expected.
|
class |
ReferralException
Thrown when the result code returned in a Result indicates that the Request
could not be processed by the Directory Server because the target entry is
located on another server.
|
class |
TimeoutResultException
Thrown when the result code returned in a Result indicates that the Request
was aborted because it did not complete in the required time out period.
|
Modifier and Type | Class and Description |
---|---|
class |
ConflictingSchemaElementException
Thrown when addition of a schema element to a schema builder fails because
the OID of the schema element conflicts with an existing schema element and
the caller explicitly requested not to override existing schema elements.
|
class |
UnknownSchemaElementException
Thrown when a schema query fails because the requested schema element could
not be found or is ambiguous.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalizedKeyStoreException
A localized
KeyStoreException . |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedDirectoryServerException
Exception that may be thrown by an embedded directory server if a problem occurs while performing an operation on the
server.
|
Modifier and Type | Class and Description |
---|---|
class |
AciException
The AciException class defines an exception that may be thrown either during ACI syntax verification of an "aci"
attribute type value or during evaluation of an LDAP operation using a set of applicable ACIs.
|
Modifier and Type | Class and Description |
---|---|
class |
GSERException
This class defines an exception that may be thrown if a problem occurs while interacting with a GSER String.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalizedHttpApplicationException
Thrown to indicate that an
HttpApplication was unable to start. |
Modifier and Type | Class and Description |
---|---|
class |
AbortedChangelogCursorException
This exception is thrown when a cursor that has been aborted is used.
|
class |
ChangelogException
This class define an Exception that must be used when some error condition was detected in the changelog database
that cannot be recovered automatically.
|
Modifier and Type | Class and Description |
---|---|
class |
ADSContextException
This is the exception that is thrown in
ADSContext . |
class |
TopologyCacheException
This class represents the Exception that can occur while reading server configuration through the TopologyCache
class.
|
Modifier and Type | Class and Description |
---|---|
class |
TaskClientException
Exception for problems related to interacting with the task backend.
|
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
IdentifiedException
This class defines a base exception that should be extended by any exception that exposes a unique identifier for the
associated message.
|
class |
InitializationException
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server
component.
|
class |
MembershipException
This class defines an exception that may be thrown if a problem occurs while attempting to iterate across the members
of a group.
|
class |
OpenDsException
This class defines a base exception for OpenDS exceptions.
|
Modifier and Type | Class and Description |
---|---|
class |
LDIFException
This class defines an exception that may be thrown while attempting to parse LDIF content.
|
Copyright 2010-2022 ForgeRock AS.