Package | Description |
---|---|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.crypto |
This package implements the Directory Server cryptographic framework, which is described in the
CrytpoManager design document.
|
org.opends.server.extensions |
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
|
Modifier and Type | Method and Description |
---|---|
static ExtendedOperationHandler<?> |
DirectoryServer.getExtendedOperationHandler(String oid)
Retrieves the handler for the extended operation for the provided OID.
|
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryServer.registerSupportedExtension(String oid,
ExtendedOperationHandler<?> handler)
Registers the provided extended operation handler with the Directory Server.
|
Modifier and Type | Class and Description |
---|---|
class |
GetSymmetricKeyExtendedOperation
This class implements the get symmetric key extended operation, an OpenDS proprietary extension used for distribution
of symmetric keys amongst servers.
|
Modifier and Type | Class and Description |
---|---|
class |
CancelExtendedOperation
This class implements the LDAP cancel extended operation defined in RFC 3909.
|
class |
GetConnectionIDExtendedOperation
This class implements the "Get Connection ID" extended operation that can be used to get the connection ID of the
associated client connection.
|
class |
PasswordModifyExtendedOperation
This class implements the password modify extended operation defined in RFC 3062.
|
class |
PasswordPolicyStateExtendedOperation
This class implements an LDAP extended operation that can be used to query and update elements of the Directory
Server password policy state for a given user.
|
class |
StartTLSExtendedOperation
This class provides an implementation of the StartTLS extended operation as defined in RFC 2830.
|
class |
WhoAmIExtendedOperation
This class implements the "Who Am I?" extended operation defined in RFC 4532.
|
Copyright 2010-2022 ForgeRock AS.