public static enum LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy extends Enum<LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy>
Specifies the mapping algorithm for obtaining the bind DN from the user's entry.
Enum Constant and Description |
---|
MAPPED_BIND
Bind to the remote LDAP directory service using a DN obtained
from an attribute in the user's entry.
|
MAPPED_SEARCH
Bind to the remote LDAP directory service using the DN of an
entry obtained using a search against the remote LDAP directory
service.
|
UNMAPPED
Bind to the remote LDAP directory service using the DN of the
user's entry in this directory server.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy MAPPED_BIND
public static final LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy MAPPED_SEARCH
public static final LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy UNMAPPED
public static LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy[] values()
for (LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy c : LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy.values()) System.out.println(c);
public static LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy>
Copyright 2010-2018 ForgeRock AS.