Package | Description |
---|---|
org.keycloak.authentication |
Modifier and Type | Class and Description |
---|---|
class |
ForkFlowException
Thrown internally when authenticator wants to fork the current flow.
|
Modifier and Type | Method and Description |
---|---|
List<AuthenticationFlowException> |
AuthenticationFlowException.getAfeList() |
List<AuthenticationFlowException> |
DefaultAuthenticationFlow.getFlowExceptions() |
default List<AuthenticationFlowException> |
AuthenticationFlow.getFlowExceptions() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AuthenticationProcessor.handleBrowserExceptionList(AuthenticationFlowException e) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AuthenticationProcessor.authenticate() |
javax.ws.rs.core.Response |
AuthenticationProcessor.authenticateClient() |
javax.ws.rs.core.Response |
AuthenticationProcessor.authenticateOnly() |
Constructor and Description |
---|
AuthenticationFlowException(List<AuthenticationFlowException> afeList) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.