See: Description
Interface | Description |
---|---|
MoveSubtreeListener |
This interface defines an API that may be implemented by classes which wish
to be notified of processing performed in the course of moving a subtree
between servers.
|
Class | Description |
---|---|
AlarmEntry |
This class provides a data structure for representing an administrative entry
as exposed by the alarms backend in the Directory Server.
|
AlertEntry |
This class provides a data structure for representing an administrative entry
as exposed by the alerts backend in the Directory Server.
|
ChangeLogEntryAttributeExceededMaxValuesCount |
This class provides a data structure for holding information read from a
value of the ds-changelog-attr-exceeded-max-values-count attribute.
|
DeliverOneTimePassword |
This class provides a utility that may be used to request that the Directory
Server deliver a one-time password to a user through some out-of-band
mechanism.
|
DeliverPasswordResetToken |
This class provides a utility that may be used to request that the Directory
Server deliver a single-use password reset token to a user through some
out-of-band mechanism.
|
Launcher |
This class provides an entry point that may be used to launch other tools
provided as part of the LDAP SDK.
|
MoveSubtree |
This class provides a utility that may be used to move a single entry or a
small subtree of entries from one server to another.
|
MoveSubtreeResult |
This class provides a data structure that holds information about the result
of a move subtree operation.
|
OneTimePassword |
This class provides support for a number of one-time password algorithms.
|
RegisterYubiKeyOTPDevice |
This class provides a utility that may be used to register a YubiKey OTP
device for a specified user so that it may be used to authenticate that user.
|
ReusableTOTPBindRequest |
This class provides an implementation of the UNBOUNDID-TOTP SASL bind request
that may be used to repeatedly generate one-time password values.
|
SingleUseTOTPBindRequest |
This class provides an implementation of the UNBOUNDID-TOTP SASL bind request
that contains a point-in-time version of the one-time password and can be
used for a single bind but is not suitable for repeated use.
|
SoftDeletedEntry |
This class provides a data structure for representing information about a
soft-deleted entry, which results from a soft delete operation that has
caused the entry to be hidden so that it is not accessible to clients under
normal circumstances, rather than causing the entry to be completely removed
from the server.
|
UnboundIDCertificatePlusPasswordBindRequest |
This class provides support for an UnboundID-proprietary SASL mechanism that
provides multifactor authentication using the combination of a client
certificate (presented during SSL/TLS negotiation) and a static password.
|
UnboundIDChangeLogEntry |
This class provides an implementation of a changelog entry which provides
support for all standard changelog entry attributes as well as those unique
to the Ping Identity, UnboundID, and Alcatel-Lucent 8661 Directory Server.
|
UnboundIDDeliveredOTPBindRequest |
This class provides support for an UnboundID-proprietary SASL mechanism that
allows for multifactor authentication using a one-time password that has been
delivered to the user via some out-of-band mechanism as triggered by the
DeliverOneTimePasswordExtendedRequest (which requires the user to
provide an authentication ID and a static password). |
UnboundIDExternallyProcessedAuthenticationBindRequest |
This class provides support for an UnboundID-proprietary SASL mechanism that
may be used to indicate that a user has attempted authentication, whether
successfully or not, through some mechanism that is external to the Directory
Server.
|
UnboundIDRootDSE |
This class provides an enhanced implementation of the
RootDSE class
that provides access to additional attributes that may be included in the
root DSE of a Ping Identity, UnboundID, or Alcatel-Lucent 8661 server. |
UnboundIDTOTPBindRequest |
This class provides support for an UnboundID-proprietary SASL mechanism that
uses the time-based one-time password mechanism (TOTP) as described in
RFC 6238, optionally (based
on the server configuration) in conjunction with a static password for a form
of multifactor authentication.
|
UnboundIDYubiKeyOTPBindRequest |
This class provides an implementation of a SASL bind request that may be used
to authenticate to a Directory Server using the UNBOUNDID-YUBIKEY-OTP
mechanism.
|
Enum | Description |
---|---|
AlarmSeverity |
This class provides information about the types of alarm severities that may
be included in alarm entries.
|
AlertSeverity |
This class provides information about the types of alert severities that may
be included in alert entries.
|
Exception | Description |
---|---|
ChangeLogEntryAttributeExceededMaxValuesException |
This class provides an exception that may be thrown when attempting to obtain
the value of an updated attribute as it appeared before or after a change
was processed, but the number of values for that attribute exceeded the
maximum number to include in a changelog entry.
|
NOTE: The classes within this package, and elsewhere within the
com.unboundid.ldap.sdk.unboundidds
package structure, are only
supported for use against Ping Identity, UnboundID, and Alcatel-Lucent 8661
server products. These classes provide support for proprietary
functionality or for external specifications that are not considered stable
or mature enough to be guaranteed to work in an interoperable way with
other types of LDAP servers.