Class ExactMatchIdentityMapper

java.lang.Object
org.opends.server.api.IdentityMapper<ExactMatchIdentityMapperCfg>
org.opends.server.extensions.ExactMatchIdentityMapper
All Implemented Interfaces:
ConfigurationChangeListener<ExactMatchIdentityMapperCfg>

public final class ExactMatchIdentityMapper extends IdentityMapper<ExactMatchIdentityMapperCfg> implements ConfigurationChangeListener<ExactMatchIdentityMapperCfg>
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. This mapper may be configured to look in one or more attributes using zero or more search bases. In order for the mapping to be established properly, exactly one entry must have an attribute that exactly matches (according to the equality matching rule associated with that attribute) the ID value.
  • Constructor Details

    • ExactMatchIdentityMapper

      public ExactMatchIdentityMapper()
      Creates a new instance of this exact match identity mapper. All initialization should be performed in the initializeIdentityMapper method.
  • Method Details