| AbstractAuthenticationFlowContext |
|
| AuthenticationFlowContext |
This interface encapsulates information about an execution in an AuthenticationFlow.
|
| AuthenticationFlowError |
Set of error codes that can be thrown by an Authenticator, FormAuthenticator, or FormAction
|
| AuthenticationFlowException |
Throw this exception from an Authenticator, FormAuthenticator, or FormAction if you want to completely abort the flow.
|
| AuthenticationSelectionOption |
|
| Authenticator |
This interface is for users that want to add custom authenticators to an authentication flow.
|
| ClientAuthenticationFlowContext |
Encapsulates information about the execution in ClientAuthenticationFlow
|
| ClientAuthenticator |
This interface is for users that want to add custom client authenticators to an authentication flow.
|
| ConfigurableAuthenticatorFactory |
|
| ConsoleDisplayMode |
This class encapsulates a proprietary HTTP challenge protocol designed by keycloak team which is used by text-based console
clients to dynamically render and prompt for information in a textual manner.
|
| ConsoleDisplayMode.HeaderBuilder |
|
| ConsoleDisplayMode.HeaderBuilder.ParamBuilder |
|
| FlowStatus |
Status of an execution/authenticator in a Authentication Flow
|
| FormContext |
Interface that encapsulates the current state of the current form being executed
|
| InitiatedActionSupport |
|
| RequiredActionContext |
Interface that encapsulates current information about the current requred action
|
| RequiredActionContext.KcActionStatus |
|
| RequiredActionContext.Status |
|
| RequiredActionFactory |
You must specify a file
META-INF/services/org.keycloak.authentication.RequiredActionFactory in the jar that this class is contained in
This file must have the fully qualified class name of all your RequiredActionFactory classes
|
| RequiredActionProvider |
RequiredAction provider.
|
| ValidationContext |
Interface that encapsulates the current validation that is being performed.
|