public enum ESAuthenticationControlType extends Enum<ESAuthenticationControlType>
ESAuthenticationControlTypes.| Enum Constant and Description |
|---|
ldap
A verifier that uses LDAP for authentication.
|
model
A verifier that uses the password attribute of an
ACUser for authentication. |
spfv
A verifier that uses a simple property file for authentication.
|
| Modifier and Type | Method and Description |
|---|---|
static ESAuthenticationControlType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ESAuthenticationControlType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ESAuthenticationControlType spfv
public static final ESAuthenticationControlType ldap
public static final ESAuthenticationControlType model
ACUser for authentication.public static ESAuthenticationControlType[] values()
for (ESAuthenticationControlType c : ESAuthenticationControlType.values()) System.out.println(c);
public static ESAuthenticationControlType 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 nullCopyright © 2017. All rights reserved.