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 ConcurrentMap<DN,IdentityMapper> |
DirectoryServer.getIdentityMappers()
Retrieves the set of identity mappers defined in the Directory Server
configuration, as a mapping between the DN of the configuration entry and
the identity mapper.
|
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-2016 ForgeRock AS. All Rights Reserved.