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