Modifier and Type | Method and Description |
---|---|
AuthenticationFlowError |
AuthenticationProcessor.Result.getError() |
AuthenticationFlowError |
AuthenticationFlowException.getError() |
AuthenticationFlowError |
AbstractAuthenticationFlowContext.getError()
Get the error condition of a failed execution.
|
static AuthenticationFlowError |
AuthenticationFlowError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationFlowError[] |
AuthenticationFlowError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationProcessor.Result.failure(AuthenticationFlowError error) |
void |
AbstractAuthenticationFlowContext.failure(AuthenticationFlowError error)
Aborts the current flow
|
void |
AuthenticationProcessor.Result.failure(AuthenticationFlowError error,
javax.ws.rs.core.Response challenge) |
void |
AbstractAuthenticationFlowContext.failure(AuthenticationFlowError error,
javax.ws.rs.core.Response response)
Aborts the current flow.
|
void |
AuthenticationProcessor.Result.failureChallenge(AuthenticationFlowError error,
javax.ws.rs.core.Response challenge) |
void |
AbstractAuthenticationFlowContext.failureChallenge(AuthenticationFlowError error,
javax.ws.rs.core.Response challenge)
Same behavior as forceChallenge(), but the error count in brute force attack detection will be incremented.
|
Constructor and Description |
---|
AuthenticationFlowException(AuthenticationFlowError error) |
AuthenticationFlowException(AuthenticationFlowError error,
javax.ws.rs.core.Response response) |
AuthenticationFlowException(String message,
AuthenticationFlowError error) |
AuthenticationFlowException(String message,
Throwable cause,
AuthenticationFlowError error) |
AuthenticationFlowException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
AuthenticationFlowError error) |
AuthenticationFlowException(Throwable cause,
AuthenticationFlowError error) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractIdpAuthenticator.sendFailureChallenge(AuthenticationFlowContext context,
javax.ws.rs.core.Response.Status status,
String eventError,
String errorMessage,
AuthenticationFlowError flowError) |
Modifier and Type | Method and Description |
---|---|
protected javax.ws.rs.core.Response |
AbstractUsernameFormAuthenticator.setDuplicateUserChallenge(AuthenticationFlowContext context,
String eventError,
String loginFormError,
AuthenticationFlowError authenticatorError) |
Modifier and Type | Method and Description |
---|---|
protected javax.ws.rs.core.Response |
BasicAuthAuthenticator.setDuplicateUserChallenge(AuthenticationFlowContext context,
String eventError,
String loginFormError,
AuthenticationFlowError authenticatorError) |
Modifier and Type | Method and Description |
---|---|
protected javax.ws.rs.core.Response |
CliUsernamePasswordAuthenticator.setDuplicateUserChallenge(AuthenticationFlowContext context,
String eventError,
String loginFormError,
AuthenticationFlowError authenticatorError) |
Modifier and Type | Method and Description |
---|---|
protected javax.ws.rs.core.Response |
ConsoleUsernamePasswordAuthenticator.setDuplicateUserChallenge(AuthenticationFlowContext context,
String eventError,
String loginFormError,
AuthenticationFlowError authenticatorError) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.