public static enum AuthenticationModuleAdapter.Methods extends Enum<AuthenticationModuleAdapter.Methods>
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationModuleAdapter.Methods |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationModuleAdapter.Methods[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthenticationModuleAdapter.Methods LOGIN
public static final AuthenticationModuleAdapter.Methods LOGOUT
public static final AuthenticationModuleAdapter.Methods ENROLL
public static AuthenticationModuleAdapter.Methods[] values()
for (AuthenticationModuleAdapter.Methods c : AuthenticationModuleAdapter.Methods.values()) System.out.println(c);
public static AuthenticationModuleAdapter.Methods 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 © 2014 JBoss by Red Hat. All rights reserved.