Package com.unboundid.directory.sdk.common.types

This package defines a number of data types for use in extensions intended for use in UnboundID server products, including the Directory Server, Directory Proxy Server, and Synchronization Server.

See:
          Description

Interface Summary
ActiveOperationContext This interface defines a set of methods that may be used to obtain information about an operation that is actively being processed and for which the final response has not yet been sent.
ActiveSearchOperationContext This interface defines a set of methods that may be used to obtain information about a search operation that is actively being processed and for which the final response has not yet been sent.
AlertNotification This interface defines a set of methods that may be used to interact with an alert notification.
AuthInfo This interface defines a set of methods that may be used to obtain information about the authentication and/or authorization identity of a client connection.
ClientContext This interface defines a set of methods that may be used to obtain information about a client connection that has been established to the server.
CompletedOperationContext This interface defines a set of methods that may be used to obtain information about an operation for which processing has been completed.
CompletedSearchOperationContext This interface defines a set of methods that may be used to obtain information about a search operation for which processing has been completed.
Entry This interface defines a set of methods which may be used to interact with an entry.
ForwardTarget This interface defines a set of methods which may be used to obtain information about a server to which an operation may be forwarded for processing.
InternalConnection This interface defines a set of methods that may be used to perform internal operations within the server.
LogWriter This interface provides methods to interact with a log writer within the core server logging framework.
OperationContext This interface defines a set of methods that may be used to obtain information about an operation being processed by the server.
RegisteredDiskSpaceConsumer This interface is used to mark an object which has been registered with the server as a disk space consumer.
RegisteredMonitorProvider This interface is used to mark an object which has been registered with the server as a monitor provider.
RegisteredServerShutdownListener This interface is used to mark an object which has been registered with the server as a server shutdown listener.
ServerContext This interface may be used to obtain information about the server in which an extension is running.
UpdatableEntry This interface defines a set of methods which may be used to update the contents of an entry.
 

Class Summary
ExtensionBundle This class represents the physical state of an UnboundID Server extension bundle.
InstallExtensionDetails This class defines a structure which may be used to provide information about the manage extension installation state.
PostManageExtensionPluginResult This class defines a structure which may be used to provide information about the result of the processing performed by a manage extension plugin.
PreManageExtensionPluginResult This class defines a structure which may be used to provide information about the result of the processing performed by a manage extension plugin.
UpdateExtensionDetails This class defines a structure which may be used to provide information about the manage extension update state.
Version This class provides version information for the UnboundID Server SDK.
 

Enum Summary
AlertSeverity This enumeration defines the severities that may be used for alert types.
AuthType This enum defines the set of authentication types that may be used for a client connection.
ConditionResult This enum defines a set of values which may be used to represent the result of a Boolean evaluation in which the result may be undefined.
DisconnectReason This enumeration defines the set of possible reasons for the closure of a connection between a client and the server.
LogCategory This enum defines the set of severities that may be used for error log messages.
LogSeverity This enum defines the set of severities that may be used for error log messages.
OperationType This enumeration defines the set of possible operation types that may be processed by the server.
 

Package com.unboundid.directory.sdk.common.types Description

This package defines a number of data types for use in extensions intended for use in UnboundID server products, including the Directory Server, Directory Proxy Server, and Synchronization Server.