Uses of Class
org.opends.server.api.IdentityMapper
Package
Description
Contains a number of API declarations for use throughout the Directory Server.
Contains various classes that comprise the core of the Directory Server codebase.
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
-
Uses of IdentityMapper in org.opends.server.api
Modifier and TypeMethodDescriptionstatic Entry
IdentityMapper.getEntryForID
(String id, List<IdentityMapper<?>> identityMappers) Retrieves the user entry that was mapped to the provided identification string from a list ofIdentityMapper
s. -
Uses of IdentityMapper in org.opends.server.core
Modifier and TypeMethodDescriptionDirectoryServer.getIdentityMapper
(Dn configEntryDN) ServerContext.getIdentityMapper
(Dn configEntryDN) Retrieves the Directory Server identity mapper whose configuration resides in the specified configuration entry.Modifier and TypeMethodDescriptionList<IdentityMapper<?>>
DirectoryServer.getIdentityMappers
(Collection<Dn> configEntriesDNs) List<IdentityMapper<?>>
ServerContext.getIdentityMappers
(Collection<Dn> configEntriesDNs) Retrieves the Directory Server identity mappers whose configurations reside in the specified configuration entries.List<IdentityMapper<?>>
DirectoryServer.getProxiedAuthorizationIdentityMappers()
List<IdentityMapper<?>>
ServerContext.getProxiedAuthorizationIdentityMappers()
Retrieves the identity mappers that should be used to resolve authorization IDs contained in proxied authorization V2 controls.Modifier and TypeMethodDescriptionvoid
DirectoryServer.registerIdentityMapper
(Dn configEntryDN, IdentityMapper<?> identityMapper) void
ServerContext.registerIdentityMapper
(Dn configEntryDN, IdentityMapper<?> identityMapper) Registers the provided identity mapper for use with the Directory Server. -
Uses of IdentityMapper in org.opends.server.extensions
Modifier and TypeClassDescriptionfinal class
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.final class
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.