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