- canGetAttribute(String, String, RequestContext) - Method in class com.unboundid.directory.sdk.broker.api.PolicyInformationProvider
-
Determine whether this Policy Information Provider can retrieve the
specified attribute from the specified attributes category.
- canGetJsonContent(String, String, RequestContext) - Method in class com.unboundid.directory.sdk.broker.api.PolicyInformationProvider
-
Determine whether this Policy Information Provider can retrieve JSON
content for the specified attributes category and optionally,
ContextSelectorId.
- CertificateMapper - Class in com.unboundid.directory.sdk.ds.api
-
This class defines an API that must be implemented by extensions which
attempt to map a certificate presented by a client (e.g., via SSL or
StartTLS) to a user defined in the server.
- CertificateMapper() - Constructor for class com.unboundid.directory.sdk.ds.api.CertificateMapper
-
Creates a new instance of this certificate mapper.
- CertificateMapperConfig - Interface in com.unboundid.directory.sdk.ds.config
-
This interface defines a set of methods that may be used to obtain
information about the general configuration for a certificate mapper.
- changedAttributes(String[]) - Method in class com.unboundid.directory.sdk.sync.types.ChangeRecord.Builder
-
Set the set of changed attributes for this change entry.
- changedColumns(String[]) - Method in class com.unboundid.directory.sdk.sync.types.DatabaseChangeRecord.Builder
-
Set the set of changed columns for this change entry.
- ChangeListener - Interface in com.unboundid.directory.sdk.ds.api
-
This interface defines a set of methods that may be implemented by an
extension which should be used to receive information about changes processed
within the server as the result of add, delete, modify, or modify DN
operations.
- changeNumber(long) - Method in class com.unboundid.directory.sdk.sync.types.ChangeRecord.Builder
-
Set the change number that identifies this particular change (if
applicable).
- changeNumber(long) - Method in class com.unboundid.directory.sdk.sync.types.DatabaseChangeRecord.Builder
-
Set the change number that identifies this particular change (if
applicable).
- ChangeRecord - Class in com.unboundid.directory.sdk.sync.types
-
This class represents the basis for a single change record.
- ChangeRecord.Builder - Class in com.unboundid.directory.sdk.sync.types
-
This class is used to construct ChangeRecord instances.
- ChangeRequest - Interface in com.unboundid.directory.sdk.common.operation
-
This interface defines a set of methods which may be used to interact with a
request used to alter server contents.
- ChangeSubscription - Interface in com.unboundid.directory.sdk.ds.types
-
This interface defines a set of methods that may be used to interact with a
change subscription that has been defined in the server.
- ChangeSubscriptionHandler - Class in com.unboundid.directory.sdk.ds.api
-
This class defines an API that must be implemented by extensions which
receive notification of changes of interest processed within the server.
- ChangeSubscriptionHandler() - Constructor for class com.unboundid.directory.sdk.ds.api.ChangeSubscriptionHandler
-
Creates a new instance of this change subscription handler.
- ChangeSubscriptionHandlerConfig - Interface in com.unboundid.directory.sdk.ds.config
-
This interface defines a set of methods that may be used to obtain
information about the general configuration for a change subscription
handler.
- changeTime(long) - Method in class com.unboundid.directory.sdk.sync.types.ChangeRecord.Builder
-
Set the time at which the change occurred.
- changeTime(long) - Method in class com.unboundid.directory.sdk.sync.types.DatabaseChangeRecord.Builder
-
Set the time at which the change occurred.
- checkAvailableServer(BackendServer, LDAPConnection) - Method in class com.unboundid.directory.sdk.proxy.api.LDAPHealthCheck
-
Attempts to determine the health of the provided LDAP external server whose
last health check result indicated that the server had a state of
AVAILABLE.
- checkAvailableServer(BackendServer, LDAPConnection) - Method in class com.unboundid.directory.sdk.proxy.scripting.ScriptedLDAPHealthCheck
-
Attempts to determine the health of the provided LDAP external server whose
last health check result indicated that the server had a state of
AVAILABLE.
- checkCompatibility(String) - Static method in class com.unboundid.directory.sdk.common.types.ExtensionBundle
-
Checks to make sure the SDK version specified in the extension JAR file
is compatible with this server instance.
- checkDegradedServer(BackendServer, LDAPConnection) - Method in class com.unboundid.directory.sdk.proxy.api.LDAPHealthCheck
-
Attempts to determine the health of the provided LDAP external server whose
last health check result indicated that the server had a state of DEGRADED.
- checkDegradedServer(BackendServer, LDAPConnection) - Method in class com.unboundid.directory.sdk.proxy.scripting.ScriptedLDAPHealthCheck
-
Attempts to determine the health of the provided LDAP external server whose
last health check result indicated that the server had a state of DEGRADED.
- checkFailedOperation(CompletedProxyOperationContext, LDAPException, BackendServer) - Method in class com.unboundid.directory.sdk.proxy.api.LDAPHealthCheck
-
Attempts to determine the health of the provided LDAP external server in
which an attempted operation did not complete successfully.
- checkFailedOperation(CompletedProxyOperationContext, LDAPException, BackendServer) - Method in class com.unboundid.directory.sdk.proxy.scripting.ScriptedLDAPHealthCheck
-
Attempts to determine the health of the provided LDAP external server in
which an attempted operation did not complete successfully.
- checkUnavailableServer(BackendServer, LDAPConnection) - Method in class com.unboundid.directory.sdk.proxy.api.LDAPHealthCheck
-
Attempts to determine the health of the provided LDAP external server whose
last health check result indicated that the server had a state of
UNAVAILABLE.
- checkUnavailableServer(BackendServer, LDAPConnection) - Method in class com.unboundid.directory.sdk.proxy.scripting.ScriptedLDAPHealthCheck
-
Attempts to determine the health of the provided LDAP external server whose
last health check result indicated that the server had a state of
UNAVAILABLE.
- CipherStreamProvider - Class in com.unboundid.directory.sdk.ds.api
-
This class defines an API that must be implemented by extensions which
provide access to cipher input streams and cipher output streams to be used
by the server in order to read and write encrypted data.
- CipherStreamProvider() - Constructor for class com.unboundid.directory.sdk.ds.api.CipherStreamProvider
-
Creates a new instance of this cipher stream provider.
- CipherStreamProviderConfig - Interface in com.unboundid.directory.sdk.ds.config
-
This interface defines a set of methods that may be used to obtain
information about the general configuration for a cipher stream provider.
- cleanupChangelog(TransactionContext, long) - Method in class com.unboundid.directory.sdk.sync.api.JDBCSyncSource
-
Performs a cleanup of the changelog table (if desired).
- cleanupChangelog(TransactionContext, long) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedJDBCSyncSource
-
Performs a cleanup of the changelog table (if desired).
- clear() - Method in class com.unboundid.directory.sdk.broker.types.StoreAttributeDefinition.Builder
-
Clears all values in this builder, so that it can be reused.
- clearAffinityData(DN, Map<DN, BackendServer>) - Method in class com.unboundid.directory.sdk.proxy.api.ServerAffinityProvider
-
Clears all affinity data associated with the provided list of
load-balancing algorithms.
- ClientContext - Interface in com.unboundid.directory.sdk.common.types
-
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.
- close() - Method in class com.unboundid.directory.sdk.sync.types.TransactionContext
-
Releases the internal connection back the pool and invalidates this context
object.
- com.unboundid.directory.sdk.broker.api - package com.unboundid.directory.sdk.broker.api
-
This package defines a number of abstract classes and interfaces which may
be extended or implemented by third-party code in order to create extensions
primarily intended for use in the UnboundID Data Broker.
- com.unboundid.directory.sdk.broker.config - package com.unboundid.directory.sdk.broker.config
-
This package defines a number of interfaces that may be used to obtain
server-side configuration information for third-party extensions intended for
use in the UnboundID Data Broker.
- com.unboundid.directory.sdk.broker.internal - package com.unboundid.directory.sdk.broker.internal
-
This package defines a number of classes intended for internal use only
within the server SDK itself.
- com.unboundid.directory.sdk.broker.types - package com.unboundid.directory.sdk.broker.types
-
This package defines a number of data types for use in extensions intended
for use in the UnboundID Data Broker.
- com.unboundid.directory.sdk.common.api - package com.unboundid.directory.sdk.common.api
-
This package defines a number of abstract classes and interfaces which may
be extended or implemented by third-party code in order to create extensions
intended for use in various UnboundID server products.
- com.unboundid.directory.sdk.common.config - package com.unboundid.directory.sdk.common.config
-
This package defines a number of interfaces that may be used to obtain
server-side configuration information for third-party extensions common to
multiple UnboundID server products.
- com.unboundid.directory.sdk.common.internal - package com.unboundid.directory.sdk.common.internal
-
This package defines a number of classes intended for internal use only
within the server SDK itself.
- com.unboundid.directory.sdk.common.operation - package com.unboundid.directory.sdk.common.operation
-
This package defines a number of classes which represent various types of
operation requests and results.
- com.unboundid.directory.sdk.common.schema - package com.unboundid.directory.sdk.common.schema
-
This package defines a number of data types that may be used to obtain
information about the server schema.
- com.unboundid.directory.sdk.common.scripting - package com.unboundid.directory.sdk.common.scripting
-
This package defines a number of abstract classes which may be used to
implement scripted versions of extensions for use in various UnboundID server
products.
- com.unboundid.directory.sdk.common.types - 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.
- com.unboundid.directory.sdk.ds.api - package com.unboundid.directory.sdk.ds.api
-
This package defines a number of abstract classes and interfaces which may
be extended or implemented by third-party code in order to create extensions
primarily intended for use in the UnboundID Directory Server (also referred
to as the Directory Server), although some of the APIs defined
in this package may apply to other UnboundID products in certain contexts.
- com.unboundid.directory.sdk.ds.config - package com.unboundid.directory.sdk.ds.config
-
This package defines a number of interfaces that may be used to obtain
server-side configuration information for third-party extensions primarily
intended for use in the UnboundID Directory Server (also referred to as the
Directory Server), although they may be applicable to other
UnboundID server products in certain contexts.
- com.unboundid.directory.sdk.ds.internal - package com.unboundid.directory.sdk.ds.internal
-
This package defines a number of classes intended for internal use only
within the server SDK itself.
- com.unboundid.directory.sdk.ds.scripting - package com.unboundid.directory.sdk.ds.scripting
-
This package defines a number of abstract classes which may be used to
implement scripted versions of extensions primarily for use in the UnboundID
Directory Server (also referred to as the Directory Server),
although they may be applicable for use in other UnboundID server products in
certain contexts.
- com.unboundid.directory.sdk.ds.types - package com.unboundid.directory.sdk.ds.types
-
This package defines a number of data types for use in extensions primarily
intended for use in the UnboundID Directory Server (also referred to as the
Directory Server), although they may also be applicable to other
UnboundID server products in certain contexts.
- com.unboundid.directory.sdk.http.api - package com.unboundid.directory.sdk.http.api
-
This package defines a number of abstract classes and interfaces which may
be extended or implemented by third-party code in order to create
HTTP-based extensions intended for use in UnboundID server products.
- com.unboundid.directory.sdk.http.config - package com.unboundid.directory.sdk.http.config
-
This package defines a number of interfaces that may be used to obtain
server-side configuration information for HTTP-based third-party extensions
intended for use in the UnboundID server products.
- com.unboundid.directory.sdk.http.scripting - package com.unboundid.directory.sdk.http.scripting
-
This package defines a number of abstract classes which may be used to
implement scripted versions of HTTP-based extensions intended for use in
UnboundID server products.
- com.unboundid.directory.sdk.http.types - package com.unboundid.directory.sdk.http.types
-
This package defines a number of data types for use in HTTP-based extensions
intended for use in UnboundID server products.
- com.unboundid.directory.sdk.metrics.internal - package com.unboundid.directory.sdk.metrics.internal
-
This package defines a number of classes intended for internal use only
within the server SDK itself.
- com.unboundid.directory.sdk.metrics.types - package com.unboundid.directory.sdk.metrics.types
-
This package defines a number of data types for use in extensions intended
for use in the UnboundID Metrics Engine.
- com.unboundid.directory.sdk.proxy.api - package com.unboundid.directory.sdk.proxy.api
-
This package defines a number of abstract classes and interfaces which may
be extended or implemented by third-party code in order to create extensions
primarily intended for use in the UnboundID Directory Proxy Server (also
referred to as the Directory Proxy Server).
- com.unboundid.directory.sdk.proxy.config - package com.unboundid.directory.sdk.proxy.config
-
This package defines a number of interfaces that may be used to obtain
server-side configuration information for third-party extensions intended for
use in the UnboundID Directory Proxy Server (also referred to as the
Directory Proxy Server).
- com.unboundid.directory.sdk.proxy.internal - package com.unboundid.directory.sdk.proxy.internal
-
This package defines a number of classes intended for internal use only
within the server SDK itself.
- com.unboundid.directory.sdk.proxy.scripting - package com.unboundid.directory.sdk.proxy.scripting
-
This package defines a number of abstract classes which may be used to
implement scripted versions of extensions primarily for use in the UnboundID
Directory Proxy Server (also referred to as the Directory Proxy Server).
- com.unboundid.directory.sdk.proxy.types - package com.unboundid.directory.sdk.proxy.types
-
This package defines a number of data types for use in extensions intended
for use in the UnboundID Directory Proxy Server (also referred to as the
Directory Proxy Server).
- com.unboundid.directory.sdk.sync.api - package com.unboundid.directory.sdk.sync.api
-
This package defines a number of abstract classes and interfaces which may
be extended or implemented by third-party code in order to create extensions
primarily intended for use in the UnboundID Synchronization Server (also
referred to as the Data Sync Server).
- com.unboundid.directory.sdk.sync.config - package com.unboundid.directory.sdk.sync.config
-
This package defines a number of interfaces that may be used to obtain
server-side configuration information for third-party extensions intended for
use in the UnboundID Synchronization Server (also referred to as the
Data Sync Server).
- com.unboundid.directory.sdk.sync.internal - package com.unboundid.directory.sdk.sync.internal
-
This package defines a number of classes intended for internal use only
within the server SDK itself.
- com.unboundid.directory.sdk.sync.scripting - package com.unboundid.directory.sdk.sync.scripting
-
This package defines a number of abstract classes which may be used to
implement scripted versions of extensions primarily for use in the UnboundID
Synchronization Server (also referred to as the Data Sync Server).
- com.unboundid.directory.sdk.sync.types - package com.unboundid.directory.sdk.sync.types
-
This package defines a number of data types for use in extensions intended
for use in the UnboundID Synchronization Server (also referred to as the
Data Sync Server).
- com.unboundid.directory.sdk.sync.util - package com.unboundid.directory.sdk.sync.util
-
- commit() - Method in class com.unboundid.directory.sdk.sync.types.TransactionContext
-
Commits the internal Connection if the transaction has not timed out and is
still valid.
- COMPACT_VERSION_STRING - Static variable in class com.unboundid.directory.sdk.common.types.Version
-
The compact version string for the Server SDK, without any spaces.
- compare(HealthCheckResult, HealthCheckResult) - Method in interface com.unboundid.directory.sdk.proxy.types.HealthCheckResult
-
Compares the provided health check results to determine their relative
order in a sorted list.
- CompareRequest - Interface in com.unboundid.directory.sdk.common.operation
-
This interface defines a set of methods which may be used to interact with a
compare request.
- CompareResult - Interface in com.unboundid.directory.sdk.common.operation
-
This interface defines a set of methods which may be used to interact with
compare results.
- compareTo(HealthCheckResult) - Method in interface com.unboundid.directory.sdk.proxy.types.HealthCheckResult
-
Compares the provided health check result with this health check result to
determine their relative order in a sorted list.
- compareUnaltered(CompareRequest) - Method in interface com.unboundid.directory.sdk.proxy.types.BackendServer
-
Sends the provided compare request to the backend server without altering
the request or result in any way.
- compareValues(ByteString, ByteString) - Method in interface com.unboundid.directory.sdk.common.schema.OrderingMatchingRule
-
Compares the provided values to determine their logical order in a sorted
list.
- CompletedOperationContext - Interface in com.unboundid.directory.sdk.common.types
-
This interface defines a set of methods that may be used to obtain
information about an operation for which processing has been completed.
- CompletedProxyOperationContext - Interface in com.unboundid.directory.sdk.proxy.types
-
This interface defines a set of methods that may be used to obtain
information about an operation that has been processed by the Directory Proxy
Server.
- CompletedSearchOperationContext - Interface in com.unboundid.directory.sdk.common.types
-
This interface defines a set of methods that may be used to obtain
information about a search operation for which processing has been completed.
- completedSuccessfully() - Method in class com.unboundid.directory.sdk.ds.types.StartupPluginResult
-
Indicates whether the plugin successfully completed its processing.
- CompletionStatus - Enum in com.unboundid.directory.sdk.sync.types
-
This class contains the possible completion reasons for a synchronization
operation.
- ConditionResult - Enum in com.unboundid.directory.sdk.common.types
-
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.
- CONFIG_PATH_RELATIVE - Static variable in class com.unboundid.directory.sdk.common.types.ExtensionBundle
-
The relative path where the config files are.
- Configurable - Interface in com.unboundid.directory.sdk.common.internal
-
This interface is used to mark extensions which may obtain configuration
information using an LDAP SDK argument parser.
- ConnectionCriteria - Class in com.unboundid.directory.sdk.ds.api
-
This class defines an API that must be implemented by extensions which can
be used to classify client connections.
- ConnectionCriteria() - Constructor for class com.unboundid.directory.sdk.ds.api.ConnectionCriteria
-
Creates a new instance of this connection criteria.
- ConnectionCriteriaConfig - Interface in com.unboundid.directory.sdk.ds.config
-
This interface defines a set of methods that may be used to obtain
information about the general configuration for a connection criteria object.
- connectionTerminated() - Method in class com.unboundid.directory.sdk.ds.types.IntermediateResponsePluginResult
-
Indicates whether the client connection was terminated by the plugin.
- connectionTerminated() - Method in class com.unboundid.directory.sdk.ds.types.PostConnectPluginResult
-
Indicates whether the connection has been terminated.
- connectionTerminated() - Method in class com.unboundid.directory.sdk.ds.types.PostOperationPluginResult
-
Indicates whether the client connection was terminated by the plugin.
- connectionTerminated() - Method in class com.unboundid.directory.sdk.ds.types.PostResponsePluginResult
-
Indicates whether the client connection was terminated by the plugin.
- connectionTerminated() - Method in class com.unboundid.directory.sdk.ds.types.PreOperationPluginResult
-
Indicates whether the client connection was terminated by the plugin.
- connectionTerminated() - Method in class com.unboundid.directory.sdk.ds.types.PreParsePluginResult
-
Indicates whether the client connection was terminated by the plugin.
- connectionTerminated() - Method in class com.unboundid.directory.sdk.ds.types.SearchEntryPluginResult
-
Indicates whether the client connection was terminated by the plugin.
- connectionTerminated() - Method in class com.unboundid.directory.sdk.ds.types.SearchReferencePluginResult
-
Indicates whether the client connection was terminated by the plugin.
- connectionTerminated() - Method in class com.unboundid.directory.sdk.ds.types.SubordinateModifyDNPluginResult
-
Indicates whether the client connection was terminated by the plugin.
- containsAnyValue(Attribute, String...) - Static method in class com.unboundid.directory.sdk.sync.util.ScriptUtils
-
Returns true if the given attribute is not null and contains any one or
more of the given string values; returns false otherwise.
- containsClass(Class) - Method in class com.unboundid.directory.sdk.common.types.ExtensionBundle
-
Checks if the given Class instance represents a class
packaged in this extension bundle.
- containsKey(Object) - Method in interface com.unboundid.directory.sdk.common.types.VelocityContext
-
Indicates whether a named object exists in this context for a given key.
- ContinuationSASLBindResult - Interface in com.unboundid.directory.sdk.ds.types
-
This interface may be used to obtain information about the result of
processing a SASL bind operation in which additional processing is required
to complete the authentication process.
- continueInstallation() - Method in class com.unboundid.directory.sdk.common.types.PreManageExtensionPluginResult
-
Indicates whether the manage-extension tool should continue with the
installation.
- continueOperationProcessing() - Method in class com.unboundid.directory.sdk.ds.types.IntermediateResponsePluginResult
-
Indicates whether to continue processing for the associated operation.
- continuePluginProcessing() - Method in class com.unboundid.directory.sdk.ds.types.IntermediateResponsePluginResult
-
Indicates whether to continue processing other intermediate response
plugins for the associated response.
- continuePluginProcessing() - Method in class com.unboundid.directory.sdk.ds.types.LDIFPluginResult
-
Indicates whether to continue processing other LDIF import or export
plugins for the entry.
- continuePluginProcessing() - Method in class com.unboundid.directory.sdk.ds.types.PostConnectPluginResult
-
Indicates whether to continue processing other post-connect plugins for the
connection.
- continuePluginProcessing() - Method in class com.unboundid.directory.sdk.ds.types.PostDisconnectPluginResult
-
Indicates whether to continue processing other post-disconnect plugins for
the connection.
- continuePluginProcessing() - Method in class com.unboundid.directory.sdk.ds.types.PostOperationPluginResult
-
Indicates whether to continue processing other post-operation plugins for
the operation.
- continuePluginProcessing() - Method in class com.unboundid.directory.sdk.ds.types.PostResponsePluginResult
-
Indicates whether to continue processing other post-response plugins for
the operation.
- continuePluginProcessing() - Method in class com.unboundid.directory.sdk.ds.types.PreOperationPluginResult
-
Indicates whether to continue processing other pre-operation plugins for
the connection.
- continuePluginProcessing() - Method in class com.unboundid.directory.sdk.ds.types.PreParsePluginResult
-
Indicates whether to continue processing other pre-parse plugins for the
operation.
- continuePluginProcessing() - Method in class com.unboundid.directory.sdk.ds.types.SearchEntryPluginResult
-
Indicates whether to continue processing other search entry plugins for
the associated entry.
- continuePluginProcessing() - Method in class com.unboundid.directory.sdk.ds.types.SearchReferencePluginResult
-
Indicates whether to continue processing other search reference plugins for
the associated search reference.
- continuePluginProcessing() - Method in class com.unboundid.directory.sdk.ds.types.SubordinateModifyDNPluginResult
-
Indicates whether to continue processing other subordinate modify DN
plugins for the associated entry.
- continueSearchProcessing() - Method in class com.unboundid.directory.sdk.ds.types.SearchEntryPluginResult
-
Indicates whether to continue processing for the associated search
operation.
- continueSearchProcessing() - Method in class com.unboundid.directory.sdk.ds.types.SearchReferencePluginResult
-
Indicates whether to continue processing for the associated search
operation.
- continueStartup() - Method in class com.unboundid.directory.sdk.ds.types.StartupPluginResult
-
Indicates whether the server startup process should continue.
- create(StoreCreateRequest) - Method in class com.unboundid.directory.sdk.broker.api.StoreAdapter
-
Create the specified entry in the native data store.
- createBeginningOfChangelogOptions() - Static method in class com.unboundid.directory.sdk.sync.types.SetStartpointOptions
-
Creates a SetStartpointOptions instance with the
BEGINNING_OF_CHANGELOG
startpoint type.
- createCipherInputStream(InputStream) - Method in class com.unboundid.directory.sdk.ds.api.CipherStreamProvider
-
Wraps the provided input stream in a cipher input stream that can be used
to decrypt data read from the given stream.
- createCipherOutputStream(OutputStream) - Method in class com.unboundid.directory.sdk.ds.api.CipherStreamProvider
-
Wraps the provided output stream in a cipher output stream that can be used
to encrypt data written to the given stream.
- createContinuationResult(String, List<Control>, ASN1OctetString) - Method in interface com.unboundid.directory.sdk.ds.types.SASLBindResultFactory
-
Creates a continuation SASL bind result (indicating that more processing
is required to complete the authentication) with the provided information.
- createEndOfChangelogOptions() - Static method in class com.unboundid.directory.sdk.sync.types.SetStartpointOptions
-
Creates a SetStartpointOptions instance with the
END_OF_CHANGELOG
startpoint type.
- createEntry(TransactionContext, Entry, SyncOperation) - Method in class com.unboundid.directory.sdk.sync.api.JDBCSyncDestination
-
Creates a full database "entry", corresponding to the LDAP
Entry
that is passed in.
- createEntry(Entry, SyncOperation) - Method in class com.unboundid.directory.sdk.sync.api.SyncDestination
-
Creates a full destination "entry", corresponding to the LDAP
Entry
that is passed in.
- createEntry(TransactionContext, Entry, SyncOperation) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedJDBCSyncDestination
-
Creates a full database "entry", corresponding to the LDAP
Entry
that is passed in.
- createEntry(Entry, SyncOperation) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedSyncDestination
-
Creates a full destination "entry", corresponding to the LDAP
Entry
that is passed in.
- createFailureResult(String, String, String, List<Control>, ASN1OctetString) - Method in interface com.unboundid.directory.sdk.ds.types.SASLBindResultFactory
-
Creates a failure SASL bind result with the provided information.
- createFailureResult(String, String, String, List<Control>, ASN1OctetString, String) - Method in interface com.unboundid.directory.sdk.ds.types.SASLBindResultFactory
-
Creates a failure SASL bind result with the provided information.
- createFinalResult(OperationContext, ExtendedRequest, List<ExtendedResult>) - Method in class com.unboundid.directory.sdk.proxy.api.ProxiedExtendedOperationHandler
-
Creates the final extended result to return to the client from the provided
list of results obtained from the set of entry-balanced and/or proxying
request processors to which the request was forwarded.
- createHealthCheckResult(HealthCheckState, int, String...) - Method in interface com.unboundid.directory.sdk.proxy.types.ProxyServerContext
-
Creates a health check result with the provided information.
- createHealthCheckResult(HealthCheckState, int, List<String>) - Method in interface com.unboundid.directory.sdk.proxy.types.ProxyServerContext
-
Creates a health check result with the provided information.
- createNewConnection(LDAPConnectionOptions, String) - Method in interface com.unboundid.directory.sdk.proxy.types.BackendServer
-
Creates a new connection to the associated directory server which is
authenticated and/or secured in accordance with the LDAP external server
configuration.
- createResumeAtChangeNumberOptions(long, String) - Static method in class com.unboundid.directory.sdk.sync.types.SetStartpointOptions
-
Creates a SetStartpointOptions instance with the
RESUME_AT_CHANGE_NUMBER
startpoint type.
- createResumeAtChangeTimeOptions(Date, String) - Static method in class com.unboundid.directory.sdk.sync.types.SetStartpointOptions
-
Creates a SetStartpointOptions instance with the
RESUME_AT_CHANGE_TIME
startpoint type.
- createResumeAtCSNOptions(String) - Static method in class com.unboundid.directory.sdk.sync.types.SetStartpointOptions
-
Creates a SetStartpointOptions instance with the RESUME_AT_CSN
startpoint type.
- createResumeAtSerializableOptions(Serializable) - Static method in class com.unboundid.directory.sdk.sync.types.SetStartpointOptions
-
Creates a SetStartpointOptions instance with the
RESUME_AT_SERIALIZABLE
startpoint type.
- createServlet(HTTPServerContext, HTTPServletExtensionConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.http.api.HTTPServletExtension
-
Creates an HTTP servlet extension using the provided information.
- createServlet(HTTPServerContext, HTTPServletExtensionConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.http.scripting.ScriptedHTTPServletExtension
-
Creates an HTTP servlet using the provided information.
- createStatement() - Method in class com.unboundid.directory.sdk.sync.types.TransactionContext
-
Creates a Statement
object for sending
SQL statements to the database.
- createSuccessResult(String) - Method in interface com.unboundid.directory.sdk.ds.types.SASLBindResultFactory
-
Creates a success SASL bind result in which the authentication and
authorization user identities are the same, and no diagnostic message,
controls, or server SASL credentials need to be returned.
- createSuccessResult(String, String, String, List<Control>, ASN1OctetString) - Method in interface com.unboundid.directory.sdk.ds.types.SASLBindResultFactory
-
Creates a success SASL bind result with the provided information.
- createSuccessResult(String, String, String, List<Control>, ASN1OctetString, ASN1OctetString) - Method in interface com.unboundid.directory.sdk.ds.types.SASLBindResultFactory
-
Creates a success SASL bind result with the provided information.
- createThread(ServerThread, String) - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Creates a new thread to run within the server.
- DatabaseChangeRecord - Class in com.unboundid.directory.sdk.sync.types
-
This class represents the basis for a single database change record.
- DatabaseChangeRecord.Builder - Class in com.unboundid.directory.sdk.sync.types
-
This class is used to construct DatabaseChangeRecord instances.
- DatabaseChangeRecord.ChangeType - Enum in com.unboundid.directory.sdk.sync.types
-
Potential types of database changes.
- debugCaught(Throwable) - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Writes a debug message indicating that the provided exception has been
caught.
- debugEnabled() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Indicates whether debugging is enabled in the server.
- debugError(String) - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Writes a debug message with an error severity.
- debugInfo(String) - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Writes a debug message with an informational severity.
- debugThrown(Throwable) - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Writes a debug message indicating that the provided exception will be
thrown.
- debugVerbose(String) - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Writes a debug message with a verbose severity.
- debugWarning(String) - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Writes a debug message with a warning severity.
- decodeOAuthToken(String) - Method in class com.unboundid.directory.sdk.http.api.OAuthTokenHandler
-
Creates an OAuthToken
instance from the incoming token value.
- decodeOAuthToken(String) - Method in class com.unboundid.directory.sdk.http.scripting.ScriptedOAuthTokenHandler
-
Creates an OAuthToken
instance from the incoming token value.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.broker.api.AccessTokenValidator
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.broker.api.IdentityAuthenticator
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.broker.api.PolicyInformationProvider
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.broker.api.StoreAdapter
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.broker.api.StoreAdapterPlugin
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.common.api.AlertHandler
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.common.api.ErrorLogger
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.common.api.FileBasedErrorLogger
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.common.api.HTTPTraceLogger
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.common.api.KeyManagerProvider
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.common.api.LogFileRotationListener
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.common.api.MonitorProvider
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.common.api.TrustManagerProvider
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.common.api.VelocityContextProvider
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in interface com.unboundid.directory.sdk.common.internal.Configurable
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAlertHandler
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedErrorLogger
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedErrorLogger
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.AccountStatusNotificationHandler
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.CertificateMapper
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.ChangeSubscriptionHandler
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.CipherStreamProvider
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.ConnectionCriteria
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.EnhancedPasswordStorageScheme
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.ExtendedOperationHandler
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.IdentityMapper
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.NotificationManager
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.OneTimePasswordDeliveryMechanism
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.PasswordGenerator
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.PasswordStorageScheme
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.PasswordValidator
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.RequestCriteria
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.ResultCriteria
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.SASLMechanismHandler
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.SearchEntryCriteria
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.SearchReferenceCriteria
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.Task
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.TelephonyMessagingProvider
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.UncachedAttributeCriteria
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.UncachedEntryCriteria
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.VirtualAttributeProvider
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedAccountStatusNotificationHandler
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedCertificateMapper
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedChangeSubscriptionHandler
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedIdentityMapper
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPasswordGenerator
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPasswordValidator
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedTask
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedUncachedAttributeCriteria
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedUncachedEntryCriteria
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedVirtualAttributeProvider
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.http.api.HTTPOperationLogger
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.http.api.HTTPServletExtension
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.http.api.OAuthTokenHandler
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.http.scripting.ScriptedHTTPOperationLogger
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.http.scripting.ScriptedHTTPServletExtension
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.http.scripting.ScriptedOAuthTokenHandler
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.proxy.api.LDAPHealthCheck
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.proxy.api.PlacementAlgorithm
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.proxy.api.ProxiedExtendedOperationHandler
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.proxy.api.ProxyTransformation
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.proxy.api.ServerAffinityProvider
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.proxy.scripting.ScriptedLDAPHealthCheck
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.proxy.scripting.ScriptedProxyTransformation
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.api.JDBCSyncDestination
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.api.JDBCSyncSource
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.api.LDAPSyncDestinationPlugin
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.api.LDAPSyncSourcePlugin
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.api.SyncDestination
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.api.SyncPipePlugin
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.api.SyncSource
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedJDBCSyncDestination
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedJDBCSyncSource
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedLDAPSyncDestinationPlugin
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedLDAPSyncSourcePlugin
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedSyncDestination
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedSyncPipePlugin
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- defineConfigArguments(ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedSyncSource
-
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
- DegradedAlertType - Interface in com.unboundid.directory.sdk.common.types
-
This interface may be used to interact with an alert type that may cause the
server to be classified as degraded.
- delete(StoreDeleteRequest) - Method in class com.unboundid.directory.sdk.broker.api.StoreAdapter
-
Delete the specified entry from the native data store.
- deleteEntry(TransactionContext, Entry, SyncOperation) - Method in class com.unboundid.directory.sdk.sync.api.JDBCSyncDestination
-
Delete a full "entry" from the database, corresponding to the LDAP
Entry
that is passed in.
- deleteEntry(Entry, SyncOperation) - Method in class com.unboundid.directory.sdk.sync.api.SyncDestination
-
Delete a full "entry" from the destination, corresponding to the LDAP
Entry
that is passed in.
- deleteEntry(TransactionContext, Entry, SyncOperation) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedJDBCSyncDestination
-
Delete a full "entry" from the database, corresponding to the LDAP
Entry
that is passed in.
- deleteEntry(Entry, SyncOperation) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedSyncDestination
-
Delete a full "entry" from the destination, corresponding to the LDAP
Entry
that is passed in.
- deleteNotificationDestination(String) - Method in class com.unboundid.directory.sdk.ds.api.NotificationManager
-
Delete a notification destination including any associated
subscriptions.
- deleteNotificationSubscription(String, String) - Method in class com.unboundid.directory.sdk.ds.api.NotificationManager
-
Delete a notification subscription.
- deleteOldRDN() - Method in interface com.unboundid.directory.sdk.common.operation.ModifyDNRequest
-
Indicates whether to remove the old RDN values from the entry.
- deleteOperationProcessed(CompletedOperationContext, DeleteRequest, DeleteResult, Entry) - Method in interface com.unboundid.directory.sdk.ds.api.ChangeListener
-
Indicates that a delete operation has been processed within the server.
- deleteOperationProcessed(CompletedOperationContext, BigInteger, Set<ChangeSubscription>, DeleteRequest, DeleteResult, Entry) - Method in class com.unboundid.directory.sdk.ds.api.ChangeSubscriptionHandler
-
Performs any processing necessary for a delete operation matching the
subscription criteria.
- deleteOperationProcessed(CompletedOperationContext, BigInteger, Set<ChangeSubscription>, DeleteRequest, DeleteResult, Entry) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedChangeSubscriptionHandler
-
Performs any processing necessary for a delete operation matching the
subscription criteria.
- DeleteRequest - Interface in com.unboundid.directory.sdk.common.operation
-
This interface defines a set of methods which may be used to interact with a
delete request.
- DeleteResult - Interface in com.unboundid.directory.sdk.common.operation
-
This interface defines a set of methods which may be used to interact with
delete results.
- deleteUnaltered(DeleteRequest) - Method in interface com.unboundid.directory.sdk.proxy.types.BackendServer
-
Sends the provided delete request to the backend server without altering
the request or result in any way.
- deliverMessage(OneTimePasswordDeliveryMechanismConfig, String, String, String, String, String, Entry, String, StringBuilder) - Method in class com.unboundid.directory.sdk.ds.api.OneTimePasswordDeliveryMechanism
-
Attempts to deliver a message (containing a single-use token) to the
specified user.
- deliverOneTimePassword(String, Entry, String, StringBuilder) - Method in class com.unboundid.directory.sdk.ds.api.OneTimePasswordDeliveryMechanism
-
Attempts to deliver the provided one-time password to the specified user.
- deregisterAllMonitorProviders() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Deregisters all the monitor providers that were registered with the server
by this instance of
ServerContext
.
- deregisterBackendInitializationListener(RegisteredBackendInitializationListener) - Method in interface com.unboundid.directory.sdk.ds.types.DirectoryServerContext
-
Deregisters the provided backend initialization listener with the server.
- deregisterChangeListener(RegisteredChangeListener) - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Deregisters the provided change listener with the server.
- deregisterDiskSpaceConsumer(RegisteredDiskSpaceConsumer) - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Deregisters the provided disk space consumer with the server.
- deregisterMonitorProvider(RegisteredMonitorProvider) - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Deregisters the given monitor provider with the server.
- deregisterOperationCompletedListener(RegisteredOperationCompletedListener) - Method in interface com.unboundid.directory.sdk.common.types.OperationContext
-
Deregisters the provided server operation completed listener with the
server.
- deregisterShutdownListener(RegisteredServerShutdownListener) - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Deregisters the provided server shutdown listener with the server.
- deregisterSupportedControlOID(String) - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Deregisters the provided OID with the server so that it will no longer
appear in the supportedControl attribute of the server's root DSE.
- DirectoryProxyServerExtension - Annotation Type in com.unboundid.directory.sdk.proxy.internal
-
This annotation type may be used to indicate that the marked class represents
an API that can be used to create an extension for use in the Directory Proxy
Server (which may also be referred to as the Directory Proxy Server).
- DirectoryServerContext - Interface in com.unboundid.directory.sdk.ds.types
-
This interface may be used to obtain information about the Directory Server
(or related product) in which an extension is running.
- DirectoryServerExtension - Annotation Type in com.unboundid.directory.sdk.ds.internal
-
This annotation type may be used to indicate that the marked class represents
an API that can be used to create an extension for use in the Directory
Server (which may also be referred to as the Directory Server).
- disconnect(DisconnectReason, boolean, String) - Method in interface com.unboundid.directory.sdk.common.types.ClientContext
-
Terminates the connection to the client and interrupts any operations that
may be in progress on that connection.
- DisconnectReason - Enum in com.unboundid.directory.sdk.common.types
-
This enumeration defines the set of possible reasons for the closure of a
connection between a client and the server.
- DiskSpaceConsumer - Interface in com.unboundid.directory.sdk.common.api
-
This interface defines a set of methods that should be implemented by
classes which may consume a significant amount of disk space on the server
filesystem.
- DITContentRule - Interface in com.unboundid.directory.sdk.common.schema
-
This interface defines a set of methods that may be used to obtain
information about a DIT content rule defined in the server schema.
- DITStructureRule - Interface in com.unboundid.directory.sdk.common.schema
-
This interface defines a set of methods that may be used to obtain
information about a DIT structure rule defined in the server schema.
- dnToMap(DN) - Static method in class com.unboundid.directory.sdk.sync.util.ScriptUtils
-
- DOCUMENTATION_PATH_RELATIVE - Static variable in class com.unboundid.directory.sdk.common.types.ExtensionBundle
-
The relative path where all the documentation files are.
- doIntermediateResponse(ActiveOperationContext, UpdatableGenericResult, IntermediateResponse) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server sends an
intermediate response to the client.
- doIntermediateResponse(ActiveOperationContext, UpdatableGenericResult, IntermediateResponse) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server sends an
intermediate response to the client.
- doLDIFExport(UpdatableEntry) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary for the provided entry to
be exported from the server.
- doLDIFExport(UpdatableEntry) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary for the provided entry to
be exported from the server.
- doLDIFImport(UpdatableEntry) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary for the provided entry to
be imported into the server.
- doLDIFImport(UpdatableEntry) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary for the provided entry to
be imported into the server.
- doPostConnect(ClientContext) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary when the server has accepted
a new client connection.
- doPostConnect(ClientContext) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary when the server has accepted
a new client connection.
- doPostDisconnect(ClientContext, DisconnectReason, String) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary when the server has
terminated a client connection.
- doPostDisconnect(ClientContext, DisconnectReason, String) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary when the server has
terminated a client connection.
- doPostOperation(ActiveOperationContext, AddRequest, UpdatableAddResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server sends a
response for an add operation.
- doPostOperation(ActiveOperationContext, SimpleBindRequest, UpdatableBindResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server sends a
response for a simple bind operation.
- doPostOperation(ActiveOperationContext, SASLBindRequest, UpdatableBindResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server sends a
response for a SASL bind operation.
- doPostOperation(ActiveOperationContext, CompareRequest, UpdatableCompareResult, Entry) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server sends a
response for a compare operation.
- doPostOperation(ActiveOperationContext, DeleteRequest, UpdatableDeleteResult, Entry) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server sends a
response for a delete operation.
- doPostOperation(ActiveOperationContext, ExtendedRequest, UpdatableExtendedResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server sends a
response for an extended operation.
- doPostOperation(ActiveOperationContext, ModifyRequest, UpdatableModifyResult, Entry, Entry) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server sends a
response for a modify operation.
- doPostOperation(ActiveOperationContext, ModifyDNRequest, UpdatableModifyDNResult, Entry, Entry) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server sends a
response for a modify DN operation.
- doPostOperation(ActiveSearchOperationContext, SearchRequest, UpdatableSearchResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server sends a
response for a search operation.
- doPostOperation(ActiveOperationContext, AddRequest, UpdatableAddResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server sends a
response for an add operation.
- doPostOperation(ActiveOperationContext, SimpleBindRequest, UpdatableBindResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server sends a
response for a simple bind operation.
- doPostOperation(ActiveOperationContext, SASLBindRequest, UpdatableBindResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server sends a
response for a SASL bind operation.
- doPostOperation(ActiveOperationContext, CompareRequest, UpdatableCompareResult, Entry) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server sends a
response for a compare operation.
- doPostOperation(ActiveOperationContext, DeleteRequest, UpdatableDeleteResult, Entry) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server sends a
response for a delete operation.
- doPostOperation(ActiveOperationContext, ExtendedRequest, UpdatableExtendedResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server sends a
response for an extended operation.
- doPostOperation(ActiveOperationContext, ModifyRequest, UpdatableModifyResult, Entry, Entry) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server sends a
response for a modify operation.
- doPostOperation(ActiveOperationContext, ModifyDNRequest, UpdatableModifyDNResult, Entry, Entry) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server sends a
response for a modify DN operation.
- doPostOperation(ActiveSearchOperationContext, SearchRequest, UpdatableSearchResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server sends a
response for a search operation.
- doPostRegistrationProcessing() - Method in class com.unboundid.directory.sdk.http.api.HTTPServletExtension
-
Performs any processing that may be needed after the servlet has been
registered with the servlet engine.
- doPostRegistrationProcessing() - Method in class com.unboundid.directory.sdk.http.scripting.ScriptedHTTPServletExtension
-
Performs any processing that may be needed after the servlet has been
registered with the servlet engine.
- doPostReplication(CompletedOperationContext, AddRequest, AddResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary after all other processing
has been completed for an add operation which has been received from
another server via replication.
- doPostReplication(CompletedOperationContext, DeleteRequest, DeleteResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary after all other processing
has been completed for a delete operation which has been received from
another server via replication.
- doPostReplication(CompletedOperationContext, ModifyRequest, ModifyResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary after all other processing
has been completed for a modify operation which has been received from
another server via replication.
- doPostReplication(CompletedOperationContext, ModifyDNRequest, ModifyDNResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary after all other processing
has been completed for a modify DN operation which has been received from
another server via replication.
- doPostReplication(CompletedOperationContext, AddRequest, AddResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary after all other processing
has been completed for an add operation which has been received from
another server via replication.
- doPostReplication(CompletedOperationContext, DeleteRequest, DeleteResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary after all other processing
has been completed for a delete operation which has been received from
another server via replication.
- doPostReplication(CompletedOperationContext, ModifyRequest, ModifyResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary after all other processing
has been completed for a modify operation which has been received from
another server via replication.
- doPostReplication(CompletedOperationContext, ModifyDNRequest, ModifyDNResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary after all other processing
has been completed for a modify DN operation which has been received from
another server via replication.
- doPostResponse(CompletedOperationContext, AddRequest, AddResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary after all other processing
has been completed for an add operation and the response has been sent to
the client.
- doPostResponse(CompletedOperationContext, SimpleBindRequest, BindResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary after all other processing
has been completed for a simple bind operation and the response has been
sent to the client.
- doPostResponse(CompletedOperationContext, SASLBindRequest, BindResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary after all other processing
has been completed for a SASL bind operation and the response has been
sent to the client.
- doPostResponse(CompletedOperationContext, CompareRequest, CompareResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary after all other processing
has been completed for a compare operation and the response has been sent
to the client.
- doPostResponse(CompletedOperationContext, DeleteRequest, DeleteResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary after all other processing
has been completed for a delete operation and the response has been sent
to the client.
- doPostResponse(CompletedOperationContext, ExtendedRequest, ExtendedResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary after all other processing
has been completed for an extended operation and the response has been sent
to the client.
- doPostResponse(CompletedOperationContext, ModifyRequest, ModifyResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary after all other processing
has been completed for a modify operation and the response has been sent
to the client.
- doPostResponse(CompletedOperationContext, ModifyDNRequest, ModifyDNResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary after all other processing
has been completed for a modify DN operation and the response has been
sent to the client.
- doPostResponse(CompletedSearchOperationContext, SearchRequest, SearchResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary after all other processing
has been completed for a search operation and the response has been sent to
the client.
- doPostResponse(CompletedOperationContext, AddRequest, AddResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary after all other processing
has been completed for an add operation and the response has been sent to
the client.
- doPostResponse(CompletedOperationContext, SimpleBindRequest, BindResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary after all other processing
has been completed for a simple bind operation and the response has been
sent to the client.
- doPostResponse(CompletedOperationContext, SASLBindRequest, BindResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary after all other processing
has been completed for a SASL bind operation and the response has been
sent to the client.
- doPostResponse(CompletedOperationContext, CompareRequest, CompareResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary after all other processing
has been completed for a compare operation and the response has been sent
to the client.
- doPostResponse(CompletedOperationContext, DeleteRequest, DeleteResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary after all other processing
has been completed for a delete operation and the response has been sent
to the client.
- doPostResponse(CompletedOperationContext, ExtendedRequest, ExtendedResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary after all other processing
has been completed for an extended operation and the response has been sent
to the client.
- doPostResponse(CompletedOperationContext, ModifyRequest, ModifyResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary after all other processing
has been completed for a modify operation and the response has been sent
to the client.
- doPostResponse(CompletedOperationContext, ModifyDNRequest, ModifyDNResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary after all other processing
has been completed for a modify DN operation and the response has been
sent to the client.
- doPostResponse(CompletedSearchOperationContext, SearchRequest, SearchResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary after all other processing
has been completed for a search operation and the response has been sent to
the client.
- doPostRotationProcessing(File) - Method in class com.unboundid.directory.sdk.common.api.LogFileRotationListener
-
Performs any appropriate processing for a log file that has been rotated.
- doPostShutdownProcessing() - Method in class com.unboundid.directory.sdk.http.api.HTTPServletExtension
-
Performs any processing that may be needed after the servlet has been
taken out of service and the associated servlet engine has been shut down.
- doPostShutdownProcessing() - Method in class com.unboundid.directory.sdk.http.scripting.ScriptedHTTPServletExtension
-
Performs any processing that may be needed after the servlet has been
taken out of service and the associated servlet engine has been shut down.
- doPreOperation(ActiveOperationContext, AddRequest, UpdatableAddResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server actually
attempts to add an entry to the appropriate backend.
- doPreOperation(ActiveOperationContext, SimpleBindRequest, UpdatableBindResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server actually
attempts to perform the authentication for a simple bind request.
- doPreOperation(ActiveOperationContext, SASLBindRequest, UpdatableBindResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server actually
attempts to perform the authentication for a SASL bind request.
- doPreOperation(ActiveOperationContext, CompareRequest, UpdatableCompareResult, Entry) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server actually
attempts to perform the core processing for the compare.
- doPreOperation(ActiveOperationContext, DeleteRequest, UpdatableDeleteResult, Entry) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server actually
attempts to remove the entry from the server.
- doPreOperation(ActiveOperationContext, ExtendedRequest, UpdatableExtendedResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server actually
attempts to perform the core processing for the extended operation.
- doPreOperation(ActiveOperationContext, ModifyRequest, UpdatableModifyResult, Entry, Entry) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server actually
attempts to update the entry in the backend.
- doPreOperation(ActiveOperationContext, ModifyDNRequest, UpdatableModifyDNResult, Entry, Entry) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server actually
attempts to update the entry in the backend.
- doPreOperation(ActiveSearchOperationContext, SearchRequest, UpdatableSearchResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server actually
attempts to process the search in the backend.
- doPreOperation(ActiveOperationContext, AddRequest, UpdatableAddResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server actually
attempts to add an entry to the appropriate backend.
- doPreOperation(ActiveOperationContext, SimpleBindRequest, UpdatableBindResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server actually
attempts to perform the authentication for a simple bind request.
- doPreOperation(ActiveOperationContext, SASLBindRequest, UpdatableBindResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server actually
attempts to perform the authentication for a SASL bind request.
- doPreOperation(ActiveOperationContext, CompareRequest, UpdatableCompareResult, Entry) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server actually
attempts to perform the core processing for the compare.
- doPreOperation(ActiveOperationContext, DeleteRequest, UpdatableDeleteResult, Entry) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server actually
attempts to remove the entry from the server.
- doPreOperation(ActiveOperationContext, ExtendedRequest, UpdatableExtendedResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server actually
attempts to perform the core processing for the extended operation.
- doPreOperation(ActiveOperationContext, ModifyRequest, UpdatableModifyResult, Entry, Entry) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server actually
attempts to update the entry in the backend.
- doPreOperation(ActiveOperationContext, ModifyDNRequest, UpdatableModifyDNResult, Entry, Entry) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server actually
attempts to update the entry in the backend.
- doPreOperation(ActiveSearchOperationContext, SearchRequest, UpdatableSearchResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server actually
attempts to process the search in the backend.
- doPreParse(ActiveOperationContext, UpdatableAbandonRequest) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server starts
processing for an abandon request.
- doPreParse(ActiveOperationContext, UpdatableAddRequest, UpdatableAddResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server starts
processing for an add request.
- doPreParse(ActiveOperationContext, UpdatableSimpleBindRequest, UpdatableBindResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server starts
processing for a simple bind request.
- doPreParse(ActiveOperationContext, UpdatableSASLBindRequest, UpdatableBindResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server starts
processing for a SASL bind request.
- doPreParse(ActiveOperationContext, UpdatableCompareRequest, UpdatableCompareResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server starts
processing for a compare request.
- doPreParse(ActiveOperationContext, UpdatableDeleteRequest, UpdatableDeleteResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server starts
processing for a delete request.
- doPreParse(ActiveOperationContext, UpdatableExtendedRequest, UpdatableExtendedResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server starts
processing for an extended request.
- doPreParse(ActiveOperationContext, UpdatableModifyRequest, UpdatableModifyResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server starts
processing for a modify request.
- doPreParse(ActiveOperationContext, UpdatableModifyDNRequest, UpdatableModifyDNResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server starts
processing for a modify DN request.
- doPreParse(ActiveSearchOperationContext, UpdatableSearchRequest, UpdatableSearchResult) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server starts
processing for a search request.
- doPreParse(ActiveOperationContext, UpdatableUnbindRequest) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server starts
processing for an unbind request.
- doPreParse(ActiveOperationContext, UpdatableAbandonRequest) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server starts
processing for an abandon request.
- doPreParse(ActiveOperationContext, UpdatableAddRequest, UpdatableAddResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server starts
processing for an add request.
- doPreParse(ActiveOperationContext, UpdatableSimpleBindRequest, UpdatableBindResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server starts
processing for a simple bind request.
- doPreParse(ActiveOperationContext, UpdatableSASLBindRequest, UpdatableBindResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server starts
processing for a SASL bind request.
- doPreParse(ActiveOperationContext, UpdatableCompareRequest, UpdatableCompareResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server starts
processing for a compare request.
- doPreParse(ActiveOperationContext, UpdatableDeleteRequest, UpdatableDeleteResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server starts
processing for a delete request.
- doPreParse(ActiveOperationContext, UpdatableExtendedRequest, UpdatableExtendedResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server starts
processing for an extended request.
- doPreParse(ActiveOperationContext, UpdatableModifyRequest, UpdatableModifyResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server starts
processing for a modify request.
- doPreParse(ActiveOperationContext, UpdatableModifyDNRequest, UpdatableModifyDNResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server starts
processing for a modify DN request.
- doPreParse(ActiveSearchOperationContext, UpdatableSearchRequest, UpdatableSearchResult) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server starts
processing for a search request.
- doPreParse(ActiveOperationContext, UpdatableUnbindRequest) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server starts
processing for an unbind request.
- doSearchEntry(ActiveSearchOperationContext, SearchRequest, UpdatableSearchResult, UpdatableEntry, List<Control>) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server sends a
search result entry to the client.
- doSearchEntry(ActiveSearchOperationContext, SearchRequest, UpdatableSearchResult, UpdatableEntry, List<Control>) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server sends a
search result entry to the client.
- doSearchReference(ActiveSearchOperationContext, SearchRequest, UpdatableSearchResult, List<String>, List<Control>) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary before the server sends a
search result reference to the client.
- doSearchReference(ActiveSearchOperationContext, SearchRequest, UpdatableSearchResult, List<String>, List<Control>) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary before the server sends a
search result reference to the client.
- doShutdown(String) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary when the server is shutting
down.
- doShutdown(String) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary when the server is shutting
down.
- doStartup() - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary when the server is starting.
- doStartup() - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary when the server is starting.
- doSubordinateModifyDN(ActiveOperationContext, ModifyDNRequest, UpdatableModifyDNResult, Entry, Entry, List<Modification>) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Performs any processing which may be necessary during the course of
renaming an entry which is subordinate to an entry targeted by a modify DN
operation.
- doSubordinateModifyDN(ActiveOperationContext, ModifyDNRequest, UpdatableModifyDNResult, Entry, Entry, List<Modification>) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Performs any processing which may be necessary during the course of
renaming an entry which is subordinate to an entry targeted by a modify DN
operation.
- generateAttribute(OperationContext, Entry, String) - Method in class com.unboundid.directory.sdk.ds.api.VirtualAttributeProvider
-
Generates an attribute for inclusion in the provided entry.
- generateAttribute(OperationContext, Entry, String) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedVirtualAttributeProvider
-
Generates an attribute for inclusion in the provided entry.
- generatePassword(Entry) - Method in class com.unboundid.directory.sdk.ds.api.PasswordGenerator
-
Performs any processing which may be necessary to generate a user
password.
- generatePassword(Entry) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPasswordGenerator
-
Performs any processing which may be necessary to generate a user
password.
- GenericBrokerConfig - Interface in com.unboundid.directory.sdk.broker.config
-
This interface defines a set of methods that may be used to obtain
information about the general configuration for extensions used by the
Broker.
- GenericConfig - Interface in com.unboundid.directory.sdk.common.config
-
This interface defines a set of methods that may be used to obtain
information about the general configuration for all types of extensions.
- GenericDirectoryConfig - Interface in com.unboundid.directory.sdk.ds.config
-
This interface defines a set of methods that may be used to obtain
information about the general configuration for extensions used by the
Directory Server.
- GenericHTTPConfig - Interface in com.unboundid.directory.sdk.http.config
-
This interface defines a set of methods that may be used to obtain
information about the general configuration for extensions used by the
Directory Server.
- GenericProxyConfig - Interface in com.unboundid.directory.sdk.proxy.config
-
This interface defines a set of methods that may be used to obtain
information about the general configuration for extensions used by the
Directory Proxy Server.
- GenericResult - Interface in com.unboundid.directory.sdk.common.operation
-
This interface defines a set of methods which may be used to interact with
properties common to most types of LDAP results.
- GenericSyncConfig - Interface in com.unboundid.directory.sdk.sync.config
-
This interface defines a set of methods that may be used to obtain
information about the general configuration for extensions used by the
Synchronization Server.
- get(String) - Method in interface com.unboundid.directory.sdk.common.types.VelocityContext
-
Gets the named object associated with a given key.
- getAction() - Method in interface com.unboundid.directory.sdk.broker.types.RequestContext
-
Get the value of the action attribute of the current request.
- getActive() - Method in class com.unboundid.directory.sdk.broker.types.TokenValidationResult
-
Get whether the token is active.
- getActiveOperations() - Method in interface com.unboundid.directory.sdk.proxy.types.BackendServer
-
Retrieves the number of operations which are currently being processed
against the LDAP external server through the local Directory Proxy Server
instance.
- getAdditionalInformation() - Method in interface com.unboundid.directory.sdk.common.types.AlertNotification
-
Retrieves a map of objects containing additional information for this alert
notification.
- getAdditionalLogMessage() - Method in interface com.unboundid.directory.sdk.common.operation.GenericResult
-
Retrieves an additional log message for the result which will not be
returned to the client but may be included in access log messages for the
associated operation.
- getAdditionalProperties() - Method in class com.unboundid.directory.sdk.broker.types.TokenValidationResult
-
Get any extension properties associated with the token.
- getAddNotificationProperties(AddRequest) - Method in class com.unboundid.directory.sdk.ds.api.NotificationManager
-
Determine if any notifications are required for the provided add
request and return notification properties for each notification
destination that requires a notification.
- getAffinityEstablishedTime() - Method in class com.unboundid.directory.sdk.proxy.types.ServerAffinity
-
Retrieves a timestamp indicating when the affinity was established.
- getAlertGeneratorClassName() - Method in interface com.unboundid.directory.sdk.common.types.AlertNotification
-
Retrieves the name of the class that generated this alert notification.
- getAlertID() - Method in interface com.unboundid.directory.sdk.common.types.AlertNotification
-
Retrieves the unique ID assigned to this alert notification.
- getAlertMessage() - Method in interface com.unboundid.directory.sdk.common.types.AlertNotification
-
Retrieves the message for this alert notification, which may contain
specific information about the error, warning, or event that triggered the
alert.
- getAlertSeverity() - Method in interface com.unboundid.directory.sdk.common.types.AlertNotification
-
Retrieves the severity for this alert notification.
- getAlertSeverity() - Method in interface com.unboundid.directory.sdk.common.types.DegradedAlertType
-
Retrieves the severity for this degraded alert type.
- getAlertSeverity() - Method in interface com.unboundid.directory.sdk.common.types.UnavailableAlertType
-
Retrieves the severity for this unavailable alert type.
- getAlertTime() - Method in interface com.unboundid.directory.sdk.common.types.AlertNotification
-
Retrieves the time that this alert notification was generated.
- getAlertTypeDescription() - Method in interface com.unboundid.directory.sdk.common.types.AlertNotification
-
Retrieves a description of the alert type for this alert notification.
- getAlertTypeName() - Method in interface com.unboundid.directory.sdk.common.types.AlertNotification
-
Retrieves the name of the alert type for this alert notification.
- getAlertTypeName() - Method in interface com.unboundid.directory.sdk.common.types.DegradedAlertType
-
Retrieves the alert type name for this degraded alert type.
- getAlertTypeName() - Method in interface com.unboundid.directory.sdk.common.types.UnavailableAlertType
-
Retrieves the alert type name for this unavailable alert type.
- getAlertTypeOID() - Method in interface com.unboundid.directory.sdk.common.types.AlertNotification
-
Retrieves the OID of the alert type for this alert notification.
- getAlertTypeOID() - Method in interface com.unboundid.directory.sdk.common.types.DegradedAlertType
-
Retrieves the OID for this degraded alert type.
- getAlertTypeOID() - Method in interface com.unboundid.directory.sdk.common.types.UnavailableAlertType
-
Retrieves the OID for this unavailable alert type.
- getAlertTypeSummary() - Method in interface com.unboundid.directory.sdk.common.types.AlertNotification
-
Retrieves a short summary of the alert type for this alert notification.
- getAllBackends() - Method in interface com.unboundid.directory.sdk.ds.types.DirectoryServerContext
-
Returns an array of all the backends defined in the Directory Server.
- getApproximateMatchingRule() - Method in interface com.unboundid.directory.sdk.common.schema.AttributeType
-
Retrieves the approximate matching rule for this attribute type, if any.
- getAssertionValue() - Method in interface com.unboundid.directory.sdk.common.operation.CompareRequest
-
Retrieves the assertion value to compare against the values of the target
attribute.
- getAssuredReplicationRequirements() - Method in interface com.unboundid.directory.sdk.common.operation.AddResult
-
Retrieves the assured replication requirements that will be used for this
operation, if any.
- getAssuredReplicationRequirements() - Method in interface com.unboundid.directory.sdk.common.operation.DeleteResult
-
Retrieves the assured replication requirements that will be used for this
operation, if any.
- getAssuredReplicationRequirements() - Method in interface com.unboundid.directory.sdk.common.operation.ModifyDNResult
-
Retrieves the assured replication requirements that will be used for this
operation, if any.
- getAssuredReplicationRequirements() - Method in interface com.unboundid.directory.sdk.common.operation.ModifyResult
-
Retrieves the assured replication requirements that will be used for this
operation, if any.
- getAttachment(String) - Method in interface com.unboundid.directory.sdk.common.types.ClientContext
-
Retrieves a named object that has been associated with this client
connection.
- getAttachment(String) - Method in interface com.unboundid.directory.sdk.common.types.OperationContext
-
Retrieves the object attached to the associated operation with the given
name.
- getAttachment(Object) - Method in interface com.unboundid.directory.sdk.sync.types.SyncOperation
-
- getAttribute(String, String, RequestContext) - Method in class com.unboundid.directory.sdk.broker.api.PolicyInformationProvider
-
Retrieve an attribute that has been requested by the policy engine in order
to resolve a XACML AttributeDesignator element.
- getAttribute(String, String) - Method in interface com.unboundid.directory.sdk.broker.types.RequestContext
-
Get the specified attribute from the current request.
- getAttribute(AttributeType) - Method in interface com.unboundid.directory.sdk.common.types.Entry
-
Retrieves the attribute with the specified name.
- getAttribute(String) - Method in interface com.unboundid.directory.sdk.common.types.Entry
-
Retrieves the attribute with the specified name.
- getAttribute(AttributeType, Set<String>) - Method in interface com.unboundid.directory.sdk.common.types.Entry
-
Retrieves the attribute with the specified name and exact set of options.
- getAttribute(String, Set<String>) - Method in interface com.unboundid.directory.sdk.common.types.Entry
-
Retrieves the attribute with the specified name and exact set of options.
- getAttributes() - Method in interface com.unboundid.directory.sdk.common.operation.SearchRequest
-
Retrieves the list of requested attributes.
- getAttributes() - Method in interface com.unboundid.directory.sdk.common.schema.MatchingRuleUse
-
Retrieves the set of attributes that are associated with this matching rule
use.
- getAttributes() - Method in interface com.unboundid.directory.sdk.common.types.Entry
-
Retrieves a list of the attributes contained in the entry.
- getAttributeSyntax(String) - Method in interface com.unboundid.directory.sdk.common.schema.Schema
-
Retrieves the attribute syntax with the specified OID, if available.
- getAttributeSyntaxesByOID() - Method in interface com.unboundid.directory.sdk.common.schema.Schema
-
Retrieves the set of attribute syntaxes defined in the schema, mapped from
OID to the corresponding attribute syntax.
- getAttributeType() - Method in interface com.unboundid.directory.sdk.common.operation.CompareRequest
-
Retrieves the name or OID of the attribute to compare.
- getAttributeType(String, boolean) - Method in interface com.unboundid.directory.sdk.common.schema.Schema
-
Retrieves the specified attribute type from the server schema, optionally
creating a new attribute type with the specified name if none is defined.
- getAttributeTypesByName() - Method in interface com.unboundid.directory.sdk.common.schema.Schema
-
Retrieves the set of attribute types defined in the server schema, mapped
from lowercase name or OID to the attribute type definition.
- getAudience() - Method in class com.unboundid.directory.sdk.broker.types.TokenValidationResult
-
Get the token's intended audience.
- getAuthenticatedUserDN() - Method in interface com.unboundid.directory.sdk.ds.types.SuccessSASLBindResult
-
Retrieves the DN of the user that was successfully authenticated.
- getAuthenticationDN() - Method in interface com.unboundid.directory.sdk.common.types.AuthInfo
-
Retrieves the DN of the user that has authenticated, if applicable.
- getAuthenticationEntry() - Method in interface com.unboundid.directory.sdk.common.types.AuthInfo
-
Retrieves the entry for the user that has authenticated, if applicable.
- getAuthenticationFailureReason() - Method in interface com.unboundid.directory.sdk.ds.types.FailureSASLBindResult
-
Retrieves a message with potentially detailed information about the reason
for the authentication failure.
- getAuthInfo() - Method in interface com.unboundid.directory.sdk.common.types.ClientContext
-
Retrieves information about the authentication state of the client
connection.
- getAuthorizationDN() - Method in interface com.unboundid.directory.sdk.common.types.AuthInfo
-
Retrieves the DN of the authorization identity for the client connection,
if applicable.
- getAuthorizationDN() - Method in interface com.unboundid.directory.sdk.common.types.OperationContext
-
Retrieves the DN of the user as whom the request is authorized.
- getAuthorizationEntry() - Method in interface com.unboundid.directory.sdk.common.types.AuthInfo
-
Retrieves the entry for the authorization identity, if applicable.
- getAuthorizedUserDN() - Method in interface com.unboundid.directory.sdk.ds.types.SuccessSASLBindResult
-
Retrieves the DN of the authorization identity resulting from the bind.
- getAuthPasswordPlaintextValue(String, String, Entry) - Method in class com.unboundid.directory.sdk.ds.api.EnhancedPasswordStorageScheme
-
Obtains the plaintext password that was used to generate an encoded
password with the given authInfo and authValue elements when using the
authentication password syntax as described in RFC 3112.
- getAuthPasswordPlaintextValue(String, String) - Method in class com.unboundid.directory.sdk.ds.api.PasswordStorageScheme
-
Obtains the plaintext password that was used to generate an encoded
password with the given authInfo and authValue elements when using the
authentication password syntax as described in RFC 3112.
- getAuthPasswordSchemeName() - Method in class com.unboundid.directory.sdk.ds.api.EnhancedPasswordStorageScheme
-
Retrieves the name that should be used to identify this password storage
scheme when encoding passwords using the authentication password syntax as
described in RFC 3112.
- getAuthPasswordSchemeName() - Method in class com.unboundid.directory.sdk.ds.api.PasswordStorageScheme
-
Retrieves the name that should be used to identify this password storage
scheme when encoding passwords using the authentication password syntax as
described in RFC 3112.
- getAuthType() - Method in interface com.unboundid.directory.sdk.common.types.AuthInfo
-
Retrieves the type of authentication performed by the client.
- getAuthzDN(OAuthToken) - Method in class com.unboundid.directory.sdk.http.api.OAuthTokenHandler
-
Extracts the DN of the authorization entry (for which to apply access
controls) from the incoming token.
- getAuthzDN(OAuthToken) - Method in class com.unboundid.directory.sdk.http.scripting.ScriptedOAuthTokenHandler
-
Extracts the DN of the authorization entry (for which to apply access
controls) from the incoming token.
- getAuxiliaryClasses() - Method in interface com.unboundid.directory.sdk.common.schema.DITContentRule
-
Retrieves the set of allowed auxiliary classes for this DIT content rule,
if any.
- getBackendForEntry(String) - Method in interface com.unboundid.directory.sdk.ds.types.DirectoryServerContext
-
Returns the
BackendContext
for the backend which should handle the
specified entry, or null if there is no backend that handles this entry.
- getBackendID() - Method in interface com.unboundid.directory.sdk.ds.types.BackendContext
-
Retrieves the backend ID for this backend.
- getBackendInitializationListener() - Method in interface com.unboundid.directory.sdk.ds.types.RegisteredBackendInitializationListener
-
Retrieves a reference to the backend initialization listener that was
registered with the server.
- getBackendServer() - Method in class com.unboundid.directory.sdk.proxy.types.ServerAffinity
-
Retrieves the backend server to which the affinity is established.
- getBackendServers() - Method in interface com.unboundid.directory.sdk.proxy.types.BackendSet
-
Retrieves the list of servers associated with this backend set.
- getBackendServers() - Method in interface com.unboundid.directory.sdk.proxy.types.ProxyingRequestProcessor
-
Retrieves a list of the backend servers for this proxying request
processor.
- getBackendSetID() - Method in interface com.unboundid.directory.sdk.proxy.types.BackendSet
-
Retrieves a unique identifier for this backend set.
- getBackendSets() - Method in interface com.unboundid.directory.sdk.proxy.types.EntryBalancingRequestProcessor
-
Retrieves a list of the backend sets for this entry-balancing request
processor.
- getBackupCompatibilityProperties() - Method in class com.unboundid.directory.sdk.ds.api.CipherStreamProvider
-
Retrieves a map with information about any backup compatibility properties
that are specific to this cipher stream provider.
- getBackupCompatibilityPropertyStrings(Map<String, String>) - Method in class com.unboundid.directory.sdk.ds.api.CipherStreamProvider
-
Retrieves a list of human-readable string representations for the
provided cipher-stream-provider-specific backup compatibility properties.
- getBackupLogMessages() - Method in class com.unboundid.directory.sdk.ds.api.CipherStreamProvider
-
Retrieves a list of messages that should be logged (and made available in
the output) when backing up an encryption settings database protected with
this cipher stream provider.
- getBalancingPointBaseDN() - Method in interface com.unboundid.directory.sdk.proxy.types.EntryBalancingRequestProcessor
-
Retrieves the DN of the balancing point for the entry-balancing request
processor.
- getBaseDN() - Method in interface com.unboundid.directory.sdk.common.operation.SearchRequest
-
Retrieves the base DN for the search.
- getBaseDNs() - Method in interface com.unboundid.directory.sdk.ds.types.BackendContext
-
Retrieves the set of base DNs handled by the backend.
- getBasicProductName() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves the base name of the server which is generally the full
product name without the vendor information.
- getBindResult() - Method in interface com.unboundid.directory.sdk.ds.types.SASLBindResult
-
Retrieves an object with result information to be returned to the client.
- getBindResultType() - Method in interface com.unboundid.directory.sdk.ds.types.SASLBindResult
-
Retrieves the bind result type for this SASL bind result.
- getBundleId() - Method in class com.unboundid.directory.sdk.common.types.ExtensionBundle
-
Get the ID string that could be used to uniquely identify this bundle.
- getChangedAttributes() - Method in class com.unboundid.directory.sdk.sync.types.ChangeRecord
-
Get the set of changed attributes for this change.
- getChangedColumns() - Method in class com.unboundid.directory.sdk.sync.types.DatabaseChangeRecord
-
Get the set of changed columns for this change entry.
- getChangeListener() - Method in interface com.unboundid.directory.sdk.ds.types.RegisteredChangeListener
-
Retrieves a reference to the change listener that was registered with the
server.
- getChangeLogEntry() - Method in interface com.unboundid.directory.sdk.ds.types.NotificationChange
-
Retrieve the change log entry for the change that was made.
- getChangeLogEntry() - Method in interface com.unboundid.directory.sdk.sync.types.SyncOperation
-
Return the original changelog entry that was detected for this operation.
- getChangelogMaximumAge() - Method in interface com.unboundid.directory.sdk.sync.config.JDBCSyncSourceConfig
-
Gets the configured amount of time (in milliseconds) after which changelog
entries should be deleted from the changelog or corresponding table in the
database.
- getChangeNumber() - Method in class com.unboundid.directory.sdk.sync.types.ChangeRecord
-
Get the change number that identifies this particular change.
- getChangeNumber() - Method in class com.unboundid.directory.sdk.sync.types.DatabaseChangeRecord
-
Get the change number that identifies this particular change.
- getChangeNumber() - Method in class com.unboundid.directory.sdk.sync.types.SetStartpointOptions
-
Gets the change number value if one was specified.
- getChangeRecord() - Method in interface com.unboundid.directory.sdk.sync.types.SyncOperation
-
Return the original change record that was detected for this operation.
- getChangeTime() - Method in class com.unboundid.directory.sdk.sync.types.ChangeRecord
-
Get the time at which the change occurred.
- getChangeTime() - Method in class com.unboundid.directory.sdk.sync.types.DatabaseChangeRecord
-
Get the time at which the change occurred.
- getChangeTime() - Method in class com.unboundid.directory.sdk.sync.types.SetStartpointOptions
-
Gets the change time value if one was specified.
- getChangeType() - Method in class com.unboundid.directory.sdk.sync.types.ChangeRecord
-
Get the change type (ADD/MODIFY/MOD-DN/DELETE).
- getChangeType() - Method in class com.unboundid.directory.sdk.sync.types.DatabaseChangeRecord
-
Get the change type (insert/update/delete/resync).
- getClientConnection(String, boolean) - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves a client connection that is authenticated as the specified
user.
- getClientContext() - Method in interface com.unboundid.directory.sdk.common.types.OperationContext
-
Retrieves information about the client that requested this operation.
- getClientId() - Method in class com.unboundid.directory.sdk.broker.types.TokenValidationResult
-
Get the OAuth2 client Id of the client that requested the token.
- getClientInetAddress() - Method in interface com.unboundid.directory.sdk.common.types.ClientContext
-
Retrieves an InetAddress
representing the address of the client
system, if available.
- getClientRootConnection(boolean) - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves a client connection that is authenticated as a root user
and is not subject to access control.
- getClosureMessage() - Method in enum com.unboundid.directory.sdk.common.types.DisconnectReason
-
Retrieves the human-readable disconnect reason.
- getCompactProductName() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves the compact name of the server.
- getCompletionStatus() - Method in class com.unboundid.directory.sdk.sync.types.ChangeRecord
-
Gets the completion status for this change.
- getCompletionStatus() - Method in class com.unboundid.directory.sdk.sync.types.DatabaseChangeRecord
-
Gets the completion status for this change.
- getConfigDir() - Method in class com.unboundid.directory.sdk.common.types.ExtensionBundle
-
Get the configuration directory for this extension bundle.
- getConfigEntryDN() - Method in interface com.unboundid.directory.sdk.proxy.types.BackendServer
-
Retrieves the DN of the configuration entry in which this LDAP external
server is defined.
- getConfigEntryDN() - Method in interface com.unboundid.directory.sdk.proxy.types.BackendSet
-
Retrieves the DN of the configuration entry for the proxying request
processor that defines this backend set.
- getConfigEntryDN() - Method in interface com.unboundid.directory.sdk.proxy.types.Location
-
Retrieves the DN of the configuration entry for this location.
- getConfigObjectDN() - Method in interface com.unboundid.directory.sdk.common.config.GenericConfig
-
Retrieves the DN of the entry containing the configuration for this
extension.
- getConfigObjectName() - Method in interface com.unboundid.directory.sdk.common.config.GenericConfig
-
Retrieves the name of the configuration object for this extension.
- getConfigUpdateDir() - Method in class com.unboundid.directory.sdk.common.types.ExtensionBundle
-
Get the update directory for this extension bundle.
- getConnection(LDAPConnectionOptions, OperationType...) - Method in interface com.unboundid.directory.sdk.proxy.types.BackendSet
-
Retrieves a newly-established connection to one of the servers in this
backend set which is capable of processing all of the specified types of
operations.
- getConnectionID() - Method in interface com.unboundid.directory.sdk.common.types.ClientContext
-
Retrieves the identifier that has been assigned to the associated client
connection.
- getConnectionID() - Method in interface com.unboundid.directory.sdk.common.types.OperationContext
-
Retrieves the identifier that has been assigned to the associated client
connection.
- getConnectTime() - Method in interface com.unboundid.directory.sdk.common.types.ClientContext
-
Retrieves the time that the connection was established.
- getCreatedObject() - Method in interface com.unboundid.directory.sdk.broker.types.StorePostCreateRequestContext
-
Retrieves the created object returned by the store adapter.
- getCSN() - Method in class com.unboundid.directory.sdk.sync.types.SetStartpointOptions
-
Gets the CSN value if one was specified.
- getCurrentEndpointURL() - Method in class com.unboundid.directory.sdk.sync.api.SyncDestination
-
Return the URL or path identifying the destination endpoint
to which this extension is transmitting data.
- getCurrentEndpointURL() - Method in class com.unboundid.directory.sdk.sync.api.SyncSource
-
Return the URL or path identifying the source endpoint
from which this extension is transmitting data.
- getCurrentEndpointURL() - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedSyncDestination
-
Return the URL or path identifying the destination endpoint
to which this extension is transmitting data.
- getCurrentEndpointURL() - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedSyncSource
-
Return the URL or path identifying the source endpoint
from which this extension is transmitting data.
- getCustomLogElements() - Method in interface com.unboundid.directory.sdk.common.types.OperationContext
-
Returns any additional log elements for this operation, which
should be written to the log.
- getDatabaseChangeRecord() - Method in interface com.unboundid.directory.sdk.sync.types.SyncOperation
-
Return the DatabaseChangeRecord that was detected from a RDBMS.
- getDatabaseEntryType() - Method in interface com.unboundid.directory.sdk.sync.config.JDBCSyncSourceConfig
-
Gets the list of configured database entry types that are used
to uniquely identify a set of data in the database that makes up
an LDAP entry.
- getDataType() - Method in class com.unboundid.directory.sdk.broker.types.RequestAttribute
-
Get the XACML data type of the values of this request attribute.
- getDefaultApproximateMatchingRule() - Method in interface com.unboundid.directory.sdk.common.schema.AttributeSyntax
-
Retrieves the default approximate matching rule that will be used for
attribute types with this syntax which do not explicitly specify their own
approximate matching rule.
- getDefaultEqualityMatchingRule() - Method in interface com.unboundid.directory.sdk.common.schema.AttributeSyntax
-
Retrieves the default equality matching rule that will be used for
attribute types with this syntax which do not explicitly specify their own
equality matching rule.
- getDefaultOrderingMatchingRule() - Method in interface com.unboundid.directory.sdk.common.schema.AttributeSyntax
-
Retrieves the default ordering matching rule that will be used for
attribute types with this syntax which do not explicitly specify their own
ordering matching rule.
- getDefaultSubstringMatchingRule() - Method in interface com.unboundid.directory.sdk.common.schema.AttributeSyntax
-
Retrieves the default substring matching rule that will be used for
attribute types with this syntax which do not explicitly specify their own
substring matching rule.
- getDeletedEntry() - Method in interface com.unboundid.directory.sdk.common.operation.DeleteResult
-
Retrieves the entry against which the delete operation was processed, if
available.
- getDeleteNotificationProperties(DeleteRequest) - Method in class com.unboundid.directory.sdk.ds.api.NotificationManager
-
Determine if any notifications are required for the provided delete
request and return notification properties for each notification
destination that requires a notification.
- getDequeueTime() - Method in interface com.unboundid.directory.sdk.common.types.CompletedOperationContext
-
Retrieves the time that the operation was removed from the work queue, if
available.
- getDerefPolicy() - Method in interface com.unboundid.directory.sdk.common.operation.SearchRequest
-
Retrieves the dereference policy for the search.
- getDescription() - Method in class com.unboundid.directory.sdk.broker.types.StoreAttributeDefinition
-
Gets the description of the attribute.
- getDescription() - Method in interface com.unboundid.directory.sdk.common.schema.AttributeSyntax
-
Retrieves the description for this attribute syntax, if any.
- getDescription() - Method in interface com.unboundid.directory.sdk.common.schema.AttributeType
-
Retrieves the description for this attribute type, if any.
- getDescription() - Method in interface com.unboundid.directory.sdk.common.schema.DITContentRule
-
Retrieves the description for this DIT content rule, if any.
- getDescription() - Method in interface com.unboundid.directory.sdk.common.schema.DITStructureRule
-
Retrieves the description for this DIT content rule, if any.
- getDescription() - Method in interface com.unboundid.directory.sdk.common.schema.MatchingRule
-
Retrieves the description for this matching rule, if any.
- getDescription() - Method in interface com.unboundid.directory.sdk.common.schema.MatchingRuleUse
-
Retrieves the description for this DIT content rule, if any.
- getDescription() - Method in interface com.unboundid.directory.sdk.common.schema.NameForm
-
Retrieves the description for this name form, if any.
- getDescription() - Method in interface com.unboundid.directory.sdk.common.schema.ObjectClass
-
Retrieves the description for this object class, if any.
- getDescription() - Method in interface com.unboundid.directory.sdk.sync.config.JDBCSyncDestinationConfig
-
Gets the description for this Sync Destination.
- getDescription() - Method in interface com.unboundid.directory.sdk.sync.config.JDBCSyncSourceConfig
-
Gets the description for this Sync Source.
- getDescription() - Method in interface com.unboundid.directory.sdk.sync.config.SyncDestinationConfig
-
Gets the description for this Sync Destination.
- getDescription() - Method in interface com.unboundid.directory.sdk.sync.config.SyncSourceConfig
-
Gets the description for this Sync Source.
- getDescription() - Method in interface com.unboundid.directory.sdk.sync.types.SyncClass
-
Returns the configured description for this Sync Class.
- getDestinationCorrelationAttributes() - Method in interface com.unboundid.directory.sdk.sync.types.SyncClass
-
Returns the set(s) of destination correlation attributes that are
configured on this Sync Class.
- getDestinationCorrelationAttributesOnDelete() - Method in interface com.unboundid.directory.sdk.sync.types.SyncClass
-
Returns the set(s) of destination correlation attributes that are
configured on this Sync Class for DELETE operations.
- getDestinationCreateOnlyAttributes() - Method in interface com.unboundid.directory.sdk.sync.types.SyncClass
-
Returns the set of attributes that are never allowed to be modified once
an entry is created.
- getDestinationEntryAfterChange() - Method in interface com.unboundid.directory.sdk.sync.types.SyncOperation
-
Returns a representation of the target destination entry after it is
modified or renamed.
- getDestinationEntryBeforeChange() - Method in interface com.unboundid.directory.sdk.sync.types.SyncOperation
-
Returns a representation of the target destination entry before it is
modified or renamed.
- getDestinationID() - Method in interface com.unboundid.directory.sdk.ds.types.Notification
-
Retrieve the notification destination ID.
- getDestinationID() - Method in class com.unboundid.directory.sdk.ds.types.NotificationProperties
-
Retrieve the notification destination ID.
- getDiagnosticMessage() - Method in class com.unboundid.directory.sdk.broker.types.AuthenticationResult
-
Gets the message that will be only be included in the trace log
for diagnostic purposes.
- getDiagnosticMessage() - Method in class com.unboundid.directory.sdk.broker.types.StatusResult
-
Gets the message that will be only be included in the trace log
for diagnostic purposes.
- getDiagnosticMessage() - Method in interface com.unboundid.directory.sdk.common.operation.GenericResult
-
Retrieves the diagnostic message for the result, if any.
- getDiskSpaceConsumer() - Method in interface com.unboundid.directory.sdk.common.types.RegisteredDiskSpaceConsumer
-
Retrieves a reference to the disk space consumer that was registered with
the server.
- getDiskSpaceConsumerName() - Method in interface com.unboundid.directory.sdk.common.api.DiskSpaceConsumer
-
Retrieves the name that should be used to identify this disk space
consumer.
- getDiskSpaceConsumerPaths() - Method in interface com.unboundid.directory.sdk.common.api.DiskSpaceConsumer
-
Retrieves a list of filesystem paths in which this disk space consumer may
store files which may consume a significant amount of space.
- getDisplayName() - Method in enum com.unboundid.directory.sdk.common.types.AlarmSeverity
-
Returns the human-friendly name of this severity.
- getDITContentRule(ObjectClass) - Method in interface com.unboundid.directory.sdk.common.schema.Schema
-
Retrieves the specified DIT content rule from the server schema.
- getDITContentRulesByStructuralClass() - Method in interface com.unboundid.directory.sdk.common.schema.Schema
-
Retrieves the set of DIT content rules defined in the server schema, mapped
from structural object class to the corresponding DIT structure rule
definition.
- getDITStructureRule(int) - Method in interface com.unboundid.directory.sdk.common.schema.Schema
-
Retrieves the specified DIT structure rule from the server schema.
- getDITStructureRule(NameForm) - Method in interface com.unboundid.directory.sdk.common.schema.Schema
-
Retrieves the specified DIT structure rule from the server schema.
- getDITStructureRulesByRuleID() - Method in interface com.unboundid.directory.sdk.common.schema.Schema
-
Retrieves the set of DIT structure rules defined in the server schema,
mapped from rule ID to the corresponding DIT structure rule definition.
- getDN() - Method in interface com.unboundid.directory.sdk.common.operation.CompareRequest
-
Retrieves the DN of the entry to compare.
- getDN() - Method in interface com.unboundid.directory.sdk.common.operation.DeleteRequest
-
Retrieves the DN of the entry to be deleted.
- getDN() - Method in interface com.unboundid.directory.sdk.common.operation.ModifyDNRequest
-
Retrieves the DN of the entry to move and/or rename.
- getDN() - Method in interface com.unboundid.directory.sdk.common.operation.ModifyRequest
-
Retrieves the DN of the entry to modify.
- getDN() - Method in interface com.unboundid.directory.sdk.common.operation.SimpleBindRequest
-
Retrieves the DN of the user attempting to bind.
- getDN() - Method in interface com.unboundid.directory.sdk.common.types.Entry
-
Retrieves the DN of the entry as a string.
- getDN() - Method in interface com.unboundid.directory.sdk.ds.types.ChangeSubscription
-
Retrieves the DN of the configuration entry defining this change
subscription.
- getDocumentationDir() - Method in class com.unboundid.directory.sdk.common.types.ExtensionBundle
-
Get the documentation directory for this extension bundle.
- getEnqueueTime() - Method in interface com.unboundid.directory.sdk.common.types.CompletedOperationContext
-
Retrieves the time that the operation was added to the work queue, if
available.
- getEntry() - Method in interface com.unboundid.directory.sdk.common.operation.AddRequest
-
Retrieves the entry to be added.
- getEntry() - Method in interface com.unboundid.directory.sdk.common.operation.CompareResult
-
Retrieves the entry against which the compare operation was processed, if
available.
- getEntry() - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableAddRequest
-
Retrieves the entry to be added.
- getEntry(String) - Method in interface com.unboundid.directory.sdk.ds.types.BackendContext
-
Retrieves the specified entry from the backend.
- getEntry(OperationContext, String) - Method in interface com.unboundid.directory.sdk.proxy.types.EntryBalancingRequestProcessor
-
Retrieves the specified entry from this entry-balancing request processor.
- getEntryCount() - Method in interface com.unboundid.directory.sdk.common.types.CompletedSearchOperationContext
-
Retrieves the number of entries that were returned to the client during
the course of the search.
- getEntryCount() - Method in interface com.unboundid.directory.sdk.ds.types.BackendContext
-
Retrieves the total number of entries contained in this backend,
if that information is available.
- getEntryType() - Method in class com.unboundid.directory.sdk.sync.types.DatabaseChangeRecord
-
Get the database entry type that this change corresponds to (for example
"account" or "subscriber").
- getEqualityMatchingRule() - Method in interface com.unboundid.directory.sdk.common.schema.AttributeType
-
Retrieves the equality matching rule for this attribute type, if any.
- getError() - Method in class com.unboundid.directory.sdk.broker.types.AuthenticationResult
-
Retrieve the error code to return if an error occurred while processing the
authentication request or null
if an error did not occur.
- getError() - Method in class com.unboundid.directory.sdk.broker.types.StatusResult
-
Retrieve the error code to return if an error occurred while processing the
authentication request or null
if an error did not occur.
- getErrorDetail() - Method in class com.unboundid.directory.sdk.broker.types.AuthenticationResult
-
Retrieve the message to return if an error occurred while processing
the authentication request describing the details of the error
or null
if an error did not occur.
- getErrorDetail() - Method in class com.unboundid.directory.sdk.broker.types.StatusResult
-
Retrieve the message to return if an error occurred while processing
the authentication request describing the details of the error
or null
if an error did not occur.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.broker.api.AccessTokenValidator
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.broker.api.IdentityAuthenticator
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.broker.api.PolicyInformationProvider
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.broker.api.StoreAdapter
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.broker.api.StoreAdapterPlugin
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.common.api.AlertHandler
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.common.api.ErrorLogger
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.common.api.FileBasedErrorLogger
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.common.api.HTTPTraceLogger
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.common.api.KeyManagerProvider
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.common.api.LogFileRotationListener
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.common.api.MonitorProvider
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.common.api.TrustManagerProvider
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in interface com.unboundid.directory.sdk.common.internal.ExampleUsageProvider
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.ds.api.AccountStatusNotificationHandler
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.ds.api.CertificateMapper
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.ds.api.ChangeSubscriptionHandler
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.ds.api.CipherStreamProvider
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.ds.api.ConnectionCriteria
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.ds.api.EnhancedPasswordStorageScheme
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.ds.api.ExtendedOperationHandler
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.ds.api.IdentityMapper
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.ds.api.NotificationManager
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.ds.api.OneTimePasswordDeliveryMechanism
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.ds.api.PasswordGenerator
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.ds.api.PasswordStorageScheme
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.ds.api.PasswordValidator
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.ds.api.RequestCriteria
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.ds.api.ResultCriteria
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.ds.api.SASLMechanismHandler
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.ds.api.SearchEntryCriteria
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.ds.api.SearchReferenceCriteria
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.ds.api.Task
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.ds.api.TelephonyMessagingProvider
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.ds.api.UncachedAttributeCriteria
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.ds.api.UncachedEntryCriteria
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.ds.api.VirtualAttributeProvider
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.http.api.HTTPOperationLogger
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.http.api.HTTPServletExtension
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.http.api.OAuthTokenHandler
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.proxy.api.LDAPHealthCheck
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.proxy.api.PlacementAlgorithm
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.proxy.api.ProxiedExtendedOperationHandler
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.proxy.api.ProxyTransformation
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.proxy.api.ServerAffinityProvider
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.sync.api.JDBCSyncDestination
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.sync.api.JDBCSyncSource
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.sync.api.LDAPSyncDestinationPlugin
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.sync.api.LDAPSyncSourcePlugin
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.sync.api.SyncDestination
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.sync.api.SyncPipePlugin
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExamplesArgumentSets() - Method in class com.unboundid.directory.sdk.sync.api.SyncSource
-
Retrieves a map containing examples of configurations that may be used for
this extension.
- getExcludeReason() - Method in class com.unboundid.directory.sdk.ds.types.LDIFPluginResult
-
Retrieves a message with additional information about the reason the entry
should be excluded, if applicable.
- getExpirationTime() - Method in class com.unboundid.directory.sdk.broker.types.TokenValidationResult
-
Get the token expiration time in seconds since January 1 1970 UTC.
- getExpirationTime() - Method in interface com.unboundid.directory.sdk.ds.types.ChangeSubscription
-
Retrieves the expiration time for this change subscription.
- getExtendedOperationName(String) - Method in class com.unboundid.directory.sdk.ds.api.ExtendedOperationHandler
-
Retrieves the name of the extended operation with the provided OID.
- getExtendedOperationName(String) - Method in class com.unboundid.directory.sdk.proxy.api.ProxiedExtendedOperationHandler
-
Retrieves the name of the extended operation with the provided OID.
- getExtensionBundle() - Method in class com.unboundid.directory.sdk.common.types.InstallExtensionDetails
-
Retrieves the extension bundle being installed.
- getExtensionBundle() - Method in class com.unboundid.directory.sdk.common.types.UpdateExtensionDetails
-
Retrieves the extension bundle being installed.
- getExtensionBundleDir() - Method in class com.unboundid.directory.sdk.common.types.ExtensionBundle
-
Get the root directory of this extension bundle.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.broker.api.AccessTokenValidator
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.broker.api.IdentityAuthenticator
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.broker.api.PolicyInformationProvider
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.broker.api.StoreAdapter
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.broker.api.StoreAdapterPlugin
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.common.api.AlertHandler
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.common.api.ErrorLogger
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.common.api.FileBasedErrorLogger
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.common.api.HTTPTraceLogger
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.common.api.KeyManagerProvider
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.common.api.LogFileRotationListener
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.common.api.MonitorProvider
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.common.api.TrustManagerProvider
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.common.api.VelocityContextProvider
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in interface com.unboundid.directory.sdk.common.internal.UnboundIDExtension
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.ds.api.AccountStatusNotificationHandler
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.ds.api.CertificateMapper
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.ds.api.ChangeSubscriptionHandler
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.ds.api.CipherStreamProvider
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.ds.api.ConnectionCriteria
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.ds.api.EnhancedPasswordStorageScheme
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.ds.api.ExtendedOperationHandler
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.ds.api.IdentityMapper
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.ds.api.NotificationManager
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.ds.api.OneTimePasswordDeliveryMechanism
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.ds.api.PasswordGenerator
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.ds.api.PasswordStorageScheme
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.ds.api.PasswordValidator
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.ds.api.RequestCriteria
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.ds.api.ResultCriteria
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.ds.api.SASLMechanismHandler
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.ds.api.SearchEntryCriteria
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.ds.api.SearchReferenceCriteria
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.ds.api.Task
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.ds.api.TelephonyMessagingProvider
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.ds.api.UncachedAttributeCriteria
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.ds.api.UncachedEntryCriteria
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.ds.api.VirtualAttributeProvider
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.http.api.HTTPOperationLogger
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.http.api.HTTPServletExtension
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.http.api.OAuthTokenHandler
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.proxy.api.LDAPHealthCheck
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.proxy.api.PlacementAlgorithm
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.proxy.api.ProxiedExtendedOperationHandler
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.proxy.api.ProxyTransformation
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.proxy.api.ServerAffinityProvider
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.sync.api.JDBCSyncDestination
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.sync.api.JDBCSyncSource
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.sync.api.LDAPSyncDestinationPlugin
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.sync.api.LDAPSyncSourcePlugin
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.sync.api.SyncDestination
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.sync.api.SyncPipePlugin
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.unboundid.directory.sdk.sync.api.SyncSource
-
Retrieves a human-readable description for this extension.
- getExtensionJarFile() - Method in class com.unboundid.directory.sdk.common.types.ExtensionBundle
-
Get the extension jar file in the bundle.
- getExtensionName() - Method in class com.unboundid.directory.sdk.broker.api.AccessTokenValidator
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.broker.api.IdentityAuthenticator
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.broker.api.PolicyInformationProvider
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.broker.api.StoreAdapter
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.broker.api.StoreAdapterPlugin
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.common.api.AlertHandler
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.common.api.ErrorLogger
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.common.api.FileBasedErrorLogger
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.common.api.HTTPTraceLogger
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.common.api.KeyManagerProvider
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.common.api.LogFileRotationListener
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.common.api.MonitorProvider
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.common.api.TrustManagerProvider
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.common.api.VelocityContextProvider
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in interface com.unboundid.directory.sdk.common.internal.UnboundIDExtension
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.ds.api.AccountStatusNotificationHandler
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.ds.api.CertificateMapper
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.ds.api.ChangeSubscriptionHandler
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.ds.api.CipherStreamProvider
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.ds.api.ConnectionCriteria
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.ds.api.EnhancedPasswordStorageScheme
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.ds.api.ExtendedOperationHandler
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.ds.api.IdentityMapper
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.ds.api.NotificationManager
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.ds.api.OneTimePasswordDeliveryMechanism
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.ds.api.PasswordGenerator
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.ds.api.PasswordStorageScheme
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.ds.api.PasswordValidator
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.ds.api.RequestCriteria
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.ds.api.ResultCriteria
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.ds.api.SASLMechanismHandler
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.ds.api.SearchEntryCriteria
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.ds.api.SearchReferenceCriteria
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.ds.api.Task
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.ds.api.TelephonyMessagingProvider
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.ds.api.UncachedAttributeCriteria
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.ds.api.UncachedEntryCriteria
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.ds.api.VirtualAttributeProvider
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.http.api.HTTPOperationLogger
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.http.api.HTTPServletExtension
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.http.api.OAuthTokenHandler
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.proxy.api.LDAPHealthCheck
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.proxy.api.PlacementAlgorithm
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.proxy.api.ProxiedExtendedOperationHandler
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.proxy.api.ProxyTransformation
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.proxy.api.ServerAffinityProvider
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.sync.api.JDBCSyncDestination
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.sync.api.JDBCSyncSource
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.sync.api.LDAPSyncDestinationPlugin
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.sync.api.LDAPSyncSourcePlugin
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.sync.api.SyncDestination
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.sync.api.SyncPipePlugin
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.unboundid.directory.sdk.sync.api.SyncSource
-
Retrieves a human-readable name for this extension.
- getExtensions() - Method in interface com.unboundid.directory.sdk.common.schema.AttributeType
-
Retrieves a map of all defined extensions for this attribute type.
- getExtensions() - Method in interface com.unboundid.directory.sdk.common.schema.DITContentRule
-
Retrieves a map of all defined extensions for this DIT content rule.
- getExtensions() - Method in interface com.unboundid.directory.sdk.common.schema.DITStructureRule
-
Retrieves a map of all defined extensions for this DIT structure rule.
- getExtensions() - Method in interface com.unboundid.directory.sdk.common.schema.MatchingRuleUse
-
Retrieves a map of all defined extensions for this matching rule use.
- getExtensions() - Method in interface com.unboundid.directory.sdk.common.schema.NameForm
-
Retrieves a map of all defined extensions for this name form.
- getExtensions() - Method in interface com.unboundid.directory.sdk.common.schema.ObjectClass
-
Retrieves a map of all defined extensions for this object class.
- getFilter() - Method in interface com.unboundid.directory.sdk.common.operation.SearchRequest
-
Retrieves the filter for the search.
- getFlowStateParams() - Method in class com.unboundid.directory.sdk.broker.types.AuthenticationResult
-
Retrieve the state parameters to be preserved and resubmitted to the
authenticator to continue a multi-step authentication flow.
- getForwardTargetAddress() - Method in interface com.unboundid.directory.sdk.common.types.ForwardTarget
-
Retrieves the address of the target server.
- getForwardTargetPort() - Method in interface com.unboundid.directory.sdk.common.types.ForwardTarget
-
Retrieves the port of the target server.
- getForwardTargetProtocol() - Method in interface com.unboundid.directory.sdk.common.types.ForwardTarget
-
Retrieves the name of the protocol used to communicate with the target
server.
- getFullEntry() - Method in class com.unboundid.directory.sdk.sync.types.ChangeRecord
-
Get the full source entry (if it was set on this ChangeRecord when it was
created).
- getFullProductName() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves the full name of the server.
- getFullVendorName() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves the full name of the server vendor.
- getFullVersion() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves a string that is the concatenation of the product name, the
major, minor, point, and patch version numbers of the server and any
any other unique version information.
- getGlobalIndexHint(DN) - Method in interface com.unboundid.directory.sdk.proxy.types.EntryBalancingRequestProcessor
-
Retrieves the backend set in which the entry-balancing global index
believes the entry with the specified DN may exist.
- getGlobalIndexHint(String, String) - Method in interface com.unboundid.directory.sdk.proxy.types.EntryBalancingRequestProcessor
-
Retrieves the backend set in which the entry-balancing global index
believes the entry with the specified attribute value may exist.
- getGlobalIndexHint(String, byte[]) - Method in interface com.unboundid.directory.sdk.proxy.types.EntryBalancingRequestProcessor
-
Retrieves the backend set in which the entry-balancing global index
believes the entry with the specified attribute value may exist.
- getHardDeleteRequestControl() - Method in interface com.unboundid.directory.sdk.common.operation.DeleteRequest
-
Retrieves the hard-delete request control included in the delete request if
it is present.
- getHealthCheckResult() - Method in interface com.unboundid.directory.sdk.proxy.types.BackendServer
-
Retrieves the health check result currently assigned to this LDAP external
server.
- getHistoryDir() - Method in class com.unboundid.directory.sdk.common.types.ExtensionBundle
-
Get the history directory for this extension bundle.
- getHTTPConnectionHandlerConfigDN() - Method in interface com.unboundid.directory.sdk.http.config.HTTPServletExtensionConfig
-
Retrieves the DN of the configuration object for the HTTP connection
handler that created the servlet extension.
- getHttpRequest() - Method in interface com.unboundid.directory.sdk.broker.types.RequestContext
-
Get the HttpServletRequest associated with the current request.
- getHTTPServerObject() - Method in interface com.unboundid.directory.sdk.http.config.HTTPServletExtensionConfig
-
Retrieves a handle to an object that may be used to interact with the HTTP
server itself.
- getHttpServletRequest() - Method in interface com.unboundid.directory.sdk.broker.types.AuthenticationRequest
-
Retrieve the HTTP servlet request for the request being processed.
- getHttpServletRequest() - Method in interface com.unboundid.directory.sdk.broker.types.StatusRequest
-
Retrieve the HTTP servlet request for the request being processed.
- getHttpServletRequest() - Method in interface com.unboundid.directory.sdk.broker.types.StoreRequest
-
Get the associated HTTP request, which may be null
if there is no
associated external HTTP request.
- getHttpServletRequest() - Method in interface com.unboundid.directory.sdk.broker.types.StoreRequestContext
-
Get the associated HTTP request, which may be null
if there is no
associated external HTTP request.
- getIdentifiableInfo() - Method in class com.unboundid.directory.sdk.sync.types.ChangeRecord
-
Get a DN that identifies the entry or record that changed (for example
"accountID=123").
- getIdentifiableInfo() - Method in class com.unboundid.directory.sdk.sync.types.DatabaseChangeRecord
-
Get the DN that identifies the row that changed (for example
"accountID=123").
- getIdentifiableInfo() - Method in interface com.unboundid.directory.sdk.sync.types.SyncOperation
-
Return a String that can be used to correlate this change back to the
source entry.
- getIdentityMapperConfigEntryDN() - Method in interface com.unboundid.directory.sdk.ds.config.SASLMechanismHandlerConfig
-
Retrieves the DN of the configuration entry for the identity mapper
associated with this SASL mechanism handler.
- getIDToAbandon() - Method in interface com.unboundid.directory.sdk.common.operation.AbandonRequest
-
Retrieves the message ID of the operation to abandon.
- getIgnoreChangesByUser() - Method in interface com.unboundid.directory.sdk.sync.config.JDBCSyncSourceConfig
-
Gets the configured users from which detected changes will be ignored.
- getInstalledExtensionBundle() - Method in class com.unboundid.directory.sdk.common.types.UpdateExtensionDetails
-
Retrieves the extension bundle getting updated.
- getInstanceName() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves the instance name that has been assigned to the server.
- getInternalConnection(String, boolean) - Method in interface com.unboundid.directory.sdk.common.types.ClientContext
-
Retrieves an internal connection that is authenticated as the specified
user.
- getInternalConnection(String) - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves an internal connection that is authenticated as the specified
user.
- getInternalRootConnection(boolean) - Method in interface com.unboundid.directory.sdk.common.types.ClientContext
-
Retrieves an internal connection that is authenticated as a root user
that is not subject to access control.
- getInternalRootConnection() - Method in interface com.unboundid.directory.sdk.common.types.OperationContext
-
Retrieves an internal connection that is authenticated as a root user
that is not subject to access control.
- getInternalRootConnection(boolean) - Method in interface com.unboundid.directory.sdk.common.types.OperationContext
-
Retrieves an internal connection that is authenticated as a root user
that is not subject to access control.
- getInternalRootConnection() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves an internal connection that is authenticated as a root user
that is not subject to access control.
- getInternalScimInterface() - Method in interface com.unboundid.directory.sdk.broker.types.BrokerContext
-
Gets an internal implementation of the ScimInterface.
- getInternalUserConnection(boolean) - Method in interface com.unboundid.directory.sdk.common.types.ClientContext
-
Retrieves an internal connection that is authenticated as the same user
as the associated client connection.
- getInternalUserConnection() - Method in interface com.unboundid.directory.sdk.common.types.OperationContext
-
Retrieves an internal connection that is authenticated as the same user
that requested this operation and may be subject to access control.
- getInternalUserConnection(boolean) - Method in interface com.unboundid.directory.sdk.common.types.OperationContext
-
Retrieves an internal connection that is authenticated as the same user
that requested this operation and may be subject to access control.
- getIssuedAt() - Method in class com.unboundid.directory.sdk.broker.types.TokenValidationResult
-
Get the token issue time in seconds since January 1 1970 UTC.
- getJsonContent(String, RequestContext) - Method in class com.unboundid.directory.sdk.broker.api.PolicyInformationProvider
-
Retrieve JSON content that has been requested by the policy engine in
order to resolve a XACML AttributeSelector element.
- getJsonContent(String, String, RequestContext) - Method in class com.unboundid.directory.sdk.broker.api.PolicyInformationProvider
-
Retrieve additional or narrowed JSON content using the specified context
selector.
- getJsonContent(String) - Method in interface com.unboundid.directory.sdk.broker.types.RequestContext
-
Get JSON content from the specified Attributes category.
- getKeyAttributes() - Method in class com.unboundid.directory.sdk.ds.types.NotificationProperties
-
Retrieve the additional key attributes to be recorded in the LDAP
changelog entry and included in the notification.
- getKeyManagers() - Method in class com.unboundid.directory.sdk.common.api.KeyManagerProvider
-
Retrieves a set of key managers that may be used for operations within
the server which may require access to certificates.
- getKeys() - Method in interface com.unboundid.directory.sdk.common.types.VelocityContext
-
Obtains an array of all keys for this context.
- getLDAPExternalServerConnection(String, LDAPConnectionOptions) - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves a connection that is established and (if appropriate)
authenticated to the specified LDAP External server.
- getLDAPExternalServerConnectionPool(String, LDAPConnectionOptions, int, int, boolean) - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves a connection pool with connections to the specified server.
- getLibrariesDir() - Method in class com.unboundid.directory.sdk.common.types.ExtensionBundle
-
Get the lib directory for this extension bundle.
- getLocalLevel() - Method in interface com.unboundid.directory.sdk.common.types.AssuredReplicationRequirements
-
Retrieves the local assurance level that will be used for the operation.
- getLocation() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves the location that has been assigned to the server, if any.
- getLocation() - Method in interface com.unboundid.directory.sdk.proxy.types.BackendServer
-
Retrieves the location assigned to this LDAP external server, if any.
- getLogFile() - Method in interface com.unboundid.directory.sdk.common.config.FileBasedAccessLoggerConfig
-
Retrieves the path to the log file to which new log messages will be
written.
- getLogFile() - Method in interface com.unboundid.directory.sdk.common.config.FileBasedErrorLoggerConfig
-
Retrieves the path to the log file to which new log messages will be
written.
- getLogWriter() - Method in interface com.unboundid.directory.sdk.common.config.FileBasedAccessLoggerConfig
-
Returns the underlying writer for the server access log, which can be used
to log arbitrary messages back through the core server logging framework.
- getLogWriter() - Method in interface com.unboundid.directory.sdk.common.config.FileBasedErrorLoggerConfig
-
Returns the underlying writer for the server error logger, which can be
used to log arbitrary messages back through the core server logging
framework.
- getMajorVersionNumber() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves the major version number for the server.
- getMatchedConnectionCriteria() - Method in interface com.unboundid.directory.sdk.common.types.ClientContext
-
Returns a List
containing the names of all the Connection
Criteria that match this connection.
- getMatchedDN() - Method in interface com.unboundid.directory.sdk.common.operation.GenericResult
-
Retrieves the matched DN for the result, if any.
- getMatchingRule() - Method in interface com.unboundid.directory.sdk.common.schema.MatchingRuleUse
-
Retrieves the matching rule for this matching rule use.
- getMatchingRule(String) - Method in interface com.unboundid.directory.sdk.common.schema.Schema
-
Retrieves the specified matching rule from the server schema.
- getMatchingRulesByName() - Method in interface com.unboundid.directory.sdk.common.schema.Schema
-
Retrieves the set of matching rules defined in the server schema, mapped
from lowercase name or OID to the matching rule definition.
- getMatchingRuleUse(MatchingRule) - Method in interface com.unboundid.directory.sdk.common.schema.Schema
-
Retrieves the specified matching rule use from the server schema.
- getMatchingRuleUsesByMatchingRule() - Method in interface com.unboundid.directory.sdk.common.schema.Schema
-
Retrieves the set of matching rule uses defined in the server schema,
mapped from matching rule to its corresponding matching rule use.
- getMaxOpenConnections() - Method in interface com.unboundid.directory.sdk.sync.config.JDBCSyncDestinationConfig
-
Gets the maximum number of connections that the Sync Destination
is allowed to have open to the database at a given time.
- getMaxOpenConnections() - Method in interface com.unboundid.directory.sdk.sync.config.JDBCSyncSourceConfig
-
Gets the maximum number of connections that the Sync Source
is allowed to have open to the database at a given time.
- getMessage() - Method in interface com.unboundid.directory.sdk.ds.types.AccountStatusNotification
-
Retrieves a message that provides additional information for this account
status notification.
- getMessage() - Method in class com.unboundid.directory.sdk.ds.types.StartupPluginResult
-
Retrieves a message with additional information about the processing
performed by this plugin, if available.
- getMessageID() - Method in interface com.unboundid.directory.sdk.common.types.OperationContext
-
Retrieves the message ID for this operation from the client request.
- getMessages() - Method in class com.unboundid.directory.sdk.common.types.PostManageExtensionPluginResult
-
Retrieves the list of messages to print to the console.
- getMessages() - Method in class com.unboundid.directory.sdk.common.types.PreManageExtensionPluginResult
-
Retrieves the list of messages to print to the console.
- getMessages() - Method in interface com.unboundid.directory.sdk.proxy.types.HealthCheckResult
-
Retrieves a list of messages providing additional information about the
reason for the associated state and score.
- getMinorVersionNumber() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves the minor version number for the server.
- getModifications() - Method in interface com.unboundid.directory.sdk.common.operation.ModifyRequest
-
Retrieves the modifications to be applied.
- getModifiedSourceAttributes() - Method in interface com.unboundid.directory.sdk.sync.types.SyncOperation
-
Return the names of the attributes that were modified at the source.
- getModifier() - Method in class com.unboundid.directory.sdk.sync.types.ChangeRecord
-
Get the user account name that made the change.
- getModifier() - Method in class com.unboundid.directory.sdk.sync.types.DatabaseChangeRecord
-
Get the database user that made the change.
- getModifyDNNotificationProperties(ModifyDNRequest) - Method in class com.unboundid.directory.sdk.ds.api.NotificationManager
-
Determine if any notifications are required for the provided modify DN
request and return notification properties for each notification
destination that requires a notification.
- getModifyNotificationProperties(ModifyRequest) - Method in class com.unboundid.directory.sdk.ds.api.NotificationManager
-
Determine if any notifications are required for the provided modify
request and return notification properties for each notification
destination that requires a notification.
- getMonitorAttributes() - Method in class com.unboundid.directory.sdk.common.api.MonitorProvider
-
Retrieves a list of attributes containing the data to include in the
monitor entry generated from this monitor provider.
- getMonitorInstanceName() - Method in class com.unboundid.directory.sdk.common.api.MonitorProvider
-
Retrieves the name that identifies this monitor provider instance.
- getMonitorObjectClass() - Method in class com.unboundid.directory.sdk.common.api.MonitorProvider
-
Retrieves the name of the object class that will be used for monitor
entries created from this monitor provider.
- getMonitorProvider() - Method in interface com.unboundid.directory.sdk.common.types.RegisteredMonitorProvider
-
Retrieves a reference to the monitor provider that was registered with
the server.
- getName() - Method in interface com.unboundid.directory.sdk.broker.types.ScimResourcePrincipal
-
Returns the name of this principal.
- getName() - Method in class com.unboundid.directory.sdk.broker.types.StoreAttributeDefinition
-
Gets the name of the attribute.
- getName() - Method in enum com.unboundid.directory.sdk.broker.types.StoreAttributeDefinition.Type
-
Gets the name of the type.
- getName() - Method in interface com.unboundid.directory.sdk.common.schema.AttributeSyntax
-
Retrieves the name for this attribute syntax, if any.
- getName() - Method in interface com.unboundid.directory.sdk.common.schema.MatchingRule
-
Retrieves the name for this matching rule, if any.
- getName() - Method in enum com.unboundid.directory.sdk.common.types.AlertSeverity
-
Retrieves the name of this alert severity.
- getName() - Method in enum com.unboundid.directory.sdk.ds.types.AccountStatusNotificationProperty
-
Retrieves the name for this account status notification property.
- getName() - Method in enum com.unboundid.directory.sdk.ds.types.AccountStatusNotificationType
-
Retrieves the name for this account status notification type.
- getName() - Method in interface com.unboundid.directory.sdk.ds.types.ChangeSubscription
-
Retrieves the name of this change subscription.
- getName() - Method in interface com.unboundid.directory.sdk.proxy.types.Location
-
Retrieves the name assigned to this location.
- getName() - Method in interface com.unboundid.directory.sdk.sync.types.SyncClass
-
Returns the name of this Sync Class.
- getNamedObject(String, HttpServletRequest) - Method in class com.unboundid.directory.sdk.common.api.VelocityContextProvider
-
Gets an object from the current user session or servlet context
depending on the object scope currently configured for this provider.
- getNamedObject(String, HttpServletRequest, VelocityContextProviderConfig.ObjectScope) - Static method in class com.unboundid.directory.sdk.common.api.VelocityContextProvider
-
Gets an object from the current user session or servlet context
depending on the object scope currently configured for this provider.
- getNameForm() - Method in interface com.unboundid.directory.sdk.common.schema.DITStructureRule
-
Retrieves the name form for this DIT structure rule.
- getNameForm(String) - Method in interface com.unboundid.directory.sdk.common.schema.Schema
-
Retrieves the specified name form from the server schema.
- getNameForm(ObjectClass) - Method in interface com.unboundid.directory.sdk.common.schema.Schema
-
Retrieves the specified name form from the server schema.
- getNameFormsByStructuralClass() - Method in interface com.unboundid.directory.sdk.common.schema.Schema
-
Retrieves the set of name forms defined in the server schema, mapped from
structural object class to the corresponding name form definition.
- getNameOrOID() - Method in interface com.unboundid.directory.sdk.common.schema.AttributeSyntax
-
Retrieves the name for this attribute syntax, or the numeric OID if it does
not have a name.
- getNameOrOID() - Method in interface com.unboundid.directory.sdk.common.schema.AttributeType
-
Retrieves the primary name for this attribute type, or the numeric OID if
no names are defined.
- getNameOrOID() - Method in interface com.unboundid.directory.sdk.common.schema.DITContentRule
-
Retrieves the primary name for this DIT content rule, or the numeric OID
of the structural object class no names are defined.
- getNameOrOID() - Method in interface com.unboundid.directory.sdk.common.schema.MatchingRule
-
Retrieves the name for this matching rule, or the numeric OID if it does
not have a name.
- getNameOrOID() - Method in interface com.unboundid.directory.sdk.common.schema.NameForm
-
Retrieves the primary name for this name form, or the numeric OID if no
names are defined.
- getNameOrOID() - Method in interface com.unboundid.directory.sdk.common.schema.ObjectClass
-
Retrieves the primary name for this object class, or the numeric OID if
no names are defined.
- getNameOrRuleID() - Method in interface com.unboundid.directory.sdk.common.schema.DITStructureRule
-
Retrieves the primary name for this DIT structure rule, or the rule ID if
no names are defined.
- getNames() - Method in interface com.unboundid.directory.sdk.common.schema.AttributeType
-
Retrieves the list of names for this attribute type, if any.
- getNames() - Method in interface com.unboundid.directory.sdk.common.schema.DITContentRule
-
Retrieves the list of names for this DIT content rule, if any.
- getNames() - Method in interface com.unboundid.directory.sdk.common.schema.DITStructureRule
-
Retrieves the list of names for this DIT structure rule, if any.
- getNames() - Method in interface com.unboundid.directory.sdk.common.schema.MatchingRuleUse
-
Retrieves the list of names for this matching rule use, if any.
- getNames() - Method in interface com.unboundid.directory.sdk.common.schema.NameForm
-
Retrieves the list of names for this name form, if any.
- getNames() - Method in interface com.unboundid.directory.sdk.common.schema.ObjectClass
-
Retrieves the list of names for this object class, if any.
- getNativeSchema() - Method in class com.unboundid.directory.sdk.broker.api.StoreAdapter
-
Retrieves a collection of attribute definitions describing the schema
for objects supported by this Store Adapter.
- getNewEntry() - Method in interface com.unboundid.directory.sdk.common.operation.ModifyDNResult
-
Retrieves the entry is it appeared after the modify DN operation, if
available.
- getNewEntry() - Method in interface com.unboundid.directory.sdk.common.operation.ModifyResult
-
Retrieves the entry is it appeared after the modify operation, if
available.
- getNewRDN() - Method in interface com.unboundid.directory.sdk.common.operation.ModifyDNRequest
-
Retrieves the new RDN to use for the entry.
- getNewSuperiorDN() - Method in interface com.unboundid.directory.sdk.common.operation.ModifyDNRequest
-
Retrieves the DN for the new superior entry, if any.
- getNextBatchOfChanges(TransactionContext, int, AtomicLong) - Method in class com.unboundid.directory.sdk.sync.api.JDBCSyncSource
-
Return the next batch of change records from the database.
- getNextBatchOfChanges(int, AtomicLong) - Method in class com.unboundid.directory.sdk.sync.api.SyncSource
-
Return the next batch of change records from the source.
- getNextBatchOfChanges(TransactionContext, int, AtomicLong) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedJDBCSyncSource
-
Return the next batch of change records from the database.
- getNextBatchOfChanges(int, AtomicLong) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedSyncSource
-
Return the next batch of change records from the source.
- getNotificationChanges() - Method in interface com.unboundid.directory.sdk.ds.types.Notification
-
Retrieve the list of changes associated with the notification.
- getNotificationProperties() - Method in interface com.unboundid.directory.sdk.ds.types.AccountStatusNotification
-
Retrieves a set of properties that may provide additional information for
this account status notification.
- getNotificationProperty(AccountStatusNotificationProperty) - Method in interface com.unboundid.directory.sdk.ds.types.AccountStatusNotification
-
Retrieves the set of values for the specified account status notification
property.
- getNotificationType() - Method in interface com.unboundid.directory.sdk.ds.types.AccountStatusNotification
-
Retrieves the notification type for this account status notification.
- getNotUsedBefore() - Method in class com.unboundid.directory.sdk.broker.types.TokenValidationResult
-
Get the not used before time in seconds since January 1 1070 UTC.
- getNumPreviousDeliveryAttempts() - Method in interface com.unboundid.directory.sdk.ds.types.Notification
-
Retrieve the number of previous delivery attempts for this notification.
- getObjectClass(String, boolean) - Method in interface com.unboundid.directory.sdk.common.schema.Schema
-
Retrieves the specified object class from the server schema, optionally
creating a new class with the specified name if none is defined.
- getObjectClassesByName() - Method in interface com.unboundid.directory.sdk.common.schema.Schema
-
Retrieves the set of object classes defined in the server schema, mapped
from lowercase name or OID to the object class definition.
- getObjectClassType() - Method in interface com.unboundid.directory.sdk.common.schema.ObjectClass
-
Retrieves the object class type for this object class.
- getObjectScope() - Method in interface com.unboundid.directory.sdk.common.config.VelocityContextProviderConfig
-
Indicates the expected scope for objects added to the Velocity
context by this provider.
- getObjectToCreate() - Method in interface com.unboundid.directory.sdk.broker.types.StoreCreateRequest
-
Retrieve the JSON object to be created.
- getObjectToCreate() - Method in interface com.unboundid.directory.sdk.broker.types.StorePostCreateRequestContext
-
Retrieve the JSON object that was created.
- getObjectToCreate() - Method in interface com.unboundid.directory.sdk.broker.types.StorePreCreateRequestContext
-
Retrieve the JSON object to be created.
- getObscuredValue(String) - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves the plaintext representation of the specified obscured value from
the server configuration.
- getOID() - Method in interface com.unboundid.directory.sdk.common.schema.AttributeSyntax
-
Retrieves the numeric OID for this attribute syntax.
- getOID() - Method in interface com.unboundid.directory.sdk.common.schema.AttributeType
-
Retrieves the numeric OID for this attribute type.
- getOID() - Method in interface com.unboundid.directory.sdk.common.schema.MatchingRule
-
Retrieves the numeric OID for this matching rule.
- getOID() - Method in interface com.unboundid.directory.sdk.common.schema.NameForm
-
Retrieves the numeric OID for this name form.
- getOID() - Method in interface com.unboundid.directory.sdk.common.schema.ObjectClass
-
Retrieves the numeric OID for this object class.
- getOldEntry() - Method in interface com.unboundid.directory.sdk.common.operation.ModifyDNResult
-
Retrieves the entry as it appeared before the modify DN operation, if
available.
- getOldEntry() - Method in interface com.unboundid.directory.sdk.common.operation.ModifyResult
-
Retrieves the entry as it appeared before the modify operation, if
available.
- getOperationCompletedListener() - Method in interface com.unboundid.directory.sdk.common.types.RegisteredOperationCompletedListener
-
Retrieves a reference to the operation completed listener that was
registered with the server.
- getOperationID() - Method in interface com.unboundid.directory.sdk.common.types.OperationContext
-
Retrieves the identifier that has been assigned to this operation for the
associated client connection.
- getOperationName() - Method in enum com.unboundid.directory.sdk.common.types.OperationType
-
Retrieves the human-readable name for this operation type.
- getOperationType() - Method in interface com.unboundid.directory.sdk.common.operation.Request
-
Retrieves the operation type for this request.
- getOperationType() - Method in interface com.unboundid.directory.sdk.common.operation.Result
-
Retrieves the operation type for this result.
- getOperationType() - Method in interface com.unboundid.directory.sdk.common.types.OperationContext
-
Retrieves the operation type for this operation.
- getOptionalAttributeChain() - Method in interface com.unboundid.directory.sdk.common.schema.ObjectClass
-
Retrieves the set of optional attributes for this object class and all of
its superior classes.
- getOptionalAttributes() - Method in interface com.unboundid.directory.sdk.common.schema.DITContentRule
-
Retrieves the set of optional attributes for this DIT content rule, if any.
- getOptionalAttributes() - Method in interface com.unboundid.directory.sdk.common.schema.NameForm
-
Retrieves the set of optional attributes for this name form, if any.
- getOptionalAttributes() - Method in interface com.unboundid.directory.sdk.common.schema.ObjectClass
-
Retrieves the set of optional attributes for this object class.
- getOrderingMatchingRule() - Method in interface com.unboundid.directory.sdk.common.schema.AttributeType
-
Retrieves the ordering matching rule for this attribute type, if any.
- getPackageName() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves the package name of the server that is used for defining the
server package ZIP file and root directory.
- getParentBackend() - Method in interface com.unboundid.directory.sdk.ds.types.BackendContext
-
Retrieves information about the parent for the associated backend, if any.
- getParsedConfigEntryDN() - Method in interface com.unboundid.directory.sdk.proxy.types.BackendServer
-
Retrieves the DN of the configuration entry in which this LDAP external
server is defined.
- getParsedDN() - Method in interface com.unboundid.directory.sdk.common.types.Entry
-
Retrieves a parsed representation of the DN for the entry.
- getPassword() - Method in interface com.unboundid.directory.sdk.common.operation.SimpleBindRequest
-
Retrieves the password for the bind request.
- getPasswordQualityRequirement() - Method in class com.unboundid.directory.sdk.ds.api.PasswordValidator
-
Retrieves the password quality requirement for this password validator, if
available.
- getPasswordQualityRequirement() - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPasswordValidator
-
Retrieves the password quality requirement for this password validator, if
available.
- getPasswordUsed() - Method in interface com.unboundid.directory.sdk.ds.types.SuccessSASLBindResult
-
Retrieves the plaintext representation of the password used to
authenticate, if available.
- getPatchRequest() - Method in interface com.unboundid.directory.sdk.broker.types.StorePostUpdateRequestContext
-
Retrieve the SCIM patch request specifying the modifications that were
processed.
- getPatchRequest() - Method in interface com.unboundid.directory.sdk.broker.types.StorePreUpdateRequestContext
-
Retrieve the SCIM patch request specifying the modifications to be
processed.
- getPatchRequest() - Method in interface com.unboundid.directory.sdk.broker.types.StoreUpdateRequest
-
Retrieve the SCIM patch request specifying the modifications to be
processed.
- getPatchVersionNumber() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves the patch version number for the server.
- getPlaintextValue(ByteString, Entry) - Method in class com.unboundid.directory.sdk.ds.api.EnhancedPasswordStorageScheme
-
Attempts to determine the plaintext password used to generate the provided
encoded password.
- getPlaintextValue(ByteString) - Method in class com.unboundid.directory.sdk.ds.api.PasswordStorageScheme
-
Attempts to determine the plaintext password used to generate the provided
encoded password.
- getPointVersionNumber() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves the point version number for the server.
- getPostStepResult() - Method in exception com.unboundid.directory.sdk.sync.types.EndpointException
-
Gets the result object which indicates how the Synchronization
server should proceed with the sync operation.
- getPreferredFailoverLocations() - Method in interface com.unboundid.directory.sdk.proxy.types.Location
-
Retrieves an ordered list of the preferred failover locations for this
location.
- getPrincipal() - Method in interface com.unboundid.directory.sdk.broker.types.AuthenticationRequest
-
Retrieve the currently authenticated principal or
null
if not available.
- getPrincipal() - Method in class com.unboundid.directory.sdk.broker.types.AuthenticationResult
-
Retrieve the authenticated user, or null
if additional steps
are required.
- getPrincipal() - Method in interface com.unboundid.directory.sdk.broker.types.StatusRequest
-
Retrieve the currently authenticated principal or
null
if not available.
- getProcessingEndTime() - Method in interface com.unboundid.directory.sdk.common.types.CompletedOperationContext
-
Retrieves the time that the worker thread completed processing for the
operation.
- getProcessingStartTime() - Method in interface com.unboundid.directory.sdk.common.types.CompletedOperationContext
-
Retrieves the time that the worker thread began processing the operation.
- getProcessingTimeMillis() - Method in interface com.unboundid.directory.sdk.common.types.CompletedOperationContext
-
Retrieves the length of time in milliseconds that the worker thread spent
processing the operation.
- getProcessingTimeNanos() - Method in interface com.unboundid.directory.sdk.common.types.CompletedOperationContext
-
Retrieves the length of time in nanoseconds that the worker thread spent
processing the operation.
- getProhibitedAttributes() - Method in interface com.unboundid.directory.sdk.common.schema.DITContentRule
-
Retrieves the set of prohibited attributes for this DIT content rule, if
any.
- getProperties() - Method in interface com.unboundid.directory.sdk.ds.types.NotificationChange
-
Retrieve the properties provided by the notification manager for this
change by one of the get*NotificationProperties
methods.
- getProperty(Object) - Method in class com.unboundid.directory.sdk.sync.types.ChangeRecord
-
Get the property value (if one exists) for the given key.
- getProperty(Object) - Method in class com.unboundid.directory.sdk.sync.types.DatabaseChangeRecord
-
Get the property value (if one exists) for the given key.
- getPropertyMap() - Method in class com.unboundid.directory.sdk.ds.types.NotificationProperties
-
Retrieve the set of property names and values to be included in the
notification.
- getProtocol() - Method in interface com.unboundid.directory.sdk.common.types.ClientContext
-
Retrieves the name of the protocol that the client is using to communicate
with the server.
- getQueueWaitTimeMillis() - Method in interface com.unboundid.directory.sdk.common.types.CompletedOperationContext
-
Retrieves the length of time in milliseconds that the operation was held in
the work queue before being picked up for processing by a worker thread.
- getRealAttributes() - Method in interface com.unboundid.directory.sdk.common.types.Entry
-
Retrieves a list of the real (i.e., non-virtual) attributes contained in
the entry.
- getReferenceCount() - Method in interface com.unboundid.directory.sdk.common.types.CompletedSearchOperationContext
-
Retrieves the number of references that were returned to the client during
the course of the search.
- getReferralURLs() - Method in interface com.unboundid.directory.sdk.common.operation.GenericResult
-
Retrieves the referral URLs for the result.
- getRemoteLevel() - Method in interface com.unboundid.directory.sdk.common.types.AssuredReplicationRequirements
-
Retrieves the remote assurance level that will be used for the operation.
- getRequest() - Method in interface com.unboundid.directory.sdk.common.types.OperationContext
-
Retrieves the request for the associated operation.
- getRequestControls() - Method in interface com.unboundid.directory.sdk.common.operation.Request
-
Retrieves the set of controls included in the request.
- getRequestOID() - Method in interface com.unboundid.directory.sdk.common.operation.ExtendedRequest
-
Retrieves the OID for the extended request.
- getRequestParameters() - Method in interface com.unboundid.directory.sdk.broker.types.AuthenticationRequest
-
Retrieve a JSON object specifying the request parameters containing
credentials that may be used to authenticate an end-user.
- getRequestProcessorBaseDN() - Method in interface com.unboundid.directory.sdk.proxy.types.EntryBalancingRequestProcessor
-
Retrieves the base DN for the entry-balancing request processor.
- getRequestProcessorBaseDN() - Method in interface com.unboundid.directory.sdk.proxy.types.ProxyingRequestProcessor
-
Retrieves the base DN for the entry-balancing request processor.
- getRequestValue() - Method in interface com.unboundid.directory.sdk.common.operation.ExtendedRequest
-
Retrieves the value for the extended request, if any.
- getRequiredAttributeChain() - Method in interface com.unboundid.directory.sdk.common.schema.ObjectClass
-
Retrieves the set of required attributes for this object class and all of
its superior classes.
- getRequiredAttributes() - Method in interface com.unboundid.directory.sdk.common.schema.DITContentRule
-
Retrieves the set of required attributes for this DIT content rule, if any.
- getRequiredAttributes() - Method in interface com.unboundid.directory.sdk.common.schema.NameForm
-
Retrieves the set of required attributes for this name form.
- getRequiredAttributes() - Method in interface com.unboundid.directory.sdk.common.schema.ObjectClass
-
Retrieves the set of required attributes for this object class.
- getResource() - Method in interface com.unboundid.directory.sdk.broker.types.RequestContext
-
Get the value of the resource attribute of the current request.
- getResourceEndpoint() - Method in interface com.unboundid.directory.sdk.broker.types.ScimResourcePrincipal
-
Get the SCIM resource endpoint for this user.
- getResourceId() - Method in interface com.unboundid.directory.sdk.broker.types.ScimResourcePrincipal
-
Get the SCIM resource ID for this user.
- getResponseParams() - Method in class com.unboundid.directory.sdk.broker.types.AuthenticationResult
-
Retrieve the JSON object specifying the parameters to return that may be
used to continue the authentication process.
- getResponseParams() - Method in class com.unboundid.directory.sdk.broker.types.StatusResult
-
Retrieve the JSON object specifying the parameters to return that may be
used to initiate the authentication process.
- getResult() - Method in interface com.unboundid.directory.sdk.common.types.CompletedOperationContext
-
Retrieves information about the result of the operation processing.
- getResultCode() - Method in interface com.unboundid.directory.sdk.common.operation.GenericResult
-
Retrieves the result code for the result.
- getResultControls() - Method in interface com.unboundid.directory.sdk.common.operation.Result
-
Retrieves the set of controls included in the result.
- getResultOID() - Method in interface com.unboundid.directory.sdk.common.operation.ExtendedResult
-
Retrieves the OID for the extended result, if any.
- getResultValue() - Method in interface com.unboundid.directory.sdk.common.operation.ExtendedResult
-
Retrieves the value for the extended result, if any.
- getRetrievedObject() - Method in interface com.unboundid.directory.sdk.broker.types.StorePostRetrieveRequestContext
-
Retrieves the object retrieved by the store adapter.
- getReturnCode() - Method in interface com.unboundid.directory.sdk.common.types.ToolResult
-
Returns the return code of the command.
- getRuleID() - Method in interface com.unboundid.directory.sdk.common.schema.DITStructureRule
-
Retrieves the rule ID for this DIT structure rule.
- getSASLAuthStateInfo() - Method in interface com.unboundid.directory.sdk.common.types.ClientContext
-
Retrieves an opaque object with information about the state of an active
multi-stage SASL bind.
- getSASLCredentials() - Method in interface com.unboundid.directory.sdk.common.operation.SASLBindRequest
-
Retrieves the SASL credentials for the bind request, if any.
- getSASLMechanism() - Method in interface com.unboundid.directory.sdk.common.operation.SASLBindRequest
-
Retrieves the name of the SASL mechanism to use.
- getSASLMechanismName() - Method in interface com.unboundid.directory.sdk.common.types.AuthInfo
-
Retrieves the name of the SASL mechanism used to authenticate, if
applicable.
- getSASLMechanismNames() - Method in class com.unboundid.directory.sdk.ds.api.SASLMechanismHandler
-
Retrieves a list of the names of the SASL mechanisms supported by this
SASL mechanism handler.
- getSchema() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves a reference to the server schema.
- getSchemaFileName() - Method in interface com.unboundid.directory.sdk.common.schema.AttributeType
-
Retrieves the name of the schema file in which this attribute type is
defined.
- getSchemaFileName() - Method in interface com.unboundid.directory.sdk.common.schema.DITContentRule
-
Retrieves the name of the schema file in which this DIT content rule is
defined.
- getSchemaFileName() - Method in interface com.unboundid.directory.sdk.common.schema.DITStructureRule
-
Retrieves the name of the schema file in which this DIT structure rule is
defined.
- getSchemaFileName() - Method in interface com.unboundid.directory.sdk.common.schema.MatchingRuleUse
-
Retrieves the name of the schema file in which this matching rule use is
defined.
- getSchemaFileName() - Method in interface com.unboundid.directory.sdk.common.schema.NameForm
-
Retrieves the name of the schema file in which this name form is defined.
- getSchemaFileName() - Method in interface com.unboundid.directory.sdk.common.schema.ObjectClass
-
Retrieves the name of the schema file in which this object class is
defined.
- getSCIMFilter() - Method in interface com.unboundid.directory.sdk.broker.types.StoreDeleteRequest
-
Retrieve the SCIM filter which identifies the entry to be deleted.
- getSCIMFilter() - Method in interface com.unboundid.directory.sdk.broker.types.StorePostDeleteRequestContext
-
Retrieve the filter which identifies the entry that was deleted.
- getSCIMFilter() - Method in interface com.unboundid.directory.sdk.broker.types.StorePostRetrieveRequestContext
-
Get the SCIM filter which identifies the entry that was retrieved.
- getSCIMFilter() - Method in interface com.unboundid.directory.sdk.broker.types.StorePostSearchEntryContext
-
Retrieves the SCIM Filter associated with this search request.
- getSCIMFilter() - Method in interface com.unboundid.directory.sdk.broker.types.StorePostUpdateRequestContext
-
Retrieve the filter which identifies the entry that was updated.
- getSCIMFilter() - Method in interface com.unboundid.directory.sdk.broker.types.StorePreDeleteRequestContext
-
Retrieve the SCIM filter which identifies the entry to be deleted.
- getSCIMFilter() - Method in interface com.unboundid.directory.sdk.broker.types.StorePreRetrieveRequestContext
-
Get the SCIM filter which identifies the entry to be retrieved.
- getSCIMFilter() - Method in interface com.unboundid.directory.sdk.broker.types.StorePreSearchRequestContext
-
Retrieves the SCIM Filter associated with this search request.
- getSCIMFilter() - Method in interface com.unboundid.directory.sdk.broker.types.StorePreUpdateRequestContext
-
Retrieve the filter which identifies the entry to be updated.
- getSCIMFilter() - Method in interface com.unboundid.directory.sdk.broker.types.StoreRetrieveRequest
-
Get the SCIM filter which identifies the entry to be retrieved.
- getSCIMFilter() - Method in interface com.unboundid.directory.sdk.broker.types.StoreSearchRequest
-
Retrieves the SCIM Filter associated with this search request.
- getSCIMFilter() - Method in interface com.unboundid.directory.sdk.broker.types.StoreUpdateRequest
-
Retrieve the filter which identifies the entry to be updated.
- getScope() - Method in class com.unboundid.directory.sdk.broker.types.TokenValidationResult
-
Get the scopes granted to this token.
- getScope() - Method in interface com.unboundid.directory.sdk.common.operation.SearchRequest
-
Retrieves the scope for the search.
- getScore() - Method in interface com.unboundid.directory.sdk.proxy.types.HealthCheckResult
-
Retrieves the numeric score for the associated server, which may be used to
help differentiate the server from other servers with the same state.
- getSearchEntry() - Method in interface com.unboundid.directory.sdk.broker.types.StorePostSearchEntryContext
-
Retrieves the search entry object returned by the store adapter.
- getSerializableValue() - Method in class com.unboundid.directory.sdk.sync.types.SetStartpointOptions
-
Gets the generic (serializable) startpoint value if one was specified.
- getServerAddress() - Method in interface com.unboundid.directory.sdk.proxy.types.BackendServer
-
Retrieves the address for this LDAP external server.
- getServerContext() - Method in interface com.unboundid.directory.sdk.broker.config.GenericBrokerConfig
-
Retrieves a handle to the server context for the server in which this
extension is running.
- getServerContext() - Method in interface com.unboundid.directory.sdk.common.config.GenericConfig
-
Retrieves a handle to the server context for the server in which this
extension is running.
- getServerContext() - Method in interface com.unboundid.directory.sdk.common.types.ClientContext
-
Retrieves information about the server with which the client connection is
associated.
- getServerContext() - Method in interface com.unboundid.directory.sdk.common.types.OperationContext
-
Retrieves information about the server in which this operation is being
processed.
- getServerContext() - Method in interface com.unboundid.directory.sdk.ds.config.GenericDirectoryConfig
-
Retrieves a handle to the server context for the server in which this
extension is running.
- getServerContext() - Method in interface com.unboundid.directory.sdk.ds.types.TaskContext
-
Retrieves information about the server in which the task is being
processed.
- getServerContext() - Method in interface com.unboundid.directory.sdk.http.config.GenericHTTPConfig
-
Retrieves a handle to the server context for the server in which this
extension is running.
- getServerContext() - Static method in class com.unboundid.directory.sdk.http.types.WebAppServerContextFactory
-
- getServerContext() - Method in interface com.unboundid.directory.sdk.proxy.config.GenericProxyConfig
-
Retrieves a handle to the server context for the server in which this
extension is running.
- getServerContext() - Method in interface com.unboundid.directory.sdk.proxy.types.ProxyOperationContext
-
Retrieves information about the Directory Proxy Server in which this
operation is being processed.
- getServerContext() - Method in interface com.unboundid.directory.sdk.sync.config.GenericSyncConfig
-
Retrieves a handle to the server context for the server in which this
extension is running.
- getServerInetAddress() - Method in interface com.unboundid.directory.sdk.common.types.ClientContext
-
Retrieves an InetAddress
representing the address on the server to
which the client established the connection, if available.
- getServerName() - Method in class com.unboundid.directory.sdk.sync.types.SetStartpointOptions
-
Gets the server name if one was specified, representing the External Server
at which to
set the start point.
- getServerPort() - Method in interface com.unboundid.directory.sdk.proxy.types.BackendServer
-
Retrieves the port for this LDAP external server.
- getServerResults() - Method in interface com.unboundid.directory.sdk.common.types.AssuredReplicationResult
-
Retrieves a collection with results about individual servers involved in
replication assurance processing.
- getServerRoot() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves the path to the server root directory.
- getServerSASLCredentials() - Method in interface com.unboundid.directory.sdk.common.operation.BindResult
-
Retrieves the server SASL credentials for the bind result, if any.
- getServerSDKVersion() - Method in class com.unboundid.directory.sdk.common.types.ExtensionBundle
-
Get the server SDK version number the extensions where built against.
- getServerShutdownListener() - Method in interface com.unboundid.directory.sdk.common.types.RegisteredServerShutdownListener
-
Retrieves a reference to the shutdown listener that was registered with the
server.
- getServletFilters() - Method in class com.unboundid.directory.sdk.http.api.HTTPServletExtension
-
Retrieves a list of servlet filter instances that should be installed with
the created servlet instance, in the order they should be invoked.
- getServletFilters() - Method in class com.unboundid.directory.sdk.http.scripting.ScriptedHTTPServletExtension
-
Retrieves a list of servlet filter instances that should be installed with
the created servlet instance, in the order they should be invoked.
- getServletInitOrder() - Method in class com.unboundid.directory.sdk.http.api.HTTPServletExtension
-
Retrieves the order in which the servlet should be started.
- getServletInitOrder() - Method in class com.unboundid.directory.sdk.http.scripting.ScriptedHTTPServletExtension
-
Retrieves the order in which the servlet should be started.
- getServletInitParameters() - Method in class com.unboundid.directory.sdk.http.api.HTTPServletExtension
-
Retrieves a map of initialization parameters that should be provided to the
servlet when it is initialized.
- getServletInitParameters() - Method in class com.unboundid.directory.sdk.http.scripting.ScriptedHTTPServletExtension
-
Retrieves a map of initialization parameters that should be provided to the
servlet when it is initialized.
- getServletPaths() - Method in class com.unboundid.directory.sdk.http.api.HTTPServletExtension
-
Retrieves a list of the request paths for which the associated servlet
should be invoked.
- getServletPaths() - Method in class com.unboundid.directory.sdk.http.scripting.ScriptedHTTPServletExtension
-
Retrieves a list of the request paths for which the associated servlet
should be invoked.
- getShortVendorName() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves the compact name of the server vendor.
- getSizeLimit() - Method in interface com.unboundid.directory.sdk.broker.types.StoreSearchRequest
-
Retrieves the maximum number of objects the store adapter should return
for the search.
- getSizeLimit() - Method in interface com.unboundid.directory.sdk.common.operation.SearchRequest
-
Retrieves the size limit for the search.
- getSoftDeletedEntry() - Method in interface com.unboundid.directory.sdk.common.operation.DeleteResult
-
Retrieves the soft-deleted entry if this DeleteResult
is in
response to a soft-delete request.
- getSoftDeleteRequestControl() - Method in interface com.unboundid.directory.sdk.common.operation.DeleteRequest
-
Retrieves the soft-delete request control included in the delete request if
it is present.
- getSourceEntry() - Method in interface com.unboundid.directory.sdk.sync.types.SyncOperation
-
Return the Entry that was fetched from the sync source.
- getSourceRevision() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves a value which identifies the source revision (in the
version control system used to hold the server source code) from which the
server was built.
- getStartpoint() - Method in class com.unboundid.directory.sdk.sync.api.JDBCSyncSource
-
Gets the current value of the startpoint for change detection.
- getStartpoint() - Method in class com.unboundid.directory.sdk.sync.api.SyncSource
-
Gets the current value of the startpoint for change detection.
- getStartpoint() - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedJDBCSyncSource
-
Gets the current value of the startpoint for change detection.
- getStartpoint() - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedSyncSource
-
Gets the current value of the startpoint for change detection.
- getStartpointType() - Method in class com.unboundid.directory.sdk.sync.types.SetStartpointOptions
-
Gets the startpointType (i.e.
- getStartTime() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves the time that the server was started.
- getStartupDependencies() - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Retrieves the set of startup dependencies which must be resolved in order
for this plugin to be invoked at server startup.
- getStartupDependencies() - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Retrieves the set of startup dependencies which must be resolved in order
for this plugin to be invoked at server startup.
- getStartupID() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves a compact ID that was generated at the time the server was
started.
- getStartupUUID() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves a unique identifier that was generated at the time the server was
started.
- getState() - Method in interface com.unboundid.directory.sdk.proxy.types.HealthCheckResult
-
Retrieves the health check state for the associated server.
- getStateParameters() - Method in interface com.unboundid.directory.sdk.broker.types.AuthenticationRequest
-
Retrieve a JSON object specifying the flow state parameters.
- getStateParameters() - Method in interface com.unboundid.directory.sdk.broker.types.StatusRequest
-
Retrieve a JSON object specifying the flow state parameters.
- getStatus(StatusRequest) - Method in class com.unboundid.directory.sdk.broker.api.IdentityAuthenticator
-
Process a status request.
- getStderrAsReader() - Method in interface com.unboundid.directory.sdk.common.types.ToolResult
-
Returns what the command wrote to stderr as a BufferedReader.
- getStderrAsString() - Method in interface com.unboundid.directory.sdk.common.types.ToolResult
-
Returns what the command wrote to stderr as a String.
- getStdoutAsReader() - Method in interface com.unboundid.directory.sdk.common.types.ToolResult
-
Returns what the command wrote to stdout as a BufferedReader.
- getStdoutAsString() - Method in interface com.unboundid.directory.sdk.common.types.ToolResult
-
Returns what the command wrote to stdout as a String.
- getStorageSchemeName() - Method in class com.unboundid.directory.sdk.ds.api.EnhancedPasswordStorageScheme
-
Retrieves the name for this password storage scheme.
- getStorageSchemeName() - Method in class com.unboundid.directory.sdk.ds.api.PasswordStorageScheme
-
Retrieves the name for this password storage scheme.
- getStoreSearchResultListener() - Method in interface com.unboundid.directory.sdk.broker.types.StoreSearchRequest
-
Retrieve the result listener that will be used to return results to the
caller.
- getStructuralClass() - Method in interface com.unboundid.directory.sdk.common.schema.DITContentRule
-
Retrieves the structural object class for this DIT content rule.
- getStructuralClass() - Method in interface com.unboundid.directory.sdk.common.schema.DITStructureRule
-
Retrieves the structural object class for this DIT content rule.
- getStructuralClass() - Method in interface com.unboundid.directory.sdk.common.schema.NameForm
-
Retrieves the structural object class for this name form.
- getSubAttributes() - Method in class com.unboundid.directory.sdk.broker.types.StoreAttributeDefinition
-
Gets the sub-attributes for a complex attribute.
- getSubject() - Method in interface com.unboundid.directory.sdk.broker.types.RequestContext
-
Get the value of the subject attribute of the current request.
- getSubjectToken() - Method in class com.unboundid.directory.sdk.broker.types.TokenValidationResult
-
Get the token subject as defined in JWT [RFC7519].
- getSubordinateBackends() - Method in interface com.unboundid.directory.sdk.ds.types.BackendContext
-
Retrieves information about any backends which are immediately subordinate
to the associated backend.
- getSubstringMatchingRule() - Method in interface com.unboundid.directory.sdk.common.schema.AttributeType
-
Retrieves the substring matching rule for this attribute type, if any.
- getSuperiorClasses() - Method in interface com.unboundid.directory.sdk.common.schema.ObjectClass
-
Retrieves the immediate superior classes for this object class, if any.
- getSuperiorRules() - Method in interface com.unboundid.directory.sdk.common.schema.DITStructureRule
-
Retrieves the set of superior DIT structure rules for this rule, if any.
- getSuperiorType() - Method in interface com.unboundid.directory.sdk.common.schema.AttributeType
-
Retrieves the superior type for this attribute type, if any.
- getSupportContact() - Method in class com.unboundid.directory.sdk.common.types.ExtensionBundle
-
Get the support contact for this extension bundle.
- getSupportedControls() - Method in class com.unboundid.directory.sdk.ds.api.ExtendedOperationHandler
-
Retrieves the OIDs of any controls supported by this extended operation
handler.
- getSupportedControls() - Method in class com.unboundid.directory.sdk.proxy.api.ProxiedExtendedOperationHandler
-
Retrieves the OIDs of any controls supported by this proxied extended
operation handler.
- getSupportedDeliveryMechanismInfo(OneTimePasswordDeliveryMechanismConfig, Entry, List<SupportedOTPDeliveryMechanismInfo>) - Method in class com.unboundid.directory.sdk.ds.api.OneTimePasswordDeliveryMechanism
-
Updates the provided list with one or more
SupportedOTPDeliveryMechanismInfo
objects indicating whether this
OTP delivery mechanism is supported for the specified user.
- getSupportedExtensions() - Method in class com.unboundid.directory.sdk.ds.api.ExtendedOperationHandler
-
Retrieves the OIDs of the extended operation types supported by this
extended operation handler.
- getSupportedExtensions() - Method in class com.unboundid.directory.sdk.proxy.api.ProxiedExtendedOperationHandler
-
Retrieves the OIDs of the extended operation types supported by this
proxied extended operation handler.
- getSupportedFeatures() - Method in class com.unboundid.directory.sdk.ds.api.ExtendedOperationHandler
-
Retrieves the OIDs of any features supported by this extended operation
handler that should be advertised in the server root DSE.
- getSupportedFeatures() - Method in class com.unboundid.directory.sdk.proxy.api.ProxiedExtendedOperationHandler
-
Retrieves the OIDs of any features supported by this proxied extended
operation handler that should be advertised in the server root DSE.
- getSyncClass() - Method in interface com.unboundid.directory.sdk.sync.types.SyncOperation
-
Return the
SyncClass
for the operation being processed.
- getSyncClassName() - Method in interface com.unboundid.directory.sdk.sync.types.SyncOperation
-
Return the name of the Sync Class for the operation being processed.
- getSyncPipeName() - Method in interface com.unboundid.directory.sdk.sync.types.SyncOperation
-
Return the name of the Sync Pipe for the operation being processed.
- getSyntax() - Method in interface com.unboundid.directory.sdk.common.schema.AttributeType
-
Retrieves the attribute syntax for this attribute type.
- getSyntaxOID() - Method in interface com.unboundid.directory.sdk.common.schema.MatchingRule
-
Retrieves the OID of the attribute syntax with which this matching rule is
most closely associated.
- getTableName() - Method in class com.unboundid.directory.sdk.sync.types.DatabaseChangeRecord
-
Get the database table on which the change occurred.
- getTaskEntry() - Method in interface com.unboundid.directory.sdk.ds.types.TaskContext
-
Retrieves a read-only copy of the entry that contains the definition for
this task.
- getTaskEntryDN() - Method in interface com.unboundid.directory.sdk.ds.types.TaskContext
-
Retrieves the DN of the entry that contains the definition for this task.
- getTaskID() - Method in interface com.unboundid.directory.sdk.ds.types.TaskContext
-
Retrieves the unique identifier for this task.
- getTaskName() - Method in class com.unboundid.directory.sdk.ds.api.Task
-
Retrieves a human-readable name that may be used for this task.
- getTime() - Method in interface com.unboundid.directory.sdk.proxy.types.HealthCheckResult
-
Retrieves the time that this health check result was created.
- getTimeLimitSeconds() - Method in interface com.unboundid.directory.sdk.common.operation.SearchRequest
-
Retrieves the time limit for the search in seconds.
- getTimeOfFirstDeliveryAttempt() - Method in interface com.unboundid.directory.sdk.ds.types.Notification
-
Retrieve the time at which the first delivery attempt was made, or
null
if there have been no previous delivery attempts.
- getTimeOfLastDeliveryAttempt() - Method in interface com.unboundid.directory.sdk.ds.types.Notification
-
Retrieve the time at which the last delivery attempt was made, or
null
if there have been no previous delivery attempts.
- getTimeoutMillis() - Method in interface com.unboundid.directory.sdk.common.types.AssuredReplicationRequirements
-
Retrieves the maximum length of time in milliseconds that the server should
wait for assurance processing to complete before returning the operation
result to the client.
- getTimestampFromString(String) - Static method in class com.unboundid.directory.sdk.sync.util.ScriptUtils
-
Returns a SQL Timestamp
based on the string value that is passed
in.
- getTitle() - Method in class com.unboundid.directory.sdk.common.types.ExtensionBundle
-
Retrieves the title of this extension bundle.
- getTokenIdentifier() - Method in class com.unboundid.directory.sdk.broker.types.TokenValidationResult
-
Get the unique identifier for this token.
- getTokenType() - Method in class com.unboundid.directory.sdk.broker.types.TokenValidationResult
-
Get the token type.
- getToolExecutor() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves a ToolExecutor that can be used to internally execute select
command line utilities.
- getTransactionId() - Method in interface com.unboundid.directory.sdk.broker.types.TransactionInfo
-
Get the transaction ID associated with this TransactionInfo.
- getTransactionIsolation() - Method in class com.unboundid.directory.sdk.sync.types.TransactionContext
-
Retrieves the current transaction isolation level for the underlying
Connection
.
- getTrustManagers() - Method in class com.unboundid.directory.sdk.common.api.TrustManagerProvider
-
Retrieves a set of trust managers that may be used for operations within
the server which may need to determine whether to trust a presented
certificate chain.
- getType() - Method in class com.unboundid.directory.sdk.broker.types.StoreAttributeDefinition
-
Gets the type of the value for this attribute.
- getType() - Method in interface com.unboundid.directory.sdk.sync.types.SyncOperation
-
Return the type of this SynchronizationOperation.
- getTypesOnly() - Method in interface com.unboundid.directory.sdk.common.operation.SearchRequest
-
Indicates whether search result entries should contain only attribute types
or both types and values.
- getUnboundIDChangeLogEntry() - Method in interface com.unboundid.directory.sdk.sync.types.SyncOperation
-
Return the original changelog entry that was detected for this operation.
- getUndeletedEntry() - Method in interface com.unboundid.directory.sdk.common.operation.AddResult
-
Retrieves the undeleted entry if this AddResult
is in
response to an undelete request.
- getUniqueId() - Method in interface com.unboundid.directory.sdk.sync.types.SyncOperation
-
Return a unique ID for this SyncOperation
.
- getUnsuccessfullyAuthenticatedUserDN() - Method in interface com.unboundid.directory.sdk.ds.types.FailureSASLBindResult
-
Retrieves the DN of the user that tried to authenticate but was unable to
do so successfully, if known.
- getUpdatedObject() - Method in interface com.unboundid.directory.sdk.broker.types.StorePostUpdateRequestContext
-
Retrieves the updated object returned by the store adapter.
- getUpdateIntervalMillis() - Method in class com.unboundid.directory.sdk.common.api.MonitorProvider
-
Retrieves the update interval in milliseconds that should be used for this
monitor provider.
- getUrl() - Method in class com.unboundid.directory.sdk.common.types.ExtensionBundle
-
Get the URL of the extension bundle.
- getUsage() - Method in interface com.unboundid.directory.sdk.common.schema.AttributeType
-
Retrieves the usage for this attribute type.
- getUserDN() - Method in interface com.unboundid.directory.sdk.ds.types.AccountStatusNotification
-
Retrieves the DN of the user entry to which this notification applies.
- getUserEntry() - Method in interface com.unboundid.directory.sdk.ds.types.AccountStatusNotification
-
Retrieves the user entry for whom this notification applies.
- getUsername() - Method in class com.unboundid.directory.sdk.broker.types.TokenValidationResult
-
Get a human-readable user name for the resource owner that authorized
the token.
- getValues() - Method in class com.unboundid.directory.sdk.broker.types.RequestAttribute
-
Get the values of this request attribute.
- getVendor() - Method in class com.unboundid.directory.sdk.common.types.ExtensionBundle
-
Retrieves the vendor name of this extension bundle.
- getVendorId() - Method in class com.unboundid.directory.sdk.common.types.ExtensionBundle
-
Retrieves the vendor ID of this extension bundle.
- getVersion() - Method in class com.unboundid.directory.sdk.common.types.ExtensionBundle
-
Retrieves the version string of this extension bundle.
- getVersionNumber() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves a string that is the concatenation of the major, minor,
point, and patch version numbers of the server.
- getVersionQualifier() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Retrieves the version qualifier string for the server.
- getVirtualAttributes() - Method in interface com.unboundid.directory.sdk.common.types.Entry
-
Retrieves a list of the virtual attributes contained in the entry.
- getWarnings() - Method in interface com.unboundid.directory.sdk.sync.types.SyncOperation
-
Returns a list of warning messages (if any) about this SyncOperation.
- getWritabilityMode() - Method in interface com.unboundid.directory.sdk.ds.types.BackendContext
-
- identifyBackupCompatibilityProblems(Map<String, String>, Map<String, String>, List<CharSequence>, List<CharSequence>) - Method in class com.unboundid.directory.sdk.ds.api.CipherStreamProvider
-
Examines the provided set of backup compatibility properties to determine
whether there might be any warning or error conditions that may interfere
with the ability to restore a backup of the encryption settings database.
- IdentityAuthenticator - Class in com.unboundid.directory.sdk.broker.api
-
This class defines an API that may be implemented by extensions that provide
a way to authenticate a user or provide additional assurance about the
identity of a user that has already been authenticated.
- IdentityAuthenticator() - Constructor for class com.unboundid.directory.sdk.broker.api.IdentityAuthenticator
-
Creates a new instance of this Identity Authenticator.
- IdentityAuthenticatorConfig - Interface in com.unboundid.directory.sdk.broker.config
-
This interface defines a set of methods that may be used to obtain
information about the general configuration for an Identity Authenticator.
- IdentityMapper - Class in com.unboundid.directory.sdk.ds.api
-
This class defines an API that must be implemented by extensions which
attempt to map a username to a user defined in the server.
- IdentityMapper() - Constructor for class com.unboundid.directory.sdk.ds.api.IdentityMapper
-
Creates a new instance of this identity mapper.
- IdentityMapperConfig - Interface in com.unboundid.directory.sdk.ds.config
-
This interface defines a set of methods that may be used to obtain
information about the general configuration for an identity mapper.
- idStringToDN(String, String) - Static method in class com.unboundid.directory.sdk.sync.util.ScriptUtils
-
Takes an identifier string (for example from the database changelog table)
and creates a DN from the components.
- includeEntry() - Method in class com.unboundid.directory.sdk.ds.types.LDIFPluginResult
-
Indicates whether the associated entry should be still be included in the
LDIF import or export.
- IndexType - Enum in com.unboundid.directory.sdk.ds.types
-
This class implements an enumeration that may be used to define the
ways in which an attribute may be indexed within the directory server.
- initializeAccessLogger(ServerContext, AccessLoggerConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Initializes this access logger.
- initializeAccessLogger(ServerContext, FileBasedAccessLoggerConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Initializes this file-based access logger.
- initializeAccessLogger(ServerContext, AccessLoggerConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Initializes this access logger.
- initializeAccessLogger(ServerContext, FileBasedAccessLoggerConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Initializes this access logger.
- initializeAccountStatusNotificationHandler(DirectoryServerContext, AccountStatusNotificationHandlerConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.AccountStatusNotificationHandler
-
Initializes this account status notification handler.
- initializeAccountStatusNotificationHandler(DirectoryServerContext, AccountStatusNotificationHandlerConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedAccountStatusNotificationHandler
-
Initializes this account status notification handler.
- initializeAlertHandler(ServerContext, AlertHandlerConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.common.api.AlertHandler
-
Initializes this alert handler.
- initializeAlertHandler(ServerContext, AlertHandlerConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAlertHandler
-
Initializes this alert handler.
- initializeAuthenticator(BrokerContext, IdentityAuthenticatorConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.broker.api.IdentityAuthenticator
-
Initializes this Identity Authenticator.
- initializeCertificateMapper(DirectoryServerContext, CertificateMapperConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.CertificateMapper
-
Initializes this certificate mapper.
- initializeCertificateMapper(DirectoryServerContext, CertificateMapperConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedCertificateMapper
-
Initializes this certificate mapper.
- initializeChangeSubscriptionHandler(DirectoryServerContext, ChangeSubscriptionHandlerConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.ChangeSubscriptionHandler
-
Initializes this change subscription handler.
- initializeChangeSubscriptionHandler(DirectoryServerContext, ChangeSubscriptionHandlerConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedChangeSubscriptionHandler
-
Initializes this change subscription handler.
- initializeCipherStreamProvider(DirectoryServerContext, CipherStreamProviderConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.CipherStreamProvider
-
Initializes this cipher stream provider.
- initializeConnectionCriteria(DirectoryServerContext, ConnectionCriteriaConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.ConnectionCriteria
-
Initializes this connection criteria.
- initializeErrorLogger(ServerContext, ErrorLoggerConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.common.api.ErrorLogger
-
Initializes this error logger.
- initializeErrorLogger(ServerContext, FileBasedErrorLoggerConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.common.api.FileBasedErrorLogger
-
Initializes this file-based error logger.
- initializeErrorLogger(ServerContext, ErrorLoggerConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedErrorLogger
-
Initializes this error logger.
- initializeErrorLogger(ServerContext, FileBasedErrorLoggerConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedErrorLogger
-
Initializes this file-based error logger.
- initializeExtendedOperationHandler(DirectoryServerContext, ExtendedOperationHandlerConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.ExtendedOperationHandler
-
Initializes this extended operation handler.
- initializeHTTPOperationLogger(HTTPServerContext, HTTPOperationLoggerConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.http.api.HTTPOperationLogger
-
Initializes this HTTP operation logger.
- initializeHTTPOperationLogger(HTTPServerContext, HTTPOperationLoggerConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.http.scripting.ScriptedHTTPOperationLogger
-
Initializes this scripted HTTP operation logger.
- initializeIdentityMapper(DirectoryServerContext, IdentityMapperConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.IdentityMapper
-
Initializes this identity mapper.
- initializeIdentityMapper(DirectoryServerContext, IdentityMapperConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedIdentityMapper
-
Initializes this identity mapper.
- initializeJDBCSyncDestination(TransactionContext, SyncServerContext, JDBCSyncDestinationConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.api.JDBCSyncDestination
-
This hook is called when a Sync Pipe first starts up, or when the
resync process first starts up.
- initializeJDBCSyncDestination(TransactionContext, SyncServerContext, JDBCSyncDestinationConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedJDBCSyncDestination
-
This hook is called when a Sync Pipe first starts up, or when the Resync
process first starts up.
- initializeJDBCSyncSource(TransactionContext, SyncServerContext, JDBCSyncSourceConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.api.JDBCSyncSource
-
This hook is called when a Sync Pipe first starts up, when the
resync process first starts up, or when the set-startpoint
subcommand is called from the realtime-sync command line tool.
- initializeJDBCSyncSource(TransactionContext, SyncServerContext, JDBCSyncSourceConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedJDBCSyncSource
-
This hook is called when a Sync Pipe first starts up, when the
resync process first starts up, or when the set-startpoint
subcommand is called from the realtime-sync command line tool.
- initializeKeyManagerProvider(ServerContext, KeyManagerProviderConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.common.api.KeyManagerProvider
-
Initializes this key manager provider.
- initializeLDAPHealthCheck(ProxyServerContext, LDAPHealthCheckConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.proxy.api.LDAPHealthCheck
-
Initializes this LDAP health check.
- initializeLDAPHealthCheck(ProxyServerContext, LDAPHealthCheckConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.proxy.scripting.ScriptedLDAPHealthCheck
-
Initializes this LDAP health check.
- initializeLDAPSyncDestinationPlugin(SyncServerContext, LDAPSyncDestinationPluginConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.api.LDAPSyncDestinationPlugin
-
Initializes this LDAP sync destination plugin.
- initializeLDAPSyncDestinationPlugin(SyncServerContext, LDAPSyncDestinationPluginConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedLDAPSyncDestinationPlugin
-
Initializes this LDAP sync destination plugin.
- initializeLDAPSyncSourcePlugin(SyncServerContext, LDAPSyncSourcePluginConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.api.LDAPSyncSourcePlugin
-
Initializes this LDAP sync source plugin.
- initializeLDAPSyncSourcePlugin(SyncServerContext, LDAPSyncSourcePluginConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedLDAPSyncSourcePlugin
-
Initializes this LDAP sync source plugin.
- initializeLogFileRotationListener(ServerContext, LogFileRotationListenerConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.common.api.LogFileRotationListener
-
Initializes this log file rotation listener.
- initializeMonitorProvider(ServerContext, MonitorProviderConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.common.api.MonitorProvider
-
Initializes this monitor provider.
- initializeNotificationDestinations(List<NotificationDestinationDetails>) - Method in class com.unboundid.directory.sdk.ds.api.NotificationManager
-
Initializes or re-initializes the notification destinations for this
notification manager.
- initializeNotificationManager(DirectoryServerContext, NotificationManagerConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.NotificationManager
-
Initializes this notification manager.
- initializeOTPDeliveryMechanism(DirectoryServerContext, OneTimePasswordDeliveryMechanismConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.OneTimePasswordDeliveryMechanism
-
Initializes this one-time password delivery mechanism.
- initializePasswordGenerator(DirectoryServerContext, PasswordGeneratorConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.PasswordGenerator
-
Initializes this password generator.
- initializePasswordGenerator(DirectoryServerContext, PasswordGeneratorConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPasswordGenerator
-
Initializes this password generator.
- initializePasswordStorageScheme(DirectoryServerContext, PasswordStorageSchemeConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.EnhancedPasswordStorageScheme
-
Initializes this password storage scheme.
- initializePasswordStorageScheme(DirectoryServerContext, PasswordStorageSchemeConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.PasswordStorageScheme
-
Initializes this password storage scheme.
- initializePasswordValidator(DirectoryServerContext, PasswordValidatorConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.PasswordValidator
-
Initializes this password validator.
- initializePasswordValidator(DirectoryServerContext, PasswordValidatorConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPasswordValidator
-
Initializes this password validator.
- initializePlacementAlgorithm(ProxyServerContext, PlacementAlgorithmConfig, ArgumentParser, String, List<BackendSet>) - Method in class com.unboundid.directory.sdk.proxy.api.PlacementAlgorithm
-
Initializes this placement algorithm.
- initializePlugin(DirectoryServerContext, PluginConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Initializes this plugin.
- initializePlugin(DirectoryServerContext, PluginConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Initializes this plugin.
- initializePolicyInformationProvider(BrokerContext, PolicyInformationProviderConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.broker.api.PolicyInformationProvider
-
Initializes this policy information provider.
- initializeProvider(BrokerContext, TelephonyMessagingProviderConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.TelephonyMessagingProvider
-
Initializes this Telephony Messaging Provider.
- initializeProxiedExtendedOperationHandler(ProxyServerContext, ProxiedExtendedOperationHandlerConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.proxy.api.ProxiedExtendedOperationHandler
-
Initializes this proxied extended operation handler.
- initializeProxyTransformation(ProxyServerContext, ProxyTransformationConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.proxy.api.ProxyTransformation
-
Initializes this proxy transformation.
- initializeProxyTransformation(ProxyServerContext, ProxyTransformationConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.proxy.scripting.ScriptedProxyTransformation
-
Initializes this proxy transformation.
- initializeRequestCriteria(DirectoryServerContext, RequestCriteriaConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.RequestCriteria
-
Initializes this request criteria.
- initializeResultCriteria(DirectoryServerContext, ResultCriteriaConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.ResultCriteria
-
Initializes this result criteria.
- initializeSASLMechanismHandler(DirectoryServerContext, SASLMechanismHandlerConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.SASLMechanismHandler
-
Initializes this SASL mechanism handler.
- initializeSearchEntryCriteria(DirectoryServerContext, SearchEntryCriteriaConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.SearchEntryCriteria
-
Initializes this search entry criteria.
- initializeSearchReferenceCriteria(DirectoryServerContext, SearchReferenceCriteriaConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.SearchReferenceCriteria
-
Initializes this search reference criteria.
- initializeServerAffinityProvider(ProxyServerContext, ServerAffinityProviderConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.proxy.api.ServerAffinityProvider
-
Initializes this server affinity provider.
- initializeStoreAdapter(BrokerContext, StoreAdapterConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.broker.api.StoreAdapter
-
Initializes this store adapter.
- initializeStoreAdapterPlugin(BrokerContext, StoreAdapterPluginConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.broker.api.StoreAdapterPlugin
-
Initializes this store adapter plugin.
- initializeSyncDestination(SyncServerContext, SyncDestinationConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.api.SyncDestination
-
Initializes this sync destination.
- initializeSyncDestination(SyncServerContext, SyncDestinationConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedSyncDestination
-
Initializes this sync destination.
- initializeSyncPipePlugin(SyncServerContext, SyncPipePluginConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.api.SyncPipePlugin
-
Initializes this sync pipe plugin.
- initializeSyncPipePlugin(SyncServerContext, SyncPipePluginConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedSyncPipePlugin
-
Initializes this sync pipe plugin.
- initializeSyncSource(SyncServerContext, SyncSourceConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.api.SyncSource
-
This hook is called when a Sync Pipe first starts up, when the
resync process first starts up, or when the set-startpoint
subcommand is called from the realtime-sync command line tool.
- initializeSyncSource(SyncServerContext, SyncSourceConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedSyncSource
-
This hook is called when a Sync Pipe first starts up, when the
resync process first starts up, or when the set-startpoint
subcommand is called from the realtime-sync command line tool.
- initializeTask(DirectoryServerContext, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.Task
-
Initializes this task.
- initializeTask(DirectoryServerContext, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedTask
-
Initializes this task.
- initializeTokenHandler(HTTPServerContext, OAuthTokenHandlerConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.http.api.OAuthTokenHandler
-
Initializes this token handler.
- initializeTokenHandler(HTTPServerContext, OAuthTokenHandlerConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.http.scripting.ScriptedOAuthTokenHandler
-
Initializes this token handler.
- initializeTokenValidator(BrokerContext, AccessTokenValidatorConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.broker.api.AccessTokenValidator
-
Initializes this access token validator.
- initializeTraceLogger(ServerContext, HTTPTraceLoggerConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.common.api.HTTPTraceLogger
-
Initializes this trace logger.
- initializeTrustManagerProvider(ServerContext, TrustManagerProviderConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.common.api.TrustManagerProvider
-
Initializes this trust manager provider.
- initializeUncachedAttributeCriteria(DirectoryServerContext, UncachedAttributeCriteriaConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.UncachedAttributeCriteria
-
Initializes this uncached attribute criteria.
- initializeUncachedAttributeCriteria(DirectoryServerContext, UncachedAttributeCriteriaConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedUncachedAttributeCriteria
-
Initializes this uncached attribute criteria.
- initializeUncachedEntryCriteria(DirectoryServerContext, UncachedEntryCriteriaConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.UncachedEntryCriteria
-
Initializes this uncached entry criteria.
- initializeUncachedEntryCriteria(DirectoryServerContext, UncachedEntryCriteriaConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedUncachedEntryCriteria
-
Initializes this uncached entry criteria.
- initializeVelocityContextProvider(ServerContext, VelocityContextProviderConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.common.api.VelocityContextProvider
-
Initializes this Velocity context provider.
- initializeVirtualAttributeProvider(DirectoryServerContext, VirtualAttributeProviderConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.api.VirtualAttributeProvider
-
Initializes this virtual attribute provider.
- initializeVirtualAttributeProvider(DirectoryServerContext, VirtualAttributeProviderConfig, ArgumentParser) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedVirtualAttributeProvider
-
Initializes this virtual attribute provider.
- InstallExtensionDetails - Class in com.unboundid.directory.sdk.common.types
-
This class defines a structure which may be used to provide information about
the manage extension installation state.
- InstallExtensionDetails(ExtensionBundle) - Constructor for class com.unboundid.directory.sdk.common.types.InstallExtensionDetails
-
Creates a new install extension details with the provided
information.
- IntermediateResponsePluginResult - Class in com.unboundid.directory.sdk.ds.types
-
This class defines a structure which may be used to provide information about
the result of the processing performed by an intermediate response plugin.
- IntermediateResponsePluginResult(boolean, boolean, boolean, boolean) - Constructor for class com.unboundid.directory.sdk.ds.types.IntermediateResponsePluginResult
-
Creates a new intermediate response plugin result with the provided
information.
- InternalConnection - Interface in com.unboundid.directory.sdk.common.types
-
This interface defines a set of methods that may be used to perform internal
operations within the server.
- interruptTask(TaskReturnState, String) - Method in class com.unboundid.directory.sdk.ds.api.Task
-
Attempts to interrupt the execution of this task.
- invert() - Method in enum com.unboundid.directory.sdk.common.types.ConditionResult
-
Retrieves the condition result value which is the inverse of this value.
- invert(ConditionResult) - Static method in enum com.unboundid.directory.sdk.common.types.ConditionResult
-
Retrieves the condition result value which is the inverse of the provided
result.
- invokeForAdd() - Method in class com.unboundid.directory.sdk.ds.api.PasswordValidator
-
Indicates whether this password validator should be invoked for add
operations that attempt to create an entry containing one or more
password values.
- invokeForAdd() - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPasswordValidator
-
Indicates whether this password validator should be invoked for add
operations that attempt to create an entry containing one or more
password values.
- invokeForAdministrativeReset() - Method in class com.unboundid.directory.sdk.ds.api.PasswordValidator
-
Indicates whether this password validator should be invoked for modify or
password modify operations that represent one user's attempt to change the
password for another user.
- invokeForAdministrativeReset() - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPasswordValidator
-
Indicates whether this password validator should be invoked for modify or
password modify operations that represent one user's attempt to change the
password for another user.
- invokeForSelfChange() - Method in class com.unboundid.directory.sdk.ds.api.PasswordValidator
-
Indicates whether this password validator should be invoked for modify or
password modify operations that represent a user's attempt to change
his/her own password.
- invokeForSelfChange() - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPasswordValidator
-
Indicates whether this password validator should be invoked for modify or
password modify operations that represent a user's attempt to change
his/her own password.
- isAdministrativeOperation() - Method in interface com.unboundid.directory.sdk.common.types.OperationContext
-
Indicates whether this is an administrative operation.
- isAlteredByRequestControl() - Method in interface com.unboundid.directory.sdk.common.types.AssuredReplicationRequirements
-
Indicates whether the assured replication requirements that will be used
for the operation were altered by an assured replication request control
included in the operation request from the client.
- isAssured() - Method in interface com.unboundid.directory.sdk.common.types.AssuredReplicationRequirements
-
Indicates whether assured replication processing will be performed for the
operation.
- isAuthenticated() - Method in interface com.unboundid.directory.sdk.common.types.AuthInfo
-
Indicates whether the associated client has authenticated to the server.
- isAuthenticated() - Method in interface com.unboundid.directory.sdk.common.types.ClientContext
-
Indicates whether the client has authenticated to the server.
- isAvailable() - Method in class com.unboundid.directory.sdk.broker.api.StoreAdapter
-
Determines whether this Store Adapter is currently available and
in-service.
- isAvailable() - Method in interface com.unboundid.directory.sdk.proxy.types.BackendServer
-
Indicates whether this LDAP external server currently has a health check
state of AVAILABLE.
- isClosed() - Method in class com.unboundid.directory.sdk.sync.types.TransactionContext
-
Checks whether this TransactionContext is closed.
- isCollective() - Method in interface com.unboundid.directory.sdk.common.schema.AttributeType
-
Indicates whether this attribute type is declared collective in the server
schema.
- isConfigurationAcceptable(PolicyInformationProviderConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.broker.api.PolicyInformationProvider
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(AccessLoggerConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(AlertHandlerConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.common.api.AlertHandler
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(ErrorLoggerConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.common.api.ErrorLogger
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(FileBasedAccessLoggerConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(FileBasedErrorLoggerConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.common.api.FileBasedErrorLogger
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(HTTPTraceLoggerConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.common.api.HTTPTraceLogger
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(KeyManagerProviderConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.common.api.KeyManagerProvider
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(LogFileRotationListenerConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.common.api.LogFileRotationListener
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(MonitorProviderConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.common.api.MonitorProvider
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(TrustManagerProviderConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.common.api.TrustManagerProvider
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(VelocityContextProviderConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.common.api.VelocityContextProvider
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(T, ArgumentParser, List<String>) - Method in interface com.unboundid.directory.sdk.common.internal.Reconfigurable
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(AccessLoggerConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(AlertHandlerConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAlertHandler
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(ErrorLoggerConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedErrorLogger
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(FileBasedAccessLoggerConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(FileBasedErrorLoggerConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedErrorLogger
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(AccountStatusNotificationHandlerConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.api.AccountStatusNotificationHandler
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(CertificateMapperConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.api.CertificateMapper
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(ChangeSubscriptionHandlerConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.api.ChangeSubscriptionHandler
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(CipherStreamProviderConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.api.CipherStreamProvider
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(ConnectionCriteriaConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.api.ConnectionCriteria
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(PasswordStorageSchemeConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.api.EnhancedPasswordStorageScheme
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(ExtendedOperationHandlerConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.api.ExtendedOperationHandler
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(IdentityMapperConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.api.IdentityMapper
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(NotificationManagerConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.api.NotificationManager
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(OneTimePasswordDeliveryMechanismConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.api.OneTimePasswordDeliveryMechanism
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(PasswordGeneratorConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.api.PasswordGenerator
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(PasswordStorageSchemeConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.api.PasswordStorageScheme
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(PasswordValidatorConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.api.PasswordValidator
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(PluginConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.api.Plugin
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(RequestCriteriaConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.api.RequestCriteria
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(ResultCriteriaConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.api.ResultCriteria
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(SASLMechanismHandlerConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.api.SASLMechanismHandler
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(SearchEntryCriteriaConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.api.SearchEntryCriteria
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(SearchReferenceCriteriaConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.api.SearchReferenceCriteria
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(UncachedAttributeCriteriaConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.api.UncachedAttributeCriteria
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(UncachedEntryCriteriaConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.api.UncachedEntryCriteria
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(VirtualAttributeProviderConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.api.VirtualAttributeProvider
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(AccountStatusNotificationHandlerConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedAccountStatusNotificationHandler
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(CertificateMapperConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedCertificateMapper
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(ChangeSubscriptionHandlerConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedChangeSubscriptionHandler
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(IdentityMapperConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedIdentityMapper
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(PasswordGeneratorConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPasswordGenerator
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(PasswordValidatorConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPasswordValidator
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(PluginConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(UncachedAttributeCriteriaConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedUncachedAttributeCriteria
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(UncachedEntryCriteriaConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedUncachedEntryCriteria
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(VirtualAttributeProviderConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedVirtualAttributeProvider
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(HTTPOperationLoggerConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.http.api.HTTPOperationLogger
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(HTTPServletExtensionConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.http.api.HTTPServletExtension
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(OAuthTokenHandlerConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.http.api.OAuthTokenHandler
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(HTTPOperationLoggerConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.http.scripting.ScriptedHTTPOperationLogger
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(HTTPServletExtensionConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.http.scripting.ScriptedHTTPServletExtension
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(OAuthTokenHandlerConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.http.scripting.ScriptedOAuthTokenHandler
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(LDAPHealthCheckConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.proxy.api.LDAPHealthCheck
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(PlacementAlgorithmConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.proxy.api.PlacementAlgorithm
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(ProxiedExtendedOperationHandlerConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.proxy.api.ProxiedExtendedOperationHandler
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(ProxyTransformationConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.proxy.api.ProxyTransformation
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(ServerAffinityProviderConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.proxy.api.ServerAffinityProvider
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(LDAPHealthCheckConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.proxy.scripting.ScriptedLDAPHealthCheck
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(ProxyTransformationConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.proxy.scripting.ScriptedProxyTransformation
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(LDAPSyncDestinationPluginConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.sync.api.LDAPSyncDestinationPlugin
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(LDAPSyncSourcePluginConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.sync.api.LDAPSyncSourcePlugin
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(SyncPipePluginConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.sync.api.SyncPipePlugin
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(LDAPSyncDestinationPluginConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedLDAPSyncDestinationPlugin
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(LDAPSyncSourcePluginConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedLDAPSyncSourcePlugin
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isConfigurationAcceptable(SyncPipePluginConfig, ArgumentParser, List<String>) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedSyncPipePlugin
-
Indicates whether the configuration represented by the provided argument
parser is acceptable for use by this extension.
- isCreatesAsModifies() - Method in interface com.unboundid.directory.sdk.sync.types.SyncClass
-
Returns whether this Sync class will convert create operations into modify
operations if the destination entry to be modified already exists.
- isDirectoryFunctionalityAvailable() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Indicates whether the extension is running in a server that has Directory
Server functionality available.
- isDirectoryProxyFunctionalityAvailable() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Indicates whether the extension is running in a server that has Directory
Proxy Server functionality available.
- isExplicitlyIndexed(String, IndexType) - Method in interface com.unboundid.directory.sdk.ds.types.BackendContext
-
Indicates whether the backend has been explicitly configured with an
index for the specified attribute type and index type.
- isHardDelete() - Method in interface com.unboundid.directory.sdk.common.operation.DeleteRequest
-
Indicates whether this request will result in the target entry being
hard-deleted.
- isIgnored() - Method in interface com.unboundid.directory.sdk.sync.types.SyncOperation
-
Get the "ignored" flag.
- isIgnoreZeroLengthValues() - Method in interface com.unboundid.directory.sdk.sync.types.SyncClass
-
Returns whether this Sync Class will prevent writes to the destination that
contain empty (zero-length) values.
- isIndexed(String, IndexType) - Method in interface com.unboundid.directory.sdk.ds.types.BackendContext
-
Indicates whether the backend considers filter components involving the
specified attribute type and index type indexed.
- isIndexed(Filter) - Method in interface com.unboundid.directory.sdk.ds.types.BackendContext
-
Indicates whether the backend may consider a search with the provided
filter as indexed.
- isInternal() - Method in interface com.unboundid.directory.sdk.common.types.ClientContext
-
Indicates whether this represents an internal client connection.
- isInternalOperation() - Method in interface com.unboundid.directory.sdk.common.types.OperationContext
-
Indicates whether this operation was initiated within the server rather
than by an external client.
- isInterruptible() - Method in class com.unboundid.directory.sdk.ds.api.Task
-
Indicates whether this task may be interrupted before it has completed
(e.g., canceled by an administrator or aborted at server shutdown).
- isLocal() - Method in interface com.unboundid.directory.sdk.ds.types.BackendContext
-
Indicates whether the backend is considered local (i.e., holds data in a
repository that is local to and entirely managed by the server).
- isLocal() - Method in interface com.unboundid.directory.sdk.proxy.types.BackendServer
-
Indicates whether this LDAP external server is in the same location as the
Directory Proxy Server that is referencing it.
- isLocalAssuranceSatisfied() - Method in interface com.unboundid.directory.sdk.common.types.AssuredReplicationResult
-
Indicates whether the local assurance level was satisfied for the
operation.
- isMechanismAvailableForUser(String, String, Entry) - Method in class com.unboundid.directory.sdk.ds.api.SASLMechanismHandler
-
Indicates whether the specified SASL mechanism, which is listed as
supported by this handler, is available for use by the given user.
- isMessageSpoken() - Method in class com.unboundid.directory.sdk.ds.api.TelephonyMessagingProvider
-
Indicates whether messages are spoken over a voice call.
- isModifiesAsCreates() - Method in interface com.unboundid.directory.sdk.sync.types.SyncClass
-
Returns whether this Sync class will convert modify operations into create
operations if the destination entry to be modified does not exist.
- isModifyDN() - Method in interface com.unboundid.directory.sdk.sync.types.SyncOperation
-
Determines whether this SyncOperation represents a modify DN operation on
the source entry (if the source is an LDAP directory).
- isMultiValued() - Method in class com.unboundid.directory.sdk.broker.types.StoreAttributeDefinition
-
Determines if the attribute allows multiple values.
- isMultiValued() - Method in class com.unboundid.directory.sdk.ds.api.VirtualAttributeProvider
-
Indicates whether this virtual attribute provider may generate attributes
with multiple values.
- isMultiValued() - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedVirtualAttributeProvider
-
Indicates whether this virtual attribute provider may generate attributes
with multiple values.
- isNoUserModification() - Method in interface com.unboundid.directory.sdk.common.schema.AttributeType
-
Indicates whether this attribute type is declared NO-USER-MODIFICATION in
the server schema.
- isNullOrEmpty(String) - Static method in class com.unboundid.directory.sdk.sync.util.ScriptUtils
-
String helper method to check if a value is a null object
or empty string.
- isObsolete() - Method in interface com.unboundid.directory.sdk.common.schema.AttributeType
-
Indicates whether this attribute type is declared obsolete in the server
schema.
- isObsolete() - Method in interface com.unboundid.directory.sdk.common.schema.DITContentRule
-
Indicates whether this DIT content rule is declared obsolete in the server
schema.
- isObsolete() - Method in interface com.unboundid.directory.sdk.common.schema.DITStructureRule
-
Indicates whether this DIT structure rule is declared obsolete in the
server schema.
- isObsolete() - Method in interface com.unboundid.directory.sdk.common.schema.MatchingRule
-
Indicates whether this matching rule is declared obsolete in the server
schema.
- isObsolete() - Method in interface com.unboundid.directory.sdk.common.schema.MatchingRuleUse
-
Indicates whether this matching rule use is declared obsolete in the server
schema.
- isObsolete() - Method in interface com.unboundid.directory.sdk.common.schema.NameForm
-
Indicates whether this name form is declared obsolete in the server schema.
- isObsolete() - Method in interface com.unboundid.directory.sdk.common.schema.ObjectClass
-
Indicates whether this object class is declared obsolete in the server
schema.
- isOperational() - Method in interface com.unboundid.directory.sdk.common.schema.AttributeType
-
Indicates whether this attribute type has an operational usage.
- isOptional(AttributeType) - Method in interface com.unboundid.directory.sdk.common.schema.DITContentRule
-
Indicates whether the provided attribute type is optional for this DIT
content rule.
- isOptional(AttributeType) - Method in interface com.unboundid.directory.sdk.common.schema.NameForm
-
Indicates whether the provided attribute type is optional for this name
form.
- isOptional(AttributeType) - Method in interface com.unboundid.directory.sdk.common.schema.ObjectClass
-
Indicates whether the provided attribute type is optional for use with this
object class or any of its superior classes.
- isPasswordAcceptable(OperationContext, ByteString, Set<ByteString>, Entry, StringBuilder) - Method in class com.unboundid.directory.sdk.ds.api.PasswordValidator
-
Indicates whether the proposed password is acceptable for the specified
user.
- isPasswordAcceptable(OperationContext, ByteString, Set<ByteString>, Entry, StringBuilder) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedPasswordValidator
-
Indicates whether the proposed password is acceptable for the specified
user.
- isPasswordBased(String) - Method in class com.unboundid.directory.sdk.ds.api.SASLMechanismHandler
-
Indicates whether the SASL authentication process using the specified
mechanism involves the use of a password stored locally in the server
(optionally in combination with other forms of credentials).
- isPermitOverrides() - Method in interface com.unboundid.directory.sdk.common.types.VelocityContext
-
Indicates whether a call to put
will update this context
if a value already exists in the context by the specified key.
- isPreferredForDestination(String) - Method in class com.unboundid.directory.sdk.ds.api.NotificationManager
-
Determine whether the server running this extension is preferred for the
given notification destination.
- isPrivateBackend() - Method in interface com.unboundid.directory.sdk.ds.types.BackendContext
-
Indicates whether the backend is considered a private backend (with data
generated and/or maintained by the server) rather than a public backend
(with user data provided and managed by clients).
- isProhibited(AttributeType) - Method in interface com.unboundid.directory.sdk.common.schema.DITContentRule
-
Indicates whether the provided attribute type is prohibited for this DIT
content rule.
- isReady() - Method in class com.unboundid.directory.sdk.broker.types.StatusResult
-
Indicates whether this authenticator is ready to process authentication
requests.
- isRemoteAssuranceSatisfied() - Method in interface com.unboundid.directory.sdk.common.types.AssuredReplicationResult
-
Indicates whether the remote assurance level was satisfied for the
operation.
- isReplicationOperation() - Method in interface com.unboundid.directory.sdk.common.types.OperationContext
-
Indicates whether this operation was initiated via replication rather than
within the local server.
- isRequired(AttributeType) - Method in interface com.unboundid.directory.sdk.common.schema.DITContentRule
-
Indicates whether the provided attribute type is required by this DIT
content rule.
- isRequired(AttributeType) - Method in interface com.unboundid.directory.sdk.common.schema.NameForm
-
Indicates whether the provided attribute type is required by this name
form.
- isRequired(AttributeType) - Method in interface com.unboundid.directory.sdk.common.schema.ObjectClass
-
Indicates whether the provided attribute type is required for use with this
object class or any of its superior classes.
- isRequiredOrOptional(AttributeType) - Method in interface com.unboundid.directory.sdk.common.schema.DITContentRule
-
Indicates whether the provided attribute type is allowed for use with this
DIT content rule as either a required or optional type.
- isRequiredOrOptional(AttributeType) - Method in interface com.unboundid.directory.sdk.common.schema.NameForm
-
Indicates whether the provided attribute type is allowed for use with this
name form as either a required or optional type.
- isRequiredOrOptional(AttributeType) - Method in interface com.unboundid.directory.sdk.common.schema.ObjectClass
-
Indicates whether the provided attribute type is allowed for use with this
object class or any of its superior classes, either as a required or
optional type.
- isResponseDelayed() - Method in interface com.unboundid.directory.sdk.common.types.AssuredReplicationRequirements
-
Indicates whether the operation response to the client will be delayed
until replication assurance processing has completed or the timeout has
occurred.
- isReversible() - Method in class com.unboundid.directory.sdk.ds.api.EnhancedPasswordStorageScheme
-
Indicates whether this password storage scheme encodes passwords in a form
that allows the original plaintext value to be obtained from the encoded
representation.
- isReversible() - Method in class com.unboundid.directory.sdk.ds.api.PasswordStorageScheme
-
Indicates whether this password storage scheme encodes passwords in a form
that allows the original plaintext value to be obtained from the encoded
representation.
- isRunning() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Indicates whether the server is currently running.
- isSecure() - Method in interface com.unboundid.directory.sdk.common.types.ClientContext
-
Indicates whether the client is communicating with the server in a secure
manner.
- isSecure() - Method in interface com.unboundid.directory.sdk.common.types.OperationContext
-
Indicates whether this operation was requested over a secure connection.
- isSecure() - Method in class com.unboundid.directory.sdk.ds.api.EnhancedPasswordStorageScheme
-
Indicates whether this password storage scheme encodes passwords in a form
that may be considered secure.
- isSecure() - Method in class com.unboundid.directory.sdk.ds.api.PasswordStorageScheme
-
Indicates whether this password storage scheme encodes passwords in a form
that may be considered secure.
- isSecure(String) - Method in class com.unboundid.directory.sdk.ds.api.SASLMechanismHandler
-
Indicates whether the SASL authentication process using the specified
mechanism may be considered secure (i.e., that a third party able to
observe the communication, potentially over an insecure communication
channel, would not be able to reproduce the authentication process).
- isShuttingDown() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Indicates whether the server is in the process of shutting down.
- isSingleValued() - Method in interface com.unboundid.directory.sdk.common.schema.AttributeType
-
Indicates whether this attribute type is declared single-valued in the
server schema.
- isSoftDelete() - Method in interface com.unboundid.directory.sdk.common.operation.DeleteRequest
-
Indicates whether this request will result in the target entry being
soft-deleted.
- isStarting() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Indicates whether the server is in the process of starting up.
- isSuccessful() - Method in class com.unboundid.directory.sdk.broker.types.AuthenticationResult
-
Indicates whether the authentication event is successful.
- isSyncFunctionalityAvailable() - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Indicates whether the extension is running in a server that has
Synchronization Server functionality available.
- isTimedOut() - Method in class com.unboundid.directory.sdk.sync.types.TransactionContext
-
Checks whether this TransactionContext has timed out.
- isTokenAuthentic(OAuthToken) - Method in class com.unboundid.directory.sdk.http.api.OAuthTokenHandler
-
Determines whether the incoming token is authentic (i.e.
- isTokenAuthentic(OAuthToken) - Method in class com.unboundid.directory.sdk.http.scripting.ScriptedOAuthTokenHandler
-
Determines whether the incoming token is authentic (i.e.
- isTokenExpired(OAuthToken) - Method in class com.unboundid.directory.sdk.http.api.OAuthTokenHandler
-
Determines whether the given token is expired.
- isTokenExpired(OAuthToken) - Method in class com.unboundid.directory.sdk.http.scripting.ScriptedOAuthTokenHandler
-
Determines whether the given token is expired.
- isTokenForThisServer(OAuthToken) - Method in class com.unboundid.directory.sdk.http.api.OAuthTokenHandler
-
Determines whether the incoming token is targeted for this server.
- isTokenForThisServer(OAuthToken) - Method in class com.unboundid.directory.sdk.http.scripting.ScriptedOAuthTokenHandler
-
Determines whether the incoming token is targeted for this server.
- isTraceMessageLoggable() - Method in interface com.unboundid.directory.sdk.broker.types.BrokerContext
-
Indicates whether trace log messages from extensions are loggable
to any trace log publishers.
- isUndelete() - Method in interface com.unboundid.directory.sdk.common.operation.AddRequest
-
Indicates whether this AddRequest
contains the UndeleteRequestControl
.
- isUnindexed() - Method in interface com.unboundid.directory.sdk.common.types.CompletedSearchOperationContext
-
Indicates whether the search operation was considered unindexed.
- isUseReversibleForm() - Method in interface com.unboundid.directory.sdk.sync.types.SyncClass
-
Returns whether this Sync Class will use the ADD/DELETE modification type
or the REPLACE modification type when making modifications on the
destination.
- isUserPasswordValid(String, ASN1OctetString) - Method in interface com.unboundid.directory.sdk.ds.types.SASLBindResultFactory
-
Indicates whether the provided password is valid for the specified user.
- LDAPHealthCheck - Class in com.unboundid.directory.sdk.proxy.api
-
This class defines an API that must be implemented by extensions which are
used to assess the health of backend servers accessed through the Directory
Proxy Server.
- LDAPHealthCheck() - Constructor for class com.unboundid.directory.sdk.proxy.api.LDAPHealthCheck
-
Creates a new instance of this LDAP health check.
- LDAPHealthCheckConfig - Interface in com.unboundid.directory.sdk.proxy.config
-
This interface defines a set of methods that may be used to obtain
information about the general configuration for an LDAP health check.
- LDAPSyncDestinationPlugin - Class in com.unboundid.directory.sdk.sync.api
-
This class defines an API that must be implemented by extensions that
perform processing on synchronization operations within an LDAP Sync
Destination.
- LDAPSyncDestinationPlugin() - Constructor for class com.unboundid.directory.sdk.sync.api.LDAPSyncDestinationPlugin
-
Creates a new instance of this LDAP sync destination plugin.
- LDAPSyncDestinationPluginConfig - Interface in com.unboundid.directory.sdk.sync.config
-
This interface defines a set of methods that may be used to obtain
information about the general configuration of a sync pipe plugin.
- LDAPSyncSourcePlugin - Class in com.unboundid.directory.sdk.sync.api
-
This class defines an API that must be implemented by extensions that
perform processing on synchronization operations within an LDAP Sync
Source.
- LDAPSyncSourcePlugin() - Constructor for class com.unboundid.directory.sdk.sync.api.LDAPSyncSourcePlugin
-
Creates a new instance of this LDAP sync source plugin.
- LDAPSyncSourcePluginConfig - Interface in com.unboundid.directory.sdk.sync.config
-
This interface defines a set of methods that may be used to obtain
information about the general configuration of a sync pipe plugin.
- LDIFPluginResult - Class in com.unboundid.directory.sdk.ds.types
-
This class defines a structure which may be used to provide information about
the result of the processing performed by an LDIF import or export plugin.
- LDIFPluginResult(boolean, boolean, CharSequence) - Constructor for class com.unboundid.directory.sdk.ds.types.LDIFPluginResult
-
Creates a new LDIF plugin result with the provided information.
- LIBRARIES_PATH_RELATIVE - Static variable in class com.unboundid.directory.sdk.common.types.ExtensionBundle
-
The relative path where all the libraries (jar files) are.
- listAllEntries(TransactionContext, String, BlockingQueue<DatabaseChangeRecord>) - Method in class com.unboundid.directory.sdk.sync.api.JDBCSyncSource
-
Gets a list of all the entries in the database for a given entry type.
- listAllEntries(TransactionContext, Iterator<String>, BlockingQueue<DatabaseChangeRecord>) - Method in class com.unboundid.directory.sdk.sync.api.JDBCSyncSource
-
Deprecated.
- listAllEntries(TransactionContext, String, Iterator<String>, BlockingQueue<DatabaseChangeRecord>) - Method in class com.unboundid.directory.sdk.sync.api.JDBCSyncSource
-
Gets a list of all the entries in the database from a given file input.
- listAllEntries(BlockingQueue<ChangeRecord>) - Method in class com.unboundid.directory.sdk.sync.api.SyncSource
-
Gets a list of all the entries in the source endpoint.
- listAllEntries(Iterator<String>, BlockingQueue<ChangeRecord>) - Method in class com.unboundid.directory.sdk.sync.api.SyncSource
-
Gets a list of all the entries in the source from a given file input.
- listAllEntries(TransactionContext, String, BlockingQueue<DatabaseChangeRecord>) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedJDBCSyncSource
-
Gets a list of all the entries in the database for a given entry type.
- listAllEntries(TransactionContext, Iterator<String>, BlockingQueue<DatabaseChangeRecord>) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedJDBCSyncSource
-
Deprecated.
- listAllEntries(TransactionContext, String, Iterator<String>, BlockingQueue<DatabaseChangeRecord>) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedJDBCSyncSource
-
Gets a list of all the entries in the database from a given file input.
- listAllEntries(BlockingQueue<ChangeRecord>) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedSyncSource
-
Gets a list of all the entries in the source endpoint.
- listAllEntries(Iterator<String>, BlockingQueue<ChangeRecord>) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedSyncSource
-
Gets a list of all the entries in the source from a given file input.
- Location - Interface in com.unboundid.directory.sdk.proxy.types
-
This interface defines a set of methods that may be used interact with a
location defined in the server.
- log(HttpServletRequest, String, String, String, Map<String, String>) - Method in class com.unboundid.directory.sdk.common.api.HTTPTraceLogger
-
Writes a message to the trace log using the provided information.
- logAbandonForward(OperationContext, AbandonRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about an abandon request that will be forwarded to another
server.
- logAbandonForward(OperationContext, AbandonRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about an abandon request that will be forwarded to another
server.
- logAbandonForward(OperationContext, AbandonRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about an abandon request that will be forwarded to another
server.
- logAbandonForward(OperationContext, AbandonRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about an abandon request that will be forwarded to another
server.
- logAbandonRequest(OperationContext, AbandonRequest) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about an abandon request received from a client.
- logAbandonRequest(OperationContext, AbandonRequest) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about an abandon request received from a client.
- logAbandonRequest(OperationContext, AbandonRequest) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about an abandon request received from a client.
- logAbandonRequest(OperationContext, AbandonRequest) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about an abandon request received from a client.
- logAbandonResult(CompletedOperationContext, AbandonRequest, GenericResult) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about the result of processing an abandon request.
- logAbandonResult(CompletedOperationContext, AbandonRequest, GenericResult) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about the result of processing an abandon request.
- logAbandonResult(CompletedOperationContext, AbandonRequest, GenericResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about the result of processing an abandon request.
- logAbandonResult(CompletedOperationContext, AbandonRequest, GenericResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about the result of processing an abandon request.
- logAddAssuranceCompleted(CompletedOperationContext, AddRequest, AddResult, AssuredReplicationResult) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about the result of replication assurance processing for an
add operation.
- logAddAssuranceCompleted(CompletedOperationContext, AddRequest, AddResult, AssuredReplicationResult) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about the result of replication assurance processing for an
add operation.
- logAddAssuranceCompleted(CompletedOperationContext, AddRequest, AddResult, AssuredReplicationResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about the result of replication assurance processing for an
add operation.
- logAddAssuranceCompleted(CompletedOperationContext, AddRequest, AddResult, AssuredReplicationResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about the result of replication assurance processing for an
add operation.
- logAddForward(OperationContext, AddRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about an add request that will be forwarded to another
server.
- logAddForward(OperationContext, AddRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about an add request that will be forwarded to another
server.
- logAddForward(OperationContext, AddRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about an add request that will be forwarded to another
server.
- logAddForward(OperationContext, AddRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about an add request that will be forwarded to another
server.
- logAddForwardFailure(OperationContext, AddRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about a failure encountered while attempting to forward an
add request to another server.
- logAddForwardFailure(OperationContext, AddRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about a failure encountered while attempting to forward an
add request to another server.
- logAddForwardFailure(OperationContext, AddRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about a failure encountered while attempting to forward an
add request to another server.
- logAddForwardFailure(OperationContext, AddRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about a failure encountered while attempting to forward an
add request to another server.
- logAddRequest(OperationContext, AddRequest) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about an add request received from a client.
- logAddRequest(OperationContext, AddRequest) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about an add request received from a client.
- logAddRequest(OperationContext, AddRequest) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about an add request received from a client.
- logAddRequest(OperationContext, AddRequest) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about an add request received from a client.
- logAddResponse(CompletedOperationContext, AddRequest, AddResult) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about the result of processing an add request.
- logAddResponse(CompletedOperationContext, AddRequest, AddResult) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about the result of processing an add request.
- logAddResponse(CompletedOperationContext, AddRequest, AddResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about the result of processing an add request.
- logAddResponse(CompletedOperationContext, AddRequest, AddResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about the result of processing an add request.
- logBindForward(OperationContext, SimpleBindRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about a simple bind request that will be forwarded to
another server.
- logBindForward(OperationContext, SASLBindRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about a SASL bind request that will be forwarded to
another server.
- logBindForward(OperationContext, SimpleBindRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about a simple bind request that will be forwarded to
another server.
- logBindForward(OperationContext, SASLBindRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about a SASL bind request that will be forwarded to
another server.
- logBindForward(OperationContext, SimpleBindRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about a simple bind request that will be forwarded to
another server.
- logBindForward(OperationContext, SASLBindRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about a SASL bind request that will be forwarded to
another server.
- logBindForward(OperationContext, SimpleBindRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about a simple bind request that will be forwarded to
another server.
- logBindForward(OperationContext, SASLBindRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about a SASL bind request that will be forwarded to
another server.
- logBindForwardFailure(OperationContext, SimpleBindRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about a failure encountered while attempting to forward a
simple bind request to another server.
- logBindForwardFailure(OperationContext, SASLBindRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about a failure encountered while attempting to forward a
SASL bind request to another server.
- logBindForwardFailure(OperationContext, SimpleBindRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about a failure encountered while attempting to forward a
simple bind request to another server.
- logBindForwardFailure(OperationContext, SASLBindRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about a failure encountered while attempting to forward a
SASL bind request to another server.
- logBindForwardFailure(OperationContext, SimpleBindRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about a failure encountered while attempting to forward a
simple bind request to another server.
- logBindForwardFailure(OperationContext, SASLBindRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about a failure encountered while attempting to forward a
SASL bind request to another server.
- logBindForwardFailure(OperationContext, SimpleBindRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about a failure encountered while attempting to forward a
simple bind request to another server.
- logBindForwardFailure(OperationContext, SASLBindRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about a failure encountered while attempting to forward a
SASL bind request to another server.
- logBindRequest(OperationContext, SimpleBindRequest) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about a simple bind request received from a client.
- logBindRequest(OperationContext, SASLBindRequest) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about a SASL bind request received from a client.
- logBindRequest(OperationContext, SimpleBindRequest) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about a simple bind request received from a client.
- logBindRequest(OperationContext, SASLBindRequest) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about a SASL bind request received from a client.
- logBindRequest(OperationContext, SimpleBindRequest) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about a simple bind request received from a client.
- logBindRequest(OperationContext, SASLBindRequest) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about a SASL bind request received from a client.
- logBindRequest(OperationContext, SimpleBindRequest) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about a simple bind request received from a client.
- logBindRequest(OperationContext, SASLBindRequest) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about a SASL bind request received from a client.
- logBindResponse(CompletedOperationContext, SimpleBindRequest, BindResult) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about the result of processing a simple bind request.
- logBindResponse(CompletedOperationContext, SASLBindRequest, BindResult) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about the result of processing a SASL bind request.
- logBindResponse(CompletedOperationContext, SimpleBindRequest, BindResult) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about the result of processing a simple bind request.
- logBindResponse(CompletedOperationContext, SASLBindRequest, BindResult) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about the result of processing a SASL bind request.
- logBindResponse(CompletedOperationContext, SimpleBindRequest, BindResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about the result of processing a simple bind request.
- logBindResponse(CompletedOperationContext, SASLBindRequest, BindResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about the result of processing a SASL bind request.
- logBindResponse(CompletedOperationContext, SimpleBindRequest, BindResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about the result of processing a simple bind request.
- logBindResponse(CompletedOperationContext, SASLBindRequest, BindResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about the result of processing a SASL bind request.
- LogCategory - Enum in com.unboundid.directory.sdk.common.types
-
This enum defines the set of severities that may be used for error log
messages.
- logClientCertificateChain(ClientContext, Certificate[], String) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about a certificate chain presented by a client.
- logClientCertificateChain(ClientContext, Certificate[], String) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about a certificate chain presented by a client.
- logClientCertificateChain(ClientContext, Certificate[], String) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about a certificate chain presented by a client.
- logClientCertificateChain(ClientContext, Certificate[], String) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about a certificate chain presented by a client.
- logCompareForward(OperationContext, CompareRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about a compare request that will be forwarded to another
server.
- logCompareForward(OperationContext, CompareRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about a compare request that will be forwarded to another
server.
- logCompareForward(OperationContext, CompareRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about a compare request that will be forwarded to another
server.
- logCompareForward(OperationContext, CompareRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about a compare request that will be forwarded to another
server.
- logCompareForwardFailure(OperationContext, CompareRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about a failure encountered while attempting to forward a
compare request to another server.
- logCompareForwardFailure(OperationContext, CompareRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about a failure encountered while attempting to forward a
compare request to another server.
- logCompareForwardFailure(OperationContext, CompareRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about a failure encountered while attempting to forward a
compare request to another server.
- logCompareForwardFailure(OperationContext, CompareRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about a failure encountered while attempting to forward a
compare request to another server.
- logCompareRequest(OperationContext, CompareRequest) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about a compare request received from a client.
- logCompareRequest(OperationContext, CompareRequest) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about a compare request received from a client.
- logCompareRequest(OperationContext, CompareRequest) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about a compare request received from a client.
- logCompareRequest(OperationContext, CompareRequest) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about a compare request received from a client.
- logCompareResponse(CompletedOperationContext, CompareRequest, CompareResult) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about the result of processing a compare request.
- logCompareResponse(CompletedOperationContext, CompareRequest, CompareResult) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about the result of processing a compare request.
- logCompareResponse(CompletedOperationContext, CompareRequest, CompareResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about the result of processing a compare request.
- logCompareResponse(CompletedOperationContext, CompareRequest, CompareResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about the result of processing a compare request.
- logConnect(ClientContext) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message indicating that a new connection has been established.
- logConnect(ClientContext) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message indicating that a new connection has been established.
- logConnect(ClientContext) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message indicating that a new connection has been established.
- logConnect(ClientContext) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message indicating that a new connection has been established.
- logDebug(String) - Method in interface com.unboundid.directory.sdk.sync.types.SyncOperation
-
Logs a debug message to the synchronization log for this change.
- logDeleteAssuranceCompleted(CompletedOperationContext, DeleteRequest, DeleteResult, AssuredReplicationResult) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about the result of replication assurance processing for a
delete operation.
- logDeleteAssuranceCompleted(CompletedOperationContext, DeleteRequest, DeleteResult, AssuredReplicationResult) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about the result of replication assurance processing for a
delete operation.
- logDeleteAssuranceCompleted(CompletedOperationContext, DeleteRequest, DeleteResult, AssuredReplicationResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about the result of replication assurance processing for a
delete operation.
- logDeleteAssuranceCompleted(CompletedOperationContext, DeleteRequest, DeleteResult, AssuredReplicationResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about the result of replication assurance processing for a
delete operation.
- logDeleteForward(OperationContext, DeleteRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about a delete request that will be forwarded to another
server.
- logDeleteForward(OperationContext, DeleteRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about a delete request that will be forwarded to another
server.
- logDeleteForward(OperationContext, DeleteRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about a delete request that will be forwarded to another
server.
- logDeleteForward(OperationContext, DeleteRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about a delete request that will be forwarded to another
server.
- logDeleteForwardFailure(OperationContext, DeleteRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about a failure encountered while attempting to forward a
delete request to another server.
- logDeleteForwardFailure(OperationContext, DeleteRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about a failure encountered while attempting to forward a
delete request to another server.
- logDeleteForwardFailure(OperationContext, DeleteRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about a failure encountered while attempting to forward a
delete request to another server.
- logDeleteForwardFailure(OperationContext, DeleteRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about a failure encountered while attempting to forward a
delete request to another server.
- logDeleteRequest(OperationContext, DeleteRequest) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about a delete request received from a client.
- logDeleteRequest(OperationContext, DeleteRequest) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about a delete request received from a client.
- logDeleteRequest(OperationContext, DeleteRequest) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about a delete request received from a client.
- logDeleteRequest(OperationContext, DeleteRequest) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about a delete request received from a client.
- logDeleteResponse(CompletedOperationContext, DeleteRequest, DeleteResult) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about the result of processing a delete request.
- logDeleteResponse(CompletedOperationContext, DeleteRequest, DeleteResult) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about the result of processing a delete request.
- logDeleteResponse(CompletedOperationContext, DeleteRequest, DeleteResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about the result of processing a delete request.
- logDeleteResponse(CompletedOperationContext, DeleteRequest, DeleteResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about the result of processing a delete request.
- logDisconnect(ClientContext, DisconnectReason, String) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message indicating that a connection has been closed.
- logDisconnect(ClientContext, DisconnectReason, String) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message indicating that a connection has been closed.
- logDisconnect(ClientContext, DisconnectReason, String) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message indicating that a connection has been closed.
- logDisconnect(ClientContext, DisconnectReason, String) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message indicating that a connection has been closed.
- logEntryRebalancingRequest(long, OperationContext, String, int, String, String, int, String, String, int) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Writes a message to the access logger to indicate that the Directory Proxy
Server will attempt to perform entry rebalancing by migrating a subtree
from one backend set to another.
- logEntryRebalancingRequest(long, OperationContext, String, int, String, String, int, String, String, int) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Writes a message to the access logger to indicate that the Directory Proxy
Server will attempt to perform entry rebalancing by migrating a subtree
from one backend set to another.
- logEntryRebalancingRequest(long, OperationContext, String, int, String, String, int, String, String, int) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Writes a message to the access logger to indicate that the Directory Proxy
Server will attempt to perform entry rebalancing by migrating a subtree
from one backend set to another.
- logEntryRebalancingRequest(long, OperationContext, String, int, String, String, int, String, String, int) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Writes a message to the access logger to indicate that the Directory Proxy
Server will attempt to perform entry rebalancing by migrating a subtree
from one backend set to another.
- logEntryRebalancingResult(long, OperationContext, String, int, String, String, int, String, String, int, MoveSubtreeResult) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Writes a message to the access logger to indicate that the Directory Proxy
Server will attempt to perform entry rebalancing by migrating a subtree
from one backend set to another.
- logEntryRebalancingResult(long, OperationContext, String, int, String, String, int, String, String, int, MoveSubtreeResult) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Writes a message to the access logger to indicate that the Directory Proxy
Server will attempt to perform entry rebalancing by migrating a subtree
from one backend set to another.
- logEntryRebalancingResult(long, OperationContext, String, int, String, String, int, String, String, int, MoveSubtreeResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Writes a message to the access logger to indicate that the Directory Proxy
Server will attempt to perform entry rebalancing by migrating a subtree
from one backend set to another.
- logEntryRebalancingResult(long, OperationContext, String, int, String, String, int, String, String, int, MoveSubtreeResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Writes a message to the access logger to indicate that the Directory Proxy
Server will attempt to perform entry rebalancing by migrating a subtree
from one backend set to another.
- logError(LogCategory, LogSeverity, long, String) - Method in class com.unboundid.directory.sdk.common.api.ErrorLogger
-
Records information about the provided message, if appropriate.
- logError(LogCategory, LogSeverity, long, String) - Method in class com.unboundid.directory.sdk.common.api.FileBasedErrorLogger
-
Records information about the provided message, if appropriate.
- logError(LogCategory, LogSeverity, long, String) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedErrorLogger
-
Records information about the provided message, if appropriate.
- logError(LogCategory, LogSeverity, long, String) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedErrorLogger
-
Records information about the provided message, if appropriate.
- logError(String) - Method in interface com.unboundid.directory.sdk.sync.types.SyncOperation
-
Logs an error message to the synchronization log for this change.
- logExtendedForward(OperationContext, ExtendedRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about an extended request that will be forwarded to another
server.
- logExtendedForward(OperationContext, ExtendedRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about an extended request that will be forwarded to another
server.
- logExtendedForward(OperationContext, ExtendedRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about an extended request that will be forwarded to another
server.
- logExtendedForward(OperationContext, ExtendedRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about an extended request that will be forwarded to another
server.
- logExtendedForwardFailure(OperationContext, ExtendedRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about a failure encountered while attempting to forward an
extended request to another server.
- logExtendedForwardFailure(OperationContext, ExtendedRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about a failure encountered while attempting to forward an
extended request to another server.
- logExtendedForwardFailure(OperationContext, ExtendedRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about a failure encountered while attempting to forward an
extended request to another server.
- logExtendedForwardFailure(OperationContext, ExtendedRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about a failure encountered while attempting to forward an
extended request to another server.
- logExtendedRequest(OperationContext, ExtendedRequest) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about an extended request received from a client.
- logExtendedRequest(OperationContext, ExtendedRequest) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about an extended request received from a client.
- logExtendedRequest(OperationContext, ExtendedRequest) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about an extended request received from a client.
- logExtendedRequest(OperationContext, ExtendedRequest) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about an extended request received from a client.
- logExtendedResponse(CompletedOperationContext, ExtendedRequest, ExtendedResult) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about the result of processing an extended request.
- logExtendedResponse(CompletedOperationContext, ExtendedRequest, ExtendedResult) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about the result of processing an extended request.
- logExtendedResponse(CompletedOperationContext, ExtendedRequest, ExtendedResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about the result of processing an extended request.
- logExtendedResponse(CompletedOperationContext, ExtendedRequest, ExtendedResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about the result of processing an extended request.
- LogFileRotationListener - Class in com.unboundid.directory.sdk.common.api
-
This class defines an API that may be used to perform custom processing
whenever a log file is rotated.
- LogFileRotationListener() - Constructor for class com.unboundid.directory.sdk.common.api.LogFileRotationListener
-
Creates a new instance of this log file rotation listener.
- LogFileRotationListenerConfig - Interface in com.unboundid.directory.sdk.common.config
-
This interface defines a set of methods that may be used to obtain
information about the general configuration for a log file rotation
listener.
- logInfo(String) - Method in interface com.unboundid.directory.sdk.sync.types.SyncOperation
-
Logs an informational message to the synchronization log for this change.
- logIntermediateResponse(OperationContext, IntermediateResponse) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about an intermediate response that was returned to the
client.
- logIntermediateResponse(OperationContext, IntermediateResponse) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about an intermediate response that was returned to the
client.
- logIntermediateResponse(OperationContext, IntermediateResponse) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about an intermediate response that was returned to the
client.
- logIntermediateResponse(OperationContext, IntermediateResponse) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about an intermediate response that was returned to the
client.
- logMessage(LogSeverity, String) - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Writes a message to the server error log.
- logModifyAssuranceCompleted(CompletedOperationContext, ModifyRequest, ModifyResult, AssuredReplicationResult) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about the result of replication assurance processing for a
modify operation.
- logModifyAssuranceCompleted(CompletedOperationContext, ModifyRequest, ModifyResult, AssuredReplicationResult) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about the result of replication assurance processing for a
modify operation.
- logModifyAssuranceCompleted(CompletedOperationContext, ModifyRequest, ModifyResult, AssuredReplicationResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about the result of replication assurance processing for a
modify operation.
- logModifyAssuranceCompleted(CompletedOperationContext, ModifyRequest, ModifyResult, AssuredReplicationResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about the result of replication assurance processing for a
modify operation.
- logModifyDNAssuranceCompleted(CompletedOperationContext, ModifyDNRequest, ModifyDNResult, AssuredReplicationResult) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about the result of replication assurance processing for a
modify DN operation.
- logModifyDNAssuranceCompleted(CompletedOperationContext, ModifyDNRequest, ModifyDNResult, AssuredReplicationResult) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about the result of replication assurance processing for a
modify DN operation.
- logModifyDNAssuranceCompleted(CompletedOperationContext, ModifyDNRequest, ModifyDNResult, AssuredReplicationResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about the result of replication assurance processing for a
modify DN operation.
- logModifyDNAssuranceCompleted(CompletedOperationContext, ModifyDNRequest, ModifyDNResult, AssuredReplicationResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about the result of replication assurance processing for a
modify DN operation.
- logModifyDNForward(OperationContext, ModifyDNRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about a modify DN request that will be forwarded to another
server.
- logModifyDNForward(OperationContext, ModifyDNRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about a modify DN request that will be forwarded to another
server.
- logModifyDNForward(OperationContext, ModifyDNRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about a modify DN request that will be forwarded to another
server.
- logModifyDNForward(OperationContext, ModifyDNRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about a modify DN request that will be forwarded to another
server.
- logModifyDNForwardFailure(OperationContext, ModifyDNRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about a failure encountered while attempting to forward a
modify DN request to another server.
- logModifyDNForwardFailure(OperationContext, ModifyDNRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about a failure encountered while attempting to forward a
modify DN request to another server.
- logModifyDNForwardFailure(OperationContext, ModifyDNRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about a failure encountered while attempting to forward a
modify DN request to another server.
- logModifyDNForwardFailure(OperationContext, ModifyDNRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about a failure encountered while attempting to forward a
modify DN request to another server.
- logModifyDNRequest(OperationContext, ModifyDNRequest) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about a modify DN request received from a client.
- logModifyDNRequest(OperationContext, ModifyDNRequest) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about a modify DN request received from a client.
- logModifyDNRequest(OperationContext, ModifyDNRequest) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about a modify DN request received from a client.
- logModifyDNRequest(OperationContext, ModifyDNRequest) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about a modify DN request received from a client.
- logModifyDNResponse(CompletedOperationContext, ModifyDNRequest, ModifyDNResult) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about the result of processing a modify DN request.
- logModifyDNResponse(CompletedOperationContext, ModifyDNRequest, ModifyDNResult) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about the result of processing a modify DN request.
- logModifyDNResponse(CompletedOperationContext, ModifyDNRequest, ModifyDNResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about the result of processing a modify DN request.
- logModifyDNResponse(CompletedOperationContext, ModifyDNRequest, ModifyDNResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about the result of processing a modify DN request.
- logModifyForward(OperationContext, ModifyRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about a modify request that will be forwarded to another
server.
- logModifyForward(OperationContext, ModifyRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about a modify request that will be forwarded to another
server.
- logModifyForward(OperationContext, ModifyRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about a modify request that will be forwarded to another
server.
- logModifyForward(OperationContext, ModifyRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about a modify request that will be forwarded to another
server.
- logModifyForwardFailure(OperationContext, ModifyRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about a failure encountered while attempting to forward a
modify request to another server.
- logModifyForwardFailure(OperationContext, ModifyRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about a failure encountered while attempting to forward a
modify request to another server.
- logModifyForwardFailure(OperationContext, ModifyRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about a failure encountered while attempting to forward a
modify request to another server.
- logModifyForwardFailure(OperationContext, ModifyRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about a failure encountered while attempting to forward a
modify request to another server.
- logModifyRequest(OperationContext, ModifyRequest) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about a modify request received from a client.
- logModifyRequest(OperationContext, ModifyRequest) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about a modify request received from a client.
- logModifyRequest(OperationContext, ModifyRequest) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about a modify request received from a client.
- logModifyRequest(OperationContext, ModifyRequest) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about a modify request received from a client.
- logModifyResponse(CompletedOperationContext, ModifyRequest, ModifyResult) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about the result of processing a modify request.
- logModifyResponse(CompletedOperationContext, ModifyRequest, ModifyResult) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about the result of processing a modify request.
- logModifyResponse(CompletedOperationContext, ModifyRequest, ModifyResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about the result of processing a modify request.
- logModifyResponse(CompletedOperationContext, ModifyRequest, ModifyResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about the result of processing a modify request.
- logRequest(HttpServletRequest, Map<String, Object>) - Method in class com.unboundid.directory.sdk.http.api.HTTPOperationLogger
-
Logs information about a servlet request that has been received from the
client.
- logRequest(HttpServletRequest, Map<String, Object>) - Method in class com.unboundid.directory.sdk.http.scripting.ScriptedHTTPOperationLogger
-
Logs information about a servlet request that has been received from the
client.
- logResponse(HttpServletRequest, HttpServletResponse, Map<String, Object>) - Method in class com.unboundid.directory.sdk.http.api.HTTPOperationLogger
-
Logs information about a servlet response to be returned to the client.
- logResponse(HttpServletRequest, HttpServletResponse, Map<String, Object>) - Method in class com.unboundid.directory.sdk.http.scripting.ScriptedHTTPOperationLogger
-
Logs information about a servlet response to be returned to the client.
- logSearchForward(OperationContext, SearchRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about a search request that will be forwarded to another
server.
- logSearchForward(OperationContext, SearchRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about a search request that will be forwarded to another
server.
- logSearchForward(OperationContext, SearchRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about a search request that will be forwarded to another
server.
- logSearchForward(OperationContext, SearchRequest, ForwardTarget) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about a search request that will be forwarded to another
server.
- logSearchForwardFailure(OperationContext, SearchRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about a failure encountered while attempting to forward a
search request to another server.
- logSearchForwardFailure(OperationContext, SearchRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about a failure encountered while attempting to forward a
search request to another server.
- logSearchForwardFailure(OperationContext, SearchRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about a failure encountered while attempting to forward a
search request to another server.
- logSearchForwardFailure(OperationContext, SearchRequest, ForwardTarget, LDAPException) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about a failure encountered while attempting to forward a
search request to another server.
- logSearchRequest(OperationContext, SearchRequest) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about a search request received from a client.
- logSearchRequest(OperationContext, SearchRequest) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about a search request received from a client.
- logSearchRequest(OperationContext, SearchRequest) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about a search request received from a client.
- logSearchRequest(OperationContext, SearchRequest) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about a search request received from a client.
- logSearchResultDone(CompletedSearchOperationContext, SearchRequest, SearchResult) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about the result of processing a search request.
- logSearchResultDone(CompletedSearchOperationContext, SearchRequest, SearchResult) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about the result of processing a search request.
- logSearchResultDone(CompletedSearchOperationContext, SearchRequest, SearchResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about the result of processing a search request.
- logSearchResultDone(CompletedSearchOperationContext, SearchRequest, SearchResult) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about the result of processing a search request.
- logSearchResultEntry(OperationContext, SearchRequest, Entry, List<Control>) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about a search result entry that was returned to the client.
- logSearchResultEntry(OperationContext, SearchRequest, Entry, List<Control>) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about a search result entry that was returned to the client.
- logSearchResultEntry(OperationContext, SearchRequest, Entry, List<Control>) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about a search result entry that was returned to the client.
- logSearchResultEntry(OperationContext, SearchRequest, Entry, List<Control>) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about a search result entry that was returned to the client.
- logSearchResultReference(OperationContext, SearchRequest, List<String>, List<Control>) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about a search result reference that was returned to the
client.
- logSearchResultReference(OperationContext, SearchRequest, List<String>, List<Control>) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about a search result reference that was returned to the
client.
- logSearchResultReference(OperationContext, SearchRequest, List<String>, List<Control>) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about a search result reference that was returned to the
client.
- logSearchResultReference(OperationContext, SearchRequest, List<String>, List<Control>) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about a search result reference that was returned to the
client.
- logSecurityNegotiation(ClientContext, String, String, Map<String, String>) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about security negotiation performed by a client.
- logSecurityNegotiation(ClientContext, String, String, Map<String, String>) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about security negotiation performed by a client.
- logSecurityNegotiation(ClientContext, String, String, Map<String, String>) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about security negotiation performed by a client.
- logSecurityNegotiation(ClientContext, String, String, Map<String, String>) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about security negotiation performed by a client.
- LogSeverity - Enum in com.unboundid.directory.sdk.common.types
-
This enum defines the set of severities that may be used for error log
messages.
- logTraceMessage(String) - Method in interface com.unboundid.directory.sdk.broker.types.BrokerContext
-
Writes a message to the server trace log publishers.
- logTraceMessage(String, Map<String, String>) - Method in interface com.unboundid.directory.sdk.broker.types.BrokerContext
-
Writes a message to the server trace log publishers, including key value
pairs to be logged with the message.
- logUnbindRequest(OperationContext, UnbindRequest) - Method in class com.unboundid.directory.sdk.common.api.AccessLogger
-
Logs a message about an unbind request received from a client.
- logUnbindRequest(OperationContext, UnbindRequest) - Method in class com.unboundid.directory.sdk.common.api.FileBasedAccessLogger
-
Logs a message about an unbind request received from a client.
- logUnbindRequest(OperationContext, UnbindRequest) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Logs a message about an unbind request received from a client.
- logUnbindRequest(OperationContext, UnbindRequest) - Method in class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Logs a message about an unbind request received from a client.
- LogWriter - Interface in com.unboundid.directory.sdk.common.types
-
This interface provides methods to interact with a log writer within the
core server logging framework.
- SASLBindRequest - Interface in com.unboundid.directory.sdk.common.operation
-
This interface defines a set of methods which may be used to interact with a
SASL bind request.
- SASLBindResult - Interface in com.unboundid.directory.sdk.ds.types
-
This interface may be used to obtain information about the result of
processing a SASL bind operation.
- SASLBindResultFactory - Interface in com.unboundid.directory.sdk.ds.types
-
This interface provides methods that may be used to construct SASL bind
result objects.
- SASLBindResultType - Enum in com.unboundid.directory.sdk.ds.types
-
This enumeration defines the types of results that may be returned by a SASL
mechanism handler when attempting to process a SASL bind operation.
- SASLMechanismHandler - Class in com.unboundid.directory.sdk.ds.api
-
This class defines an API that must be implemented by extensions which add
support for custom SASL mechanisms to the server, which can provide support
for custom authentication (and optionally, authorization) methods.
- SASLMechanismHandler() - Constructor for class com.unboundid.directory.sdk.ds.api.SASLMechanismHandler
-
Creates a new instance of this SASL mechanism handler.
- SASLMechanismHandlerConfig - Interface in com.unboundid.directory.sdk.ds.config
-
This interface defines a set of methods that may be used to obtain
information about the general configuration for a SASL mechanism handler.
- Schema - Interface in com.unboundid.directory.sdk.common.schema
-
This interface provides a number of methods that may be used to interact with
the server schema.
- ScimResourcePrincipal - Interface in com.unboundid.directory.sdk.broker.types
-
A principal implementation for users retrievable as SCIM resources.
- ScriptedAccessLogger - Class in com.unboundid.directory.sdk.common.scripting
-
This class defines an API that must be implemented by scripted extensions
which record information about interaction with clients, including
connections established and received and operations requested and completed.
- ScriptedAccessLogger() - Constructor for class com.unboundid.directory.sdk.common.scripting.ScriptedAccessLogger
-
Creates a new instance of this access logger.
- ScriptedAccountStatusNotificationHandler - Class in com.unboundid.directory.sdk.ds.scripting
-
This class defines an API that must be implemented by scripted extensions
which have the ability to process notifications about events that occur that
could change the status of a user account.
- ScriptedAccountStatusNotificationHandler() - Constructor for class com.unboundid.directory.sdk.ds.scripting.ScriptedAccountStatusNotificationHandler
-
Creates a new instance of this account status notification handler.
- ScriptedAlertHandler - Class in com.unboundid.directory.sdk.common.scripting
-
This class defines an API that must be implemented by scripted extensions
which will be invoked whenever an administrative alert is generated within
the server.
- ScriptedAlertHandler() - Constructor for class com.unboundid.directory.sdk.common.scripting.ScriptedAlertHandler
-
Creates a new instance of this alert handler.
- ScriptedCertificateMapper - Class in com.unboundid.directory.sdk.ds.scripting
-
This class defines an API that must be implemented by scripted extensions
which attempt to map a certificate presented by a client (e.g., via SSL or
StartTLS) to a user defined in the server.
- ScriptedCertificateMapper() - Constructor for class com.unboundid.directory.sdk.ds.scripting.ScriptedCertificateMapper
-
Creates a new instance of this certificate mapper.
- ScriptedChangeSubscriptionHandler - Class in com.unboundid.directory.sdk.ds.scripting
-
This class defines an API that must be implemented by scripted extensions
which receive notification of changes of interest processed within the
server.
- ScriptedChangeSubscriptionHandler() - Constructor for class com.unboundid.directory.sdk.ds.scripting.ScriptedChangeSubscriptionHandler
-
Creates a new instance of this change subscription handler.
- ScriptedErrorLogger - Class in com.unboundid.directory.sdk.common.scripting
-
This class defines an API that must be implemented by scripted extensions
which record information about warnings, errors, and events which occur in
the server.
- ScriptedErrorLogger() - Constructor for class com.unboundid.directory.sdk.common.scripting.ScriptedErrorLogger
-
Creates a new instance of this error logger.
- ScriptedFileBasedAccessLogger - Class in com.unboundid.directory.sdk.common.scripting
-
This class defines an API that may be used to create a specific type of
scripted access logger which is intended to write log messages to text files.
- ScriptedFileBasedAccessLogger() - Constructor for class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedAccessLogger
-
Creates a new instance of this access logger.
- ScriptedFileBasedErrorLogger - Class in com.unboundid.directory.sdk.common.scripting
-
This class defines an API that may be used to create a specific type of
scripted error logger which is intended to write log messages to text files.
- ScriptedFileBasedErrorLogger() - Constructor for class com.unboundid.directory.sdk.common.scripting.ScriptedFileBasedErrorLogger
-
Creates a new instance of this file-based error logger.
- ScriptedHTTPOperationLogger - Class in com.unboundid.directory.sdk.http.scripting
-
This class defines an API that must be implemented by extensions which
record information about interaction with HTTP clients.
- ScriptedHTTPOperationLogger() - Constructor for class com.unboundid.directory.sdk.http.scripting.ScriptedHTTPOperationLogger
-
Creates a new instance of this scripted HTTP operation logger.
- ScriptedHTTPServletExtension - Class in com.unboundid.directory.sdk.http.scripting
-
This class defines an API that must be implemented by scripted extensions
which create servlets for use with an HTTP connection handler.
- ScriptedHTTPServletExtension() - Constructor for class com.unboundid.directory.sdk.http.scripting.ScriptedHTTPServletExtension
-
Creates a new instance of this HTTP servlet extension.
- ScriptedIdentityMapper - Class in com.unboundid.directory.sdk.ds.scripting
-
This class defines an API that must be implemented by scripted extensions
which attempt to map a username to a user defined in the server.
- ScriptedIdentityMapper() - Constructor for class com.unboundid.directory.sdk.ds.scripting.ScriptedIdentityMapper
-
Creates a new instance of this identity mapper.
- ScriptedJDBCSyncDestination - Class in com.unboundid.directory.sdk.sync.scripting
-
This class defines an API that must be implemented by scripted extensions
in order to synchronize data into a relational database.
- ScriptedJDBCSyncDestination() - Constructor for class com.unboundid.directory.sdk.sync.scripting.ScriptedJDBCSyncDestination
-
- ScriptedJDBCSyncSource - Class in com.unboundid.directory.sdk.sync.scripting
-
This class defines an API that must be implemented by scripted extensions
in order to synchronize data out of a relational database.
- ScriptedJDBCSyncSource() - Constructor for class com.unboundid.directory.sdk.sync.scripting.ScriptedJDBCSyncSource
-
- ScriptedLDAPHealthCheck - Class in com.unboundid.directory.sdk.proxy.scripting
-
This class defines an API that must be implemented by scripted extensions
which are used to assess the health of backend servers accessed through the
Directory Proxy Server.
- ScriptedLDAPHealthCheck() - Constructor for class com.unboundid.directory.sdk.proxy.scripting.ScriptedLDAPHealthCheck
-
Creates a new instance of this LDAP health check.
- ScriptedLDAPSyncDestinationPlugin - Class in com.unboundid.directory.sdk.sync.scripting
-
This class defines an API that must be implemented by scripted extensions
that perform processing on synchronization operations within an LDAP Sync
Destination.
- ScriptedLDAPSyncDestinationPlugin() - Constructor for class com.unboundid.directory.sdk.sync.scripting.ScriptedLDAPSyncDestinationPlugin
-
Creates a new instance of this LDAP sync destination plugin.
- ScriptedLDAPSyncSourcePlugin - Class in com.unboundid.directory.sdk.sync.scripting
-
This class defines an API that must be implemented by scripted extensions
that perform processing on synchronization operations within an LDAP Sync
Source.
- ScriptedLDAPSyncSourcePlugin() - Constructor for class com.unboundid.directory.sdk.sync.scripting.ScriptedLDAPSyncSourcePlugin
-
Creates a new instance of this LDAP sync source plugin.
- ScriptedOAuthTokenHandler - Class in com.unboundid.directory.sdk.http.scripting
-
This class defines an API that must be implemented by extensions which will
handle incoming SCIM requests with OAuth 2.0 bearer token authentication.
- ScriptedOAuthTokenHandler() - Constructor for class com.unboundid.directory.sdk.http.scripting.ScriptedOAuthTokenHandler
-
Creates a new instance of this alert handler.
- ScriptedPasswordGenerator - Class in com.unboundid.directory.sdk.ds.scripting
-
This class defines an API that must be implemented by scripted extensions
which generate user passwords.
- ScriptedPasswordGenerator() - Constructor for class com.unboundid.directory.sdk.ds.scripting.ScriptedPasswordGenerator
-
Creates a new instance of this password generator.
- ScriptedPasswordValidator - Class in com.unboundid.directory.sdk.ds.scripting
-
This class defines an API that must be implemented by scripted extensions
which attempt to determine whether a proposed user password is acceptable.
- ScriptedPasswordValidator() - Constructor for class com.unboundid.directory.sdk.ds.scripting.ScriptedPasswordValidator
-
Creates a new instance of this password validator.
- ScriptedPlugin - Class in com.unboundid.directory.sdk.ds.scripting
-
This class defines an API that must be implemented by scripted extensions
which act as server plugins.
- ScriptedPlugin() - Constructor for class com.unboundid.directory.sdk.ds.scripting.ScriptedPlugin
-
Creates a new instance of this plugin.
- ScriptedProxyTransformation - Class in com.unboundid.directory.sdk.proxy.scripting
-
This class defines an API that must be implemented by scripted extensions
which are used to transform requests and/or responses as they pass through
the Directory Proxy Server.
- ScriptedProxyTransformation() - Constructor for class com.unboundid.directory.sdk.proxy.scripting.ScriptedProxyTransformation
-
Creates a new instance of this proxy transformation.
- ScriptedSyncDestination - Class in com.unboundid.directory.sdk.sync.scripting
-
This class defines an API that must be implemented by scripted extensions
that wish to push changes processed by the Synchronization Server to an
arbitrary destination.
- ScriptedSyncDestination() - Constructor for class com.unboundid.directory.sdk.sync.scripting.ScriptedSyncDestination
-
- ScriptedSyncPipePlugin - Class in com.unboundid.directory.sdk.sync.scripting
-
This class defines an API that must be implemented by scripted extensions
that perform processing on synchronization operations within the Sync Pipe.
- ScriptedSyncPipePlugin() - Constructor for class com.unboundid.directory.sdk.sync.scripting.ScriptedSyncPipePlugin
-
Creates a new instance of this sync pipe plugin.
- ScriptedSyncSource - Class in com.unboundid.directory.sdk.sync.scripting
-
This class defines an API that must be implemented by extensions in order to
synchronize data from a generic (non-LDAP and non-JDBC) endpoint.
- ScriptedSyncSource() - Constructor for class com.unboundid.directory.sdk.sync.scripting.ScriptedSyncSource
-
- ScriptedTask - Class in com.unboundid.directory.sdk.ds.scripting
-
This class defines an API that must be implemented by scripted extensions
which may be used as administrative tasks.
- ScriptedTask() - Constructor for class com.unboundid.directory.sdk.ds.scripting.ScriptedTask
-
Creates a new instance of this task.
- ScriptedUncachedAttributeCriteria - Class in com.unboundid.directory.sdk.ds.scripting
-
This class defines an API that must be implemented by scripted extensions
which have the ability to determine which attributes should be stored in the
uncached-id2entry database of a local DB backend, while the remainder of the
entry is stored in the id2entry database.
- ScriptedUncachedAttributeCriteria() - Constructor for class com.unboundid.directory.sdk.ds.scripting.ScriptedUncachedAttributeCriteria
-
Creates a new instance of this uncached attribute criteria.
- ScriptedUncachedEntryCriteria - Class in com.unboundid.directory.sdk.ds.scripting
-
This class defines an API that must be implemented by scripted extensions
which have the ability to determine which entries should be stored in the
uncached-id2entry database of a local DB backend, rather than in the id2entry
database.
- ScriptedUncachedEntryCriteria() - Constructor for class com.unboundid.directory.sdk.ds.scripting.ScriptedUncachedEntryCriteria
-
Creates a new instance of this uncached entry criteria.
- ScriptedVirtualAttributeProvider - Class in com.unboundid.directory.sdk.ds.scripting
-
This class defines an API that must be implemented by scripted extensions
which construct attribute values which may be included in entries instead of
or in addition to real values which are actually stored in the backend.
- ScriptedVirtualAttributeProvider() - Constructor for class com.unboundid.directory.sdk.ds.scripting.ScriptedVirtualAttributeProvider
-
Creates a new instance of this virtual attribute provider.
- ScriptUtils - Class in com.unboundid.directory.sdk.sync.util
-
This class contains various utility methods for working with the
UnboundID LDAP SDK and JDBC objects within script implementations.
- search(StoreSearchRequest) - Method in class com.unboundid.directory.sdk.broker.api.StoreAdapter
-
Search for entries in the native store which could match the
specified criteria.
- search(ClientContext, String, SearchScope, Filter, String...) - Method in interface com.unboundid.directory.sdk.proxy.types.EntryBalancingRequestProcessor
-
Performs a search for all entries in this entry-balancing request processor
that match the provided criteria.
- SearchEntryCriteria - Class in com.unboundid.directory.sdk.ds.api
-
This class defines an API that must be implemented by extensions which can
be used to classify client search result entries.
- SearchEntryCriteria() - Constructor for class com.unboundid.directory.sdk.ds.api.SearchEntryCriteria
-
Creates a new instance of this search entry criteria.
- SearchEntryCriteriaConfig - Interface in com.unboundid.directory.sdk.ds.config
-
This interface defines a set of methods that may be used to obtain
information about the general configuration for a search entry criteria
object.
- SearchEntryPluginResult - Class in com.unboundid.directory.sdk.ds.types
-
This class defines a structure which may be used to provide information about
the result of the processing performed by a search entry plugin.
- SearchEntryPluginResult(boolean, boolean, boolean, boolean) - Constructor for class com.unboundid.directory.sdk.ds.types.SearchEntryPluginResult
-
Creates a new search entry plugin result with the provided information.
- SearchReferenceCriteria - Class in com.unboundid.directory.sdk.ds.api
-
This class defines an API that must be implemented by extensions which can
be used to classify client search result entries.
- SearchReferenceCriteria() - Constructor for class com.unboundid.directory.sdk.ds.api.SearchReferenceCriteria
-
Creates a new instance of this search reference criteria.
- SearchReferenceCriteriaConfig - Interface in com.unboundid.directory.sdk.ds.config
-
This interface defines a set of methods that may be used to obtain
information about the general configuration for a search reference criteria
object.
- SearchReferencePluginResult - Class in com.unboundid.directory.sdk.ds.types
-
This class defines a structure which may be used to provide information about
the result of the processing performed by a search reference plugin.
- SearchReferencePluginResult(boolean, boolean, boolean, boolean) - Constructor for class com.unboundid.directory.sdk.ds.types.SearchReferencePluginResult
-
Creates a new search reference plugin result with the provided information.
- SearchRequest - Interface in com.unboundid.directory.sdk.common.operation
-
This interface defines a set of methods which may be used to interact with a
search request.
- SearchResult - Interface in com.unboundid.directory.sdk.common.operation
-
This interface defines a set of methods which may be used to interact with
search results.
- SearchResultProvider - Interface in com.unboundid.directory.sdk.proxy.internal
-
This interface defines a set of methods that may be used to cause the
Directory Proxy Server to send search result entries and/or references to
the client in the course of processing a proxy transformation.
- searchResultReturned(String) - Method in interface com.unboundid.directory.sdk.broker.types.StoreSearchResultListener
-
Indicates that the provided object has been returned by the Store Adapter
and may be processed by this result listener.
- searchToRawEntry(String, String) - Method in class com.unboundid.directory.sdk.sync.types.TransactionContext
-
Executes the given SQL query and converts the results into a raw LDAP
Entry
, where the attribute names are the raw column names from the
result of the query.
- searchToRawEntry(PreparedStatement, String) - Method in class com.unboundid.directory.sdk.sync.types.TransactionContext
-
Executes the given PreparedStatement
and converts the results into
a raw LDAP Entry
, where the attribute names are the raw column
names from the
result of the query.
- searchUnaltered(SearchRequest) - Method in interface com.unboundid.directory.sdk.proxy.types.BackendServer
-
Sends the provided search request to the backend server without altering
the request or result in any way.
- selectBackendSet(OperationContext, AddRequest) - Method in class com.unboundid.directory.sdk.proxy.api.PlacementAlgorithm
-
Determines the backend set that should be used to process the specified
add operation.
- selectBackendSets(OperationContext, ExtendedRequest, EntryBalancingRequestProcessor) - Method in class com.unboundid.directory.sdk.proxy.api.ProxiedExtendedOperationHandler
-
Selects the entry-balancing backend set(s) to which the provided extended
request should be forwarded.
- selectRebalancingBackendSet(OperationContext, BackendSet) - Method in class com.unboundid.directory.sdk.proxy.api.PlacementAlgorithm
-
Select a new backend set for an entry that has been modified or a child
entry that has been added below an existing entry in a backend set.
- selectServer(DN, Map<DN, BackendServer>, ProxyOperationContext) - Method in class com.unboundid.directory.sdk.proxy.api.ServerAffinityProvider
-
Indicates which backend server should be used for the provided operation.
- sendAlert(AlertSeverity, String) - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Generates an administrative alert notification.
- sendAlert(String, AlertSeverity, String, String) - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Generates an administrative alert notification.
- sendDegradedAlertNotification(String, AlertSeverity, String, String) - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Generates an administrative alert and updates the server's general monitor
entry to list the specified alert type as a degraded alert type.
- sendEntry() - Method in class com.unboundid.directory.sdk.ds.types.SearchEntryPluginResult
-
Indicates whether the associated entry should be returned to the client.
- sendEntry(SearchResultEntry, boolean) - Method in interface com.unboundid.directory.sdk.proxy.internal.SearchResultProvider
-
Attempts to return the provided search result entry to the client.
- sendIntermediateResponse(IntermediateResponse) - Method in interface com.unboundid.directory.sdk.common.types.ActiveOperationContext
-
Attempts to send an intermediate response message to the client.
- sendIntermediateResponse() - Method in class com.unboundid.directory.sdk.ds.types.IntermediateResponsePluginResult
-
Indicates whether the associated intermediate response should be returned
to the client.
- sendMessage(String, String, String) - Method in class com.unboundid.directory.sdk.ds.api.TelephonyMessagingProvider
-
Delivers a message to the specified recipient.
- sendMessage(String, String, String, String, String) - Method in class com.unboundid.directory.sdk.ds.api.TelephonyMessagingProvider
-
Delivers a message to the specified recipient, after substituting a
verification code into the message in a form that may be easily understood
by the recipient.
- sendReference() - Method in class com.unboundid.directory.sdk.ds.types.SearchReferencePluginResult
-
Indicates whether the associated reference should be returned to the
client.
- sendReference(SearchResultReference, boolean) - Method in interface com.unboundid.directory.sdk.proxy.internal.SearchResultProvider
-
Attempts to return the provided search result reference to the client.
- sendResponseImmediately() - Method in class com.unboundid.directory.sdk.ds.types.PreOperationPluginResult
-
Indicates whether the server should send a response to the client
immediately without performing any core processing.
- sendResponseImmediately() - Method in class com.unboundid.directory.sdk.ds.types.PreParsePluginResult
-
Indicates whether the server should send a response to the client
immediately without performing any core processing.
- sendSearchEntry(SearchResultEntry) - Method in interface com.unboundid.directory.sdk.common.types.ActiveSearchOperationContext
-
Attempts to send a search result entry to the client.
- sendSearchReference(SearchResultReference) - Method in interface com.unboundid.directory.sdk.common.types.ActiveSearchOperationContext
-
Attempts to send a search result reference to the client.
- sendUnavailableAlertNotification(String, AlertSeverity, String, String) - Method in interface com.unboundid.directory.sdk.common.types.ServerContext
-
Generates an administrative alert and updates the server's general monitor
entry to list the specified alert type as an unavailable alert type.
- sendUnsolicitedNotification(String, ResultCode, String) - Method in interface com.unboundid.directory.sdk.common.types.ClientContext
-
Attempts to send an unsolicited notification to the client with the
provided information.
- ServerAffinity - Class in com.unboundid.directory.sdk.proxy.types
-
This class provides a data structure for holding information about an
affinity to a particular backend server instance.
- ServerAffinity(BackendServer) - Constructor for class com.unboundid.directory.sdk.proxy.types.ServerAffinity
-
Creates a server affinity for the provided backend server.
- ServerAffinityProvider - Class in com.unboundid.directory.sdk.proxy.api
-
This class defines an API that must be implemented by extensions which are
used to influence which backend server a client should use in a load-balanced
set.
- ServerAffinityProvider() - Constructor for class com.unboundid.directory.sdk.proxy.api.ServerAffinityProvider
-
Creates a new instance of this server affinity provider.
- ServerAffinityProviderConfig - Interface in com.unboundid.directory.sdk.proxy.config
-
This interface defines a set of methods that may be used to obtain
information about the general configuration for a server affinity provider.
- ServerContext - Interface in com.unboundid.directory.sdk.common.types
-
This interface may be used to obtain information about the server in
which an extension is running.
- ServerShutdownListener - Interface in com.unboundid.directory.sdk.common.api
-
This interface defines a set of methods that should be implemented by classes
which should be notified when the server has begun the process of shutting
down.
- ServerThread - Interface in com.unboundid.directory.sdk.common.api
-
This interface defines a set of methods that may be implemented by a thread
which should be run in the server.
- setActive(boolean) - Method in class com.unboundid.directory.sdk.broker.types.TokenValidationResult.Builder
-
Set the active field of the token validation result.
- setAdditionalLogMessage(String) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableGenericResult
-
Specifies an additional log message for the result which will not be
returned to the client but may be included in access log messages for the
associated operation.
- setAdditionalProperties(Map<String, Object>) - Method in class com.unboundid.directory.sdk.broker.types.TokenValidationResult.Builder
-
Set the optional additionalProperties field of the token validation
result.
- setAssertionValue(ByteString) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableCompareRequest
-
Specifies the assertion value to compare against the values of the target
attribute.
- setAttachment(String, Object) - Method in interface com.unboundid.directory.sdk.common.types.ActiveOperationContext
-
Sets an attachment for the associated operation.
- setAttachment(String, Object) - Method in interface com.unboundid.directory.sdk.common.types.ClientContext
-
Attaches an object to this client connection.
- setAttachment(String, Object) - Method in interface com.unboundid.directory.sdk.common.types.OperationContext
-
Sets an attachment for the associated operation.
- setAttribute(Attribute) - Method in interface com.unboundid.directory.sdk.common.types.UpdatableEntry
-
Replaces the specified attribute in the entry, or adds the attribute if
it does not exist.
- setAttributes(List<String>) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableSearchRequest
-
Specifies the list of requested attributes.
- setAttributeType(String) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableCompareRequest
-
Specifies the name or OID of the attribute to compare.
- setAudience(String) - Method in class com.unboundid.directory.sdk.broker.types.TokenValidationResult.Builder
-
Set the optional audience field of the token validation result.
- setBaseDN(String) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableSearchRequest
-
Specifies the base DN for the search.
- setBaseDN(DN) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableSearchRequest
-
Specifies the base DN for the search.
- setClientId(String) - Method in class com.unboundid.directory.sdk.broker.types.TokenValidationResult.Builder
-
Set the optional clientId field of the token validation result.
- setCompletionStatus(CompletionStatus) - Method in class com.unboundid.directory.sdk.sync.types.ChangeRecord
-
This method is used by the Sync Pipe to indicate if the completion status
of a synchronization operation.
- setCompletionStatus(CompletionStatus) - Method in class com.unboundid.directory.sdk.sync.types.DatabaseChangeRecord
-
This method is used by the Sync Pipe to indicate if the completion status
of a synchronization operation.
- setDeleteOldRDN(boolean) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableModifyDNRequest
-
Specifies whether to remove the old RDN values from the entry.
- setDerefPolicy(DereferencePolicy) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableSearchRequest
-
Specifies the dereference policy for the search.
- setDescription(String) - Method in class com.unboundid.directory.sdk.broker.types.StoreAttributeDefinition.Builder
-
Sets the description of the attribute.
- setDiagnosticMessage(String) - Method in class com.unboundid.directory.sdk.broker.types.AuthenticationResult.Builder
-
Specifies the message that will be only be included in the trace log
for diagnostic purposes.
- setDiagnosticMessage(String) - Method in class com.unboundid.directory.sdk.broker.types.StatusResult.Builder
-
Specifies the message that will be only be included in the trace log
for diagnostic purposes.
- setDiagnosticMessage(String) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableGenericResult
-
Specifies the diagnostic message for the result, if any.
- setDN(String) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableCompareRequest
-
Specifies the DN of the entry to compare.
- setDN(DN) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableCompareRequest
-
Specifies the DN of the entry to compare.
- setDN(String) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableDeleteRequest
-
Specifies the DN of th entry to be deleted.
- setDN(DN) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableDeleteRequest
-
Specifies the DN of th entry to be deleted.
- setDN(String) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableModifyDNRequest
-
Specifies the DN of the entry to move and/or rename.
- setDN(DN) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableModifyDNRequest
-
Specifies the DN of the entry to move and/or rename.
- setDN(String) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableModifyRequest
-
Specifies the DN of the entry to modify.
- setDN(DN) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableModifyRequest
-
Specifies the DN of the entry to modify.
- setDN(String) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableSimpleBindRequest
-
Specifies the DN of the user attempting to bind.
- setDN(DN) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableSimpleBindRequest
-
Specifies the DN of the user attempting to bind.
- setDN(String) - Method in interface com.unboundid.directory.sdk.common.types.UpdatableEntry
-
Specifies the DN for the entry.
- setDN(DN) - Method in interface com.unboundid.directory.sdk.common.types.UpdatableEntry
-
Specifies the DN for the entry.
- setExpirationTime(long, TimeUnit) - Method in class com.unboundid.directory.sdk.broker.types.TokenValidationResult.Builder
-
Set the optional expirationTime field of the token validation result.
- setFilter(Filter) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableSearchRequest
-
Specifies the filter for the search.
- setFilter(String) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableSearchRequest
-
Specifies the filter for the search.
- setFlowStateParams(String) - Method in class com.unboundid.directory.sdk.broker.types.AuthenticationResult.Builder
-
Specifies the JSON object specifying the state parameters to be preserved
and resubmitted to the authenticator to continue a multi-step
authentication flow.
- setIDToAbandon(int) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableAbandonRequest
-
Specifies the message ID of the operation to abandon.
- setIgnored() - Method in interface com.unboundid.directory.sdk.sync.types.SyncOperation
-
Sets the "ignored" flag to true.
- setIssuedAt(long, TimeUnit) - Method in class com.unboundid.directory.sdk.broker.types.TokenValidationResult.Builder
-
Set the optional issuedAt field of the token validation result.
- setMatchedDN(String) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableGenericResult
-
Specifies the matched DN for the result, if any.
- setModifications(List<Modification>) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableModifyRequest
-
Specifies the modifications to be applied.
- setMultiValued(boolean) - Method in class com.unboundid.directory.sdk.broker.types.StoreAttributeDefinition.Builder
-
Sets a boolean indicating if the attribute is multi-valued.
- setName(String) - Method in class com.unboundid.directory.sdk.broker.types.StoreAttributeDefinition.Builder
-
Sets the attribute name.
- setNamedObject(String, Object, HttpServletRequest) - Method in class com.unboundid.directory.sdk.common.api.VelocityContextProvider
-
Stores an object in current user request, session or servlet context
depending on the object scope currently configured for this provider.
- setNamedObject(String, Object, HttpServletRequest, VelocityContextProviderConfig.ObjectScope) - Static method in class com.unboundid.directory.sdk.common.api.VelocityContextProvider
-
Stores an object in current user request, session or servlet context
depending on the object scope currently configured for this provider.
- setNewRDN(String) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableModifyDNRequest
-
Specifies the new RDN to use for the entry.
- setNewRDN(RDN) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableModifyDNRequest
-
Specifies the new RDN to use for the entry.
- setNewSuperiorDN(String) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableModifyDNRequest
-
Specifies the DN for the new superior entry, if any.
- setNewSuperiorDN(DN) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableModifyDNRequest
-
Specifies the DN for the new superior entry, if any.
- setNotificationDestination(String, List<ASN1OctetString>) - Method in class com.unboundid.directory.sdk.ds.api.NotificationManager
-
Create or update a notification destination.
- setNotificationSubscription(String, String, List<ASN1OctetString>) - Method in class com.unboundid.directory.sdk.ds.api.NotificationManager
-
Create or update a notification subscription.
- setNotUsedBefore(long, TimeUnit) - Method in class com.unboundid.directory.sdk.broker.types.TokenValidationResult.Builder
-
Set the optional notUsedBefore field of the token validation result.
- setPassword(ByteString) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableSimpleBindRequest
-
Specifies the password for the bind request.
- setPassword(String) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableSimpleBindRequest
-
Specifies the password for the bind request.
- setPatchRequest(PatchRequest) - Method in interface com.unboundid.directory.sdk.broker.types.StorePreUpdateRequestContext
-
Sets the SCIM patch request specifying the modifications to be processed.
- setReferralURLs(List<String>) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableGenericResult
-
Specifies the referral URLs for the result.
- setRequestControls(List<Control>) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableRequest
-
Updates the set of request controls for this request.
- setRequestOID(String) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableExtendedRequest
-
Specifies the OID for the extended request.
- setRequestValue(ASN1OctetString) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableExtendedRequest
-
Specifies the value for the extended request, if any.
- setResolved() - Method in interface com.unboundid.directory.sdk.common.types.DegradedAlertType
-
Indicates that the condition that triggered this degraded alert type has
been resolved and should no longer cause the server to be considered
degraded.
- setResolved() - Method in interface com.unboundid.directory.sdk.common.types.UnavailableAlertType
-
Indicates that the condition that triggered this unavailable alert type has
been resolved and should no longer cause the server to be considered
unavailable.
- setResponseParams(String) - Method in class com.unboundid.directory.sdk.broker.types.AuthenticationResult.Builder
-
Specifies the JSON object specifying the parameters to return that may be
used to continue the authentication process.
- setResponseParams(String) - Method in class com.unboundid.directory.sdk.broker.types.StatusResult.Builder
-
Specifies the JSON object specifying the parameters to return that may be
used to initiate the authentication process.
- setResultCode(ResultCode) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableGenericResult
-
Specifies the result code for the result.
- setResultControls(List<Control>) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableResult
-
Updates the set of result controls for this result.
- setResultData(LDAPResult) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableBindResult
-
Sets the contents of this result with information from the provided
LDAP result, including the result code, diagnostic message, matched DN,
referral URLs, and controls.
- setResultData(LDAPResult) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableExtendedResult
-
Sets the contents of this result with information from the provided
LDAP result, including the result code, diagnostic message, matched DN,
referral URLs, and controls.
- setResultData(LDAPResult) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableGenericResult
-
Sets the contents of this result with information from the provided
LDAP result, including the result code, diagnostic message, matched DN,
referral URLs, and controls.
- setResultData(LDAPException) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableGenericResult
-
Sets the contents of this result with information from the provided
LDAP exception, including the result code, diagnostic message, matched DN,
referral URLs, and controls.
- setResultOID(String) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableExtendedResult
-
Specifies the OID for the extended result, if any.
- setResultValue(ASN1OctetString) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableExtendedResult
-
Specifies the value for the extended result, if any.
- setSASLAuthStateInfo(Object) - Method in interface com.unboundid.directory.sdk.common.types.ClientContext
-
Sets state information for an active multi-stage SASL bind.
- setSASLCredentials(String, ASN1OctetString) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableSASLBindRequest
-
Specifies the SASL credentials for the bind request, if any.
- setSCIMFilter(Filter) - Method in interface com.unboundid.directory.sdk.broker.types.StorePreDeleteRequestContext
-
Sets the SCIM filter which identifies the entry to be retrieved.
- setSCIMFilter(Filter) - Method in interface com.unboundid.directory.sdk.broker.types.StorePreRetrieveRequestContext
-
Sets the SCIM filter which identifies the entry to be retrieved.
- setSCIMFilter(Filter) - Method in interface com.unboundid.directory.sdk.broker.types.StorePreSearchRequestContext
-
Sets the SCIM Filter associated with this search request.
- setSCIMFilter(Filter) - Method in interface com.unboundid.directory.sdk.broker.types.StorePreUpdateRequestContext
-
Sets the SCIM filter which identifies the entry to be updated.
- setScope(Set<String>) - Method in class com.unboundid.directory.sdk.broker.types.TokenValidationResult.Builder
-
Set the optional scope field of the token validation result.
- setScope(SearchScope) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableSearchRequest
-
Specifies the scope for the search.
- setServerSASLCredentials(ASN1OctetString) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableBindResult
-
Specifies the server SASL credentials for the bind result, if any.
- setSizeLimit(int) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableSearchRequest
-
Specifies the size limit for the search.
- setSourceEntry(Entry, boolean) - Method in interface com.unboundid.directory.sdk.sync.types.SyncOperation
-
Sets the entry that was fetched from the sync source.
- setStartpoint(TransactionContext, SetStartpointOptions) - Method in class com.unboundid.directory.sdk.sync.api.JDBCSyncSource
-
This method should effectively set the starting point for synchronization
to the place specified by the options
parameter.
- setStartpoint(SetStartpointOptions) - Method in class com.unboundid.directory.sdk.sync.api.SyncSource
-
This method should effectively set the starting point for synchronization
to the place specified by the options
parameter.
- setStartpoint(TransactionContext, SetStartpointOptions) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedJDBCSyncSource
-
This method should effectively set the starting point for synchronization
to the place specified by the options
parameter.
- setStartpoint(SetStartpointOptions) - Method in class com.unboundid.directory.sdk.sync.scripting.ScriptedSyncSource
-
This method should effectively set the starting point for synchronization
to the place specified by the options
parameter.
- SetStartpointOptions - Class in com.unboundid.directory.sdk.sync.types
-
Used to identify how to set the starting point for synchronization (beginning
of changelog, end of changelog, based on a change sequence number, etc).
- SetStartpointOptions.StartpointType - Enum in com.unboundid.directory.sdk.sync.types
-
The possible startpoint types.
- setSubjectToken(String) - Method in class com.unboundid.directory.sdk.broker.types.TokenValidationResult.Builder
-
Set the optional subjectToken field of the token validation result.
- setTimeLimitSeconds(int) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableSearchRequest
-
Specifies the time limit for the search in seconds.
- setTimeout(long) - Method in class com.unboundid.directory.sdk.sync.types.TransactionContext
-
Sets a timeout for this TransactionContext.
- setTokenIdentifier(String) - Method in class com.unboundid.directory.sdk.broker.types.TokenValidationResult.Builder
-
Set the optional tokenIdentifier field of the token validation result.
- setTokenType(String) - Method in class com.unboundid.directory.sdk.broker.types.TokenValidationResult.Builder
-
Set the optional tokenType field of the token validation result.
- setTransactionIsolation(int) - Method in class com.unboundid.directory.sdk.sync.types.TransactionContext
-
Attempts to change the transaction isolation level for the underlying
Connection
object to the one given.
- setType(StoreAttributeDefinition.Type) - Method in class com.unboundid.directory.sdk.broker.types.StoreAttributeDefinition.Builder
-
Sets the type of the attribute.
- setTypesOnly(boolean) - Method in interface com.unboundid.directory.sdk.common.operation.UpdatableSearchRequest
-
Specifies whether search result entries should contain attribute values.
- setUsername(String) - Method in class com.unboundid.directory.sdk.broker.types.TokenValidationResult.Builder
-
Set the optional username field of the token validation result.
- SHORT_NAME - Static variable in class com.unboundid.directory.sdk.common.types.Version
-
The short product name for the Server SDK, without any spaces.
- shouldBeUncached(Attribute, Entry) - Method in class com.unboundid.directory.sdk.ds.api.UncachedAttributeCriteria
-
Indicates whether the provided attribute should be written into the
uncached-id2entry database rather than into id2entry.
- shouldBeUncached(Entry, Entry) - Method in class com.unboundid.directory.sdk.ds.api.UncachedEntryCriteria
-
Indicates whether the provided entry should be written into the
uncached-id2entry database rather than into id2entry.
- shouldBeUncached(Attribute, Entry) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedUncachedAttributeCriteria
-
Indicates whether the provided attribute should be written into the
uncached-id2entry database rather than into id2entry.
- shouldBeUncached(Entry, Entry) - Method in class com.unboundid.directory.sdk.ds.scripting.ScriptedUncachedEntryCriteria
-
Indicates whether the provided entry should be written into the
uncached-id2entry database rather than into id2entry.
- shouldForward(OperationContext, ExtendedRequest, ProxyingRequestProcessor) - Method in class com.unboundid.directory.sdk.proxy.api.ProxiedExtendedOperationHandler
-
Indicates whether the provided extended request should be forwarded to one
of the servers associated with the provided proxying request processor.
- SimpleBindRequest - Interface in com.unboundid.directory.sdk.common.operation
-
This interface defines a set of methods which may be used to interact with a
simple bind request.
- skipCoreProcessing() - Method in class com.unboundid.directory.sdk.ds.types.PreOperationPluginResult
-
Indicates whether the server should skip the core processing for the
operation.
- skipCoreProcessing() - Method in class com.unboundid.directory.sdk.ds.types.PreParsePluginResult
-
Indicates whether the server should skip the core processing for the
operation.
- StartupDependency - Enum in com.unboundid.directory.sdk.ds.types
-
This enum defines a set of dependencies that may need to be satisfied by a
component which is to be invoked at server startup.
- StartupPluginResult - Class in com.unboundid.directory.sdk.ds.types
-
This class defines a structure which may be used to provide information about
the result of the processing performed by a startup plugin.
- StartupPluginResult(boolean, boolean, CharSequence) - Constructor for class com.unboundid.directory.sdk.ds.types.StartupPluginResult
-
Creates a new startup plugin result with the provided information.
- STATE_KEY_CORRELATION_ID - Static variable in class com.unboundid.directory.sdk.http.api.HTTPOperationLogger
-
The key that will be used to hold the correlation ID for the associated
HTTP request.
- STATE_KEY_PROCESSING_TIME_MILLIS - Static variable in class com.unboundid.directory.sdk.http.api.HTTPOperationLogger
-
The key that will be used to hold the operation processing time in
milliseconds.
- STATE_KEY_PROCESSING_TIME_MILLIS - Static variable in class com.unboundid.directory.sdk.http.scripting.ScriptedHTTPOperationLogger
-
The key that will be used to hold the operation processing time in
milliseconds.
- STATE_KEY_PROCESSING_TIME_NANOS - Static variable in class com.unboundid.directory.sdk.http.api.HTTPOperationLogger
-
The key that will be used to hold the operation processing time in
nanoseconds.
- STATE_KEY_PROCESSING_TIME_NANOS - Static variable in class com.unboundid.directory.sdk.http.scripting.ScriptedHTTPOperationLogger
-
The key that will be used to hold the operation processing time in
nanoseconds.
- STATE_KEY_REQUEST_ID - Static variable in class com.unboundid.directory.sdk.http.api.HTTPOperationLogger
-
The key that will be used to hold the request ID for the associated HTTP
request.
- STATE_KEY_REQUEST_TIME_MILLIS - Static variable in class com.unboundid.directory.sdk.http.api.HTTPOperationLogger
-
The key that will be used to hold the time the request was received, in
milliseconds since January 1, 1960, UTC, as reported by
System.currentTimeMillis()
.
- STATE_KEY_REQUEST_TIME_MILLIS - Static variable in class com.unboundid.directory.sdk.http.scripting.ScriptedHTTPOperationLogger
-
The key that will be used to hold the time the request was received, in
milliseconds since January 1, 1960, UTC, as reported by
System.currentTimeMillis()
.
- STATE_KEY_REQUEST_TIME_NANOS - Static variable in class com.unboundid.directory.sdk.http.api.HTTPOperationLogger
-
The key that will be used to hold the time the request was received, in
nanoseconds, as reported by System.nanoTime()
.
- STATE_KEY_RESPONSE_CONTENT_LENGTH - Static variable in class com.unboundid.directory.sdk.http.api.HTTPOperationLogger
-
The key that will be used to hold the response content length in the state
map.
- STATE_KEY_RESPONSE_CONTENT_LENGTH - Static variable in class com.unboundid.directory.sdk.http.scripting.ScriptedHTTPOperationLogger
-
The key that will be used to hold the response content length in the state
map.
- STATE_KEY_RESPONSE_COOKIES - Static variable in class com.unboundid.directory.sdk.http.api.HTTPOperationLogger
-
The key that will be used to hold the set of cookies included in the
response to the client.
- StatusRequest - Interface in com.unboundid.directory.sdk.broker.types
-
Represents a status request to be processed by a Server SDK Identity
Authenticator.
- StatusResult - Class in com.unboundid.directory.sdk.broker.types
-
The result of the status request of an Identity Authenticator.
- StatusResult.Builder - Class in com.unboundid.directory.sdk.broker.types
-
Builder class to build an instance of StatusResult.
- StoreAdapter - Class in com.unboundid.directory.sdk.broker.api
-
This class defines an API that must be implemented by extensions that need
to store user data in some non-LDAP data store.
- StoreAdapter() - Constructor for class com.unboundid.directory.sdk.broker.api.StoreAdapter
-
Creates a new instance of this store adapter.
- StoreAdapterConfig - Interface in com.unboundid.directory.sdk.broker.config
-
This interface defines a set of methods that may be used to obtain
information about the general configuration for a store adapter.
- StoreAdapterPlugin - Class in com.unboundid.directory.sdk.broker.api
-
This class defines an API that must be implemented by extensions that need
to intercept operations processed by a Store Adapter.
- StoreAdapterPlugin() - Constructor for class com.unboundid.directory.sdk.broker.api.StoreAdapterPlugin
-
Creates a new instance of this store adapter plugin.
- StoreAdapterPluginConfig - Interface in com.unboundid.directory.sdk.broker.config
-
This interface defines a set of methods that may be used to obtain
information about the general configuration for a store adapter plugin.
- StoreAttributeDefinition - Class in com.unboundid.directory.sdk.broker.types
-
An attribute in a Store Adapter's native schema.
- StoreAttributeDefinition.Builder - Class in com.unboundid.directory.sdk.broker.types
-
Builder class to build an instance of StoreAttributeDefinition.
- StoreAttributeDefinition.Type - Enum in com.unboundid.directory.sdk.broker.types
-
An enumeration of the data types for values.
- StoreCreateRequest - Interface in com.unboundid.directory.sdk.broker.types
-
Represents a request to create an entry in a Store Adapter.
- StoreDeleteRequest - Interface in com.unboundid.directory.sdk.broker.types
-
Represents a request to delete a specific entry from a Store Adapter.
- StorePostCreateRequestContext - Interface in com.unboundid.directory.sdk.broker.types
-
Request context for the method called after an entry is created in the
native data store.
- StorePostDeleteRequestContext - Interface in com.unboundid.directory.sdk.broker.types
-
Request context for the method after an entry is deleted in the
native data store.
- StorePostRetrieveRequestContext - Interface in com.unboundid.directory.sdk.broker.types
-
Request context for the method called after an entry is retrieved from the
native data store.
- StorePostSearchEntryContext - Interface in com.unboundid.directory.sdk.broker.types
-
Request context for the method called for each entry found during a search
in the native data store.
- StorePostUpdateRequestContext - Interface in com.unboundid.directory.sdk.broker.types
-
Request context for the method after an entry is updated in the
native data store.
- StorePreCreateRequestContext - Interface in com.unboundid.directory.sdk.broker.types
-
Request context for the method called before an entry is created in the
native data store.
- StorePreDeleteRequestContext - Interface in com.unboundid.directory.sdk.broker.types
-
Request context for the method called before an entry is deleted in the
native data store.
- StorePreRetrieveRequestContext - Interface in com.unboundid.directory.sdk.broker.types
-
Request context for the method called before an entry is retrieved from the
native data store.
- StorePreSearchRequestContext - Interface in com.unboundid.directory.sdk.broker.types
-
Request context for the method called before searching for entries in the
native data store.
- StorePreUpdateRequestContext - Interface in com.unboundid.directory.sdk.broker.types
-
Request context for the method called before an entry is updated in the
native data store.
- StoreRequest - Interface in com.unboundid.directory.sdk.broker.types
-
Represents a request to a Store Adapter.
- StoreRequestContext - Interface in com.unboundid.directory.sdk.broker.types
-
Common methods available to all Store Adapter Plugin request context
interfaces.
- StoreRetrieveRequest - Interface in com.unboundid.directory.sdk.broker.types
-
Represents a request to retrieve a specific entry from a Store Adapter.
- StoreSearchRequest - Interface in com.unboundid.directory.sdk.broker.types
-
Represents a search request to retrieve entries from a Store Adapter.
- StoreSearchResultListener - Interface in com.unboundid.directory.sdk.broker.types
-
This interface defines methods that provide search result objects to a
requester as they are returned from a Store Adapter.
- StoreUpdateRequest - Interface in com.unboundid.directory.sdk.broker.types
-
Represents a request to update a specific entry in a Store Adapter.
- SubordinateModifyDNPluginResult - Class in com.unboundid.directory.sdk.ds.types
-
This class defines a structure which may be used to provide information about
the result of the processing performed by a subordinate modify DN plugin.
- SubordinateModifyDNPluginResult(boolean, boolean, boolean) - Constructor for class com.unboundid.directory.sdk.ds.types.SubordinateModifyDNPluginResult
-
Creates a new subordinate modify DN plugin result with the provided
information.
- SubstringMatchingRule - Interface in com.unboundid.directory.sdk.common.schema
-
This interface provides an API for interacting with substring matching rules,
which can be used to determine whether a given value matches a provided
substring assertion.
- success(ScimResourcePrincipal) - Static method in class com.unboundid.directory.sdk.broker.types.AuthenticationResult
-
Create a new builder for a successful response.
- SUCCESS - Static variable in class com.unboundid.directory.sdk.common.types.PostManageExtensionPluginResult
-
A predefined result instance that indicates all processing completed
successfully.
- SUCCESS - Static variable in class com.unboundid.directory.sdk.common.types.PreManageExtensionPluginResult
-
A predefined result instance that indicates all processing completed
successfully.
- SUCCESS - Static variable in class com.unboundid.directory.sdk.ds.types.IntermediateResponsePluginResult
-
A predefined result instance that indicates all processing completed
successfully.
- SUCCESS - Static variable in class com.unboundid.directory.sdk.ds.types.LDIFPluginResult
-
A predefined result instance that indicates all processing completed
successfully.
- SUCCESS - Static variable in class com.unboundid.directory.sdk.ds.types.PostConnectPluginResult
-
A predefined result instance that indicates all processing completed
successfully.
- SUCCESS - Static variable in class com.unboundid.directory.sdk.ds.types.PostDisconnectPluginResult
-
A predefined result instance that indicates all processing completed
successfully.
- SUCCESS - Static variable in class com.unboundid.directory.sdk.ds.types.PostOperationPluginResult
-
A predefined result instance that indicates all processing completed
successfully.
- SUCCESS - Static variable in class com.unboundid.directory.sdk.ds.types.PostResponsePluginResult
-
A predefined result instance that indicates all processing completed
successfully.
- SUCCESS - Static variable in class com.unboundid.directory.sdk.ds.types.PreOperationPluginResult
-
A predefined result instance that indicates all processing completed
successfully.
- SUCCESS - Static variable in class com.unboundid.directory.sdk.ds.types.PreParsePluginResult
-
A predefined result instance that indicates all processing completed
successfully.
- SUCCESS - Static variable in class com.unboundid.directory.sdk.ds.types.SearchEntryPluginResult
-
A predefined result instance that indicates all processing completed
successfully.
- SUCCESS - Static variable in class com.unboundid.directory.sdk.ds.types.SearchReferencePluginResult
-
A predefined result instance that indicates all processing completed
successfully.
- SUCCESS - Static variable in class com.unboundid.directory.sdk.ds.types.StartupPluginResult
-
A predefined result instance that indicates all processing completed
successfully.
- SUCCESS - Static variable in class com.unboundid.directory.sdk.ds.types.SubordinateModifyDNPluginResult
-
A predefined result instance that indicates all processing completed
successfully.
- SuccessSASLBindResult - Interface in com.unboundid.directory.sdk.ds.types
-
This interface may be used to obtain information about the result of
processing a SASL bind operation in which a user has successfully completed
the authentication process.
- supportsAuthPasswordSyntax() - Method in class com.unboundid.directory.sdk.ds.api.EnhancedPasswordStorageScheme
-
Indicates whether this password storage scheme provides the ability to
encode passwords in the authentication password syntax as described in RFC
3112.
- supportsAuthPasswordSyntax() - Method in class com.unboundid.directory.sdk.ds.api.PasswordStorageScheme
-
Indicates whether this password storage scheme provides the ability to
encode passwords in the authentication password syntax as described in RFC
3112.
- supportsGenericMessageDelivery() - Method in class com.unboundid.directory.sdk.ds.api.OneTimePasswordDeliveryMechanism
-
- supportsOperation(OperationType) - Method in interface com.unboundid.directory.sdk.proxy.types.BackendServer
-
Indicates whether this LDAP external server may be used to process
operations of the specified type.
- supportsRebalancing() - Method in class com.unboundid.directory.sdk.proxy.api.PlacementAlgorithm
-
- SyncClass - Interface in com.unboundid.directory.sdk.sync.types
-
This interface represents the matched Sync Class for a
SyncOperation
.
- SyncDestination - Class in com.unboundid.directory.sdk.sync.api
-
This class defines an API that must be implemented by extensions that
wish to push changes processed by the Synchronization Server to an arbitrary
destination.
- SyncDestination() - Constructor for class com.unboundid.directory.sdk.sync.api.SyncDestination
-
Creates a new instance of this notification destination.
- SyncDestinationConfig - Interface in com.unboundid.directory.sdk.sync.config
-
This interface defines a set of methods that may be used to obtain
information about the general configuration for a generic Sync Destination.
- SynchronizationServerExtension - Annotation Type in com.unboundid.directory.sdk.sync.internal
-
This annotation type may be used to indicate that the marked class represents
an API that can be used to create an extension for use in the Synchronization
Server (which may also be referred to as the Data Sync Server).
- SyncOperation - Interface in com.unboundid.directory.sdk.sync.types
-
This interface represents a single synchronized change from the Sync
Source to the Sync Destination.
- SyncOperationType - Enum in com.unboundid.directory.sdk.sync.types
-
The type of a Sync Operation.
- SyncPipePlugin - Class in com.unboundid.directory.sdk.sync.api
-
This class defines an API that must be implemented by extensions that
perform processing on synchronization operations within the Sync Pipe.
- SyncPipePlugin() - Constructor for class com.unboundid.directory.sdk.sync.api.SyncPipePlugin
-
Creates a new instance of this sync pipe plugin.
- SyncPipePluginConfig - Interface in com.unboundid.directory.sdk.sync.config
-
This interface defines a set of methods that may be used to obtain
information about the general configuration of a sync pipe plugin.
- SyncServerContext - Interface in com.unboundid.directory.sdk.sync.types
-
This interface may be used to obtain information about the Synchronization
Server in which an extension is running.
- SyncSource - Class in com.unboundid.directory.sdk.sync.api
-
This class defines an API that must be implemented by extensions in order to
synchronize data from a generic (non-LDAP and non-JDBC) endpoint.
- SyncSource() - Constructor for class com.unboundid.directory.sdk.sync.api.SyncSource
-
Creates a new instance of this Sync Source.
- SyncSourceConfig - Interface in com.unboundid.directory.sdk.sync.config
-
This interface defines a set of methods that may be used to obtain
information about the general configuration for a generic Sync Source.