public static enum SilentParamsAuthenticationHandler.SilentParamsAuthState extends java.lang.Enum<SilentParamsAuthenticationHandler.SilentParamsAuthState>
Enum Constant and Description |
---|
FAILED_INVALID_SILENT_PARAMS
Silent params were received but were invalid and could not be used to set the loggedMember.
|
LOGGED_WITH_SILENTPARAMS
Silent params were received and were valided and used to set the loggedMember.
|
SKIPPED_ALREADY_LOGGED
Member is already logged in current context, SilentParams auth was skipped for current request.
|
SKIPPED_DISABLED
SilentParams is disabled and was skipped for current request.
|
SKIPPED_NO_SILENT_PARAMS
SilentParams was skipped as no params could be found.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isSet(AuthenticationContext ctxt)
Check if this state was set for the specified AuthenticationContext
|
static SilentParamsAuthenticationHandler.SilentParamsAuthState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SilentParamsAuthenticationHandler.SilentParamsAuthState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SilentParamsAuthenticationHandler.SilentParamsAuthState SKIPPED_DISABLED
public static final SilentParamsAuthenticationHandler.SilentParamsAuthState SKIPPED_NO_SILENT_PARAMS
public static final SilentParamsAuthenticationHandler.SilentParamsAuthState SKIPPED_ALREADY_LOGGED
public static final SilentParamsAuthenticationHandler.SilentParamsAuthState FAILED_INVALID_SILENT_PARAMS
public static final SilentParamsAuthenticationHandler.SilentParamsAuthState LOGGED_WITH_SILENTPARAMS
public static SilentParamsAuthenticationHandler.SilentParamsAuthState[] values()
for (SilentParamsAuthenticationHandler.SilentParamsAuthState c : SilentParamsAuthenticationHandler.SilentParamsAuthState.values()) System.out.println(c);
public static SilentParamsAuthenticationHandler.SilentParamsAuthState 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 nullpublic boolean isSet(AuthenticationContext ctxt)
ctxt
- the AuthenticationContext in which to check stateCopyright © 2001-2021 Jalios SA. All Rights Reserved.