public static enum MultiFactorAuthenticationSupportingWebApplicationService.AuthenticationMethodSource extends Enum<MultiFactorAuthenticationSupportingWebApplicationService.AuthenticationMethodSource>
| Enum Constant and Description |
|---|
PRINCIPAL_ATTRIBUTE
Sourced from principal attribute.
|
REGISTERED_SERVICE_DEFINITION
Sourced from registered service attribute.
|
REQUEST_PARAM
Sourced from HTTP request param.
|
| Modifier and Type | Method and Description |
|---|---|
static MultiFactorAuthenticationSupportingWebApplicationService.AuthenticationMethodSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiFactorAuthenticationSupportingWebApplicationService.AuthenticationMethodSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultiFactorAuthenticationSupportingWebApplicationService.AuthenticationMethodSource REGISTERED_SERVICE_DEFINITION
public static final MultiFactorAuthenticationSupportingWebApplicationService.AuthenticationMethodSource REQUEST_PARAM
public static final MultiFactorAuthenticationSupportingWebApplicationService.AuthenticationMethodSource PRINCIPAL_ATTRIBUTE
public static MultiFactorAuthenticationSupportingWebApplicationService.AuthenticationMethodSource[] values()
for (MultiFactorAuthenticationSupportingWebApplicationService.AuthenticationMethodSource c : MultiFactorAuthenticationSupportingWebApplicationService.AuthenticationMethodSource.values()) System.out.println(c);
public static MultiFactorAuthenticationSupportingWebApplicationService.AuthenticationMethodSource 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 © 2013-2015 Unicon Inc.. All Rights Reserved.