Package org.keycloak.authentication
package org.keycloak.authentication
-
ClassDescriptionAbstract helper class that Authenticator implementations can leverageCallback to be triggered during various lifecycle events of authentication flow.Factory to create
AuthenticationFlowCallback
instances.This interface encapsulates information about an execution in an AuthenticationFlow.Set of error codes that can be thrown by an Authenticator, FormAuthenticator, or FormActionThrow this exception from an Authenticator, FormAuthenticator, or FormAction if you want to completely abort the flow.This interface is for users that want to add custom authenticators to an authentication flow.Factory for creating Authenticator instances.Encapsulates information about the execution in ClientAuthenticationFlowThis interface is for users that want to add custom client authenticators to an authentication flow.Factory for creating ClientAuthenticator instances.Marking any required action implementation, that is supposed to work with user credentialsMarking implementation of the action, which is able to register credential of the particular typeCredentialValidator<T extends CredentialProvider>Status of an execution/authenticator in a Authentication FlowThrown internally when authenticator wants to fork the current flow.Fine grain processing of a form.Factory for instantiating FormAction objects.This class is responsible for rendering a form.Factory for instantiating FormAuthenticators.Interface that encapsulates the current state of the current form being executedInterface that encapsulates information about the current required actionFactory interface forRequiredActionProvider's
.RequiredAction provider.Interface that encapsulates the current validation that is being performed.