Package | Description |
---|---|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
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 IdentityMapper<?> |
DirectoryServer.getIdentityMapper(Dn configEntryDN)
Retrieves the Directory Server identity mapper whose configuration resides in the specified configuration entry.
|
static IdentityMapper<?> |
DirectoryServer.getProxiedAuthorizationIdentityMapper()
Retrieves the identity mapper that should be used to resolve authorization IDs contained in proxied authorization
V2 controls.
|
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryServer.registerIdentityMapper(Dn configEntryDN,
IdentityMapper<?> identityMapper)
Registers the provided identity mapper for use with the Directory Server.
|
Modifier and Type | Class and Description |
---|---|
class |
ExactMatchIdentityMapper
This class provides an implementation of a Directory Server identity mapper that looks for the exact value provided
as the ID string to appear in an attribute of a user's entry.
|
class |
RegularExpressionIdentityMapper
This class provides an implementation of a Directory Server identity mapper that uses a regular expression to process
the provided ID string, and then looks for that processed value to appear in an attribute of a user's entry.
|
Modifier and Type | Method and Description |
---|---|
static SASLContext |
SASLContext.createSASLContext(HashMap<String,String> saslProps,
String serverFQDN,
String mechanism,
IdentityMapper<?> identityMapper)
Instantiate a GSSAPI/DIGEST-MD5 SASL context using the specified parameters.
|
Copyright 2010-2022 ForgeRock AS.