| Enum Constant and Description |
|---|
HASH |
KERBEROS |
LDAP |
NONE |
PAM |
SPNEGO |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
jaasRealm |
| Modifier and Type | Method and Description |
|---|---|
boolean |
needToCheckUserName() |
static LoginType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LoginType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoginType NONE
public static final LoginType HASH
public static final LoginType LDAP
public static final LoginType KERBEROS
public static final LoginType SPNEGO
public static final LoginType PAM
public static LoginType[] values()
for (LoginType c : LoginType.values()) System.out.println(c);
public static LoginType 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 nullpublic boolean needToCheckUserName()