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-2016 ForgeRock AS. All Rights Reserved.