Enum Class LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy

java.lang.Object
java.lang.Enum<LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy>
org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy
All Implemented Interfaces:
Serializable, Comparable<LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy>, java.lang.constant.Constable
Enclosing class:
LdapPassThroughAuthenticationPolicyCfgDefn

public static enum LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy extends Enum<LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy>
Defines the set of permissible values for the "mapping-policy" property.

Specifies the mapping algorithm for obtaining the bind DN from the user's entry.

  • Enum Constant Details

    • MAPPED_BIND

      Bind to the remote LDAP directory service using a DN obtained from an attribute in the user's entry. This policy will check each attribute named in the "mapped-attribute" property. If more than one attribute or value is present then the first one will be used.
    • UNMAPPED

      Bind to the remote LDAP directory service using the DN of the user's entry in this directory server.
  • Method Details