Package | Description |
---|---|
org.opends.admin.ads |
Defines the different classes that are you used to have a read-only
view of the configuration of the servers that are registered in the
Administration Directory Server (ADS).
|
org.opends.guitools.controlpanel.datamodel |
Defines the data structures that are used in the control panel.
|
org.opends.guitools.controlpanel.task |
Defines the main classes that are you used to perform the administrative
operations: start the server, modify an entry, delete a base DN, etc.
|
org.opends.guitools.controlpanel.ui |
Contains the panels and dialogs displayed in the Control Panel.
|
org.opends.guitools.controlpanel.util |
Contains some utilities used in the Control Panel.
|
org.opends.quicksetup |
Defines the main classes that are you used by both the QuickSetup utilities:
the installer.
|
org.opends.quicksetup.installer |
Defines the classes that are you used by both the off-line and the web start
installer.
|
org.opends.quicksetup.util |
Defines the different auxiliary classes that can be used by the different
applications (installer).
|
org.opends.server.admin |
Common administration classes.
|
org.opends.server.admin.client |
Common client-side administration classes.
|
org.opends.server.admin.server |
Server-side administration interface.
|
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.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.config |
Contains code used to interact with the Directory Server configuration.
|
org.opends.server.protocols.asn1 |
Contains the Directory Server classes for performing encoding and decoding of
ASN.1 elements.
|
org.opends.server.replication.server.changelog.api |
This package contains the API for the changelog database.
|
org.opends.server.tools |
Contains various Directory Server tool implementations.
|
org.opends.server.tools.dsreplication |
Defines the classes that are you used by the replication
command lines.
|
org.opends.server.tools.makeldif |
This package provides classes for a tool which may be used to generate LDIF
content based on user-defined templates.
|
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 |
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 |
CannotRenameException
Exception that occurs when the user ask to make a modification that is not
handled by ModifyEntryTask.
|
class |
CheckEntrySyntaxException
The exception that occurs when the user is editing an entry and some of the
provided data is not valid.
|
class |
ConfigReadException
Exception that occurs reading the server configuration.
|
Modifier and Type | Method and Description |
---|---|
List<OpenDsException> |
ServerDescriptor.getExceptions()
Returns the exceptions that occurred while reading the configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerDescriptor.setExceptions(Collection<OpenDsException> exceptions)
Sets the exceptions that occurred while reading the configuration.
|
Modifier and Type | Method and Description |
---|---|
Entry |
CustomSearchResult.getEntry()
Gets the Entry object equivalent to this CustomSearchResult.
|
Modifier and Type | Class and Description |
---|---|
class |
OfflineUpdateException
Exception throw when there is an error updating the configuration offline
(in general updating the configuration files).
|
class |
OnlineUpdateException
Exception throw when there is an error updating the configuration online
(in general is used as a wrapper when we get a NamingException).
|
Modifier and Type | Method and Description |
---|---|
Entry |
TableViewEntryPanel.getEntry()
Returns an Entry object representing what the panel is displaying.
|
Entry |
LDIFViewEntryPanel.getEntry()
Returns an Entry object representing what the panel is displaying.
|
abstract Entry |
ViewEntryPanel.getEntry()
Returns an Entry object representing what the panel is displaying.
|
Entry |
SimplifiedViewEntryPanel.getEntry()
Returns an Entry object representing what the panel is displaying.
|
static Entry |
ManageTasksPanel.getEntry(CustomSearchResult csr)
Gets the Entry object equivalent to the provided CustomSearchResult.
|
Modifier and Type | Field and Description |
---|---|
protected static OpenDsException |
ConfigReader.environmentSettingException
The error that occurred when setting the environment (null if no error
occurred).
|
Modifier and Type | Field and Description |
---|---|
protected List<OpenDsException> |
ConfigReader.exceptions
The exceptions that occurred reading the configuration.
|
Modifier and Type | Method and Description |
---|---|
List<OpenDsException> |
ConfigReader.getExceptions()
Returns the list of exceptions that were encountered reading the
configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigFromDirContext.updateTaskInformation(InitialLdapContext ctx,
List<OpenDsException> ex,
Collection<TaskEntry> ts)
Updates the provided list of TaskEntry with the task entries found in a
server.
|
Modifier and Type | Method and Description |
---|---|
static void |
Utilities.deleteConfigSubtree(ConfigHandler confHandler,
DN dn)
Deletes a configuration subtree using the provided configuration handler.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationException
This exception is used to encapsulate all the error that we might have
during the installation.
|
class |
UserDataCertificateException
This exception is used when there is a certificate issue and the user must
be asked to accept it or not.
|
class |
UserDataConfirmationException
This exception is used when there is an confirmation to be asked
concerning the data provided by the user.
|
class |
UserDataException
This exception is used when there is an error with the data provided by
the user.
|
Modifier and Type | Class and Description |
---|---|
class |
PeerNotFoundException
The exception that is thrown during initialization if the peer specified
could not be found.
|
Modifier and Type | Class and Description |
---|---|
class |
IncompatibleVersionException
The exception representing an incompatible java version being used.
|
class |
WebBrowserException
This class is the exception that we get when we try to launch the user web
browser and we fail.
|
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 |
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 |
PropertyNotFoundException
Thrown when an attempt is made to retrieve a property using its name but the
name was not recognized.
|
Modifier and Type | Class and Description |
---|---|
class |
AdminClientException
Administration client exceptions represent non-operational problems
which occur whilst interacting with the administration framework.
|
class |
AdminSecurityException
This exception is thrown when a security related problem occurs
whilst interacting with the Directory Server.
|
class |
AuthenticationException
This exception is thrown when an authentication error occurs while
connecting to the Directory Server.
|
class |
AuthenticationNotSupportedException
This exception is thrown when the particular flavor of
authentication requested is not supported by the Directory Server.
|
class |
AuthorizationException
This exception is thrown when an authorization error occurs while
interacting with the Directory Server.
|
class |
CommunicationException
This exception is thrown when a communications related problem
occurs whilst interacting with the Directory Server.
|
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 |
ConstraintViolationException
This exception is thrown when the server refuses to use or delete a
managed object due to one or more constraints that cannot be
satisfied.
|
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 |
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 |
JebException
This class defines an exception that may be thrown if a problem occurs in the
JE backend database.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigException
This class defines an exception that may be thrown during the course of
interactions with the Directory Server configuration.
|
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 |
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 |
LDAPConnectionException
This class defines an exception that may be thrown during the course of
creating an LDAP connection to the server.
|
class |
SSLConnectionException
This class defines an exception that may be thrown during the course of
creating an SSL connection.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplicationCliException
The exception that is thrown during the replication command-line execution.
|
Modifier and Type | Class and Description |
---|---|
class |
MakeLDIFException
This class defines an exception that can be thrown if a problem occurs during
MakeLDIF processing.
|
Modifier and Type | Class and Description |
---|---|
class |
TaskClientException
Exception for problems related to interacting with the task backend.
|
Constructor and Description |
---|
TaskClientException(OpenDsException cause)
Constructs a parameterized instance.
|
Modifier and Type | Class and Description |
---|---|
class |
CanceledOperationException
This class defines an exception that may be thrown if the operation
being processed is cancelled for some reason (e.g., an abandon or
cancel request from the client).
|
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 |
DirectoryException
This class defines an exception that may be thrown if a problem
occurs in the Directory Server.
|
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 |
LDAPException
This class defines an exception that may be thrown if a problem
occurs while interacting with an LDAP protocol element.
|
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.
|
Constructor and Description |
---|
DirectoryException(org.forgerock.opendj.ldap.ResultCode resultCode,
OpenDsException cause)
Creates a new directory exception with the provided information.
|
OpenDsException(OpenDsException cause)
Constructs a new instance from another
OpenDsException . |
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-2015 ForgeRock AS. All Rights Reserved.