public static enum LdapAuthenticationProperties.AuthenticationTypes extends java.lang.Enum<LdapAuthenticationProperties.AuthenticationTypes>
| Enum Constant and Description |
|---|
AD
Active Directory.
|
ANONYMOUS
Anonymous Search.
|
AUTHENTICATED
Authenticated Search.
|
DIRECT
Direct Bind.
|
SASL
SASL bind search.
|
| Modifier and Type | Method and Description |
|---|---|
static LdapAuthenticationProperties.AuthenticationTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LdapAuthenticationProperties.AuthenticationTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LdapAuthenticationProperties.AuthenticationTypes AD
public static final LdapAuthenticationProperties.AuthenticationTypes AUTHENTICATED
public static final LdapAuthenticationProperties.AuthenticationTypes DIRECT
public static final LdapAuthenticationProperties.AuthenticationTypes ANONYMOUS
public static final LdapAuthenticationProperties.AuthenticationTypes SASL
public static LdapAuthenticationProperties.AuthenticationTypes[] values()
for (LdapAuthenticationProperties.AuthenticationTypes c : LdapAuthenticationProperties.AuthenticationTypes.values()) System.out.println(c);
public static LdapAuthenticationProperties.AuthenticationTypes valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2017. All Rights Reserved.