Class RegularExpressionIdentityMapper

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

public final class RegularExpressionIdentityMapper extends IdentityMapper<RegularExpressionIdentityMapperCfg> implements ConfigurationChangeListener<RegularExpressionIdentityMapperCfg>
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. 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 processed ID value.