public static enum EnableCasClient.ValidationType extends java.lang.Enum<EnableCasClient.ValidationType>
| Modifier and Type | Method and Description |
|---|---|
static EnableCasClient.ValidationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnableCasClient.ValidationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnableCasClient.ValidationType CAS
public static final EnableCasClient.ValidationType SAML
public static EnableCasClient.ValidationType[] values()
for (EnableCasClient.ValidationType c : EnableCasClient.ValidationType.values()) System.out.println(c);
public static EnableCasClient.ValidationType 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 null