Uses of Interface
org.keycloak.authentication.actiontoken.ActionTokenHandler
Packages that use ActionTokenHandler
Package
Description
-
Uses of ActionTokenHandler in org.keycloak.authentication.actiontoken
Classes in org.keycloak.authentication.actiontoken that implement ActionTokenHandlerMethods in org.keycloak.authentication.actiontoken that return ActionTokenHandlerModifier and TypeMethodDescriptionAbstractActionTokenHandler.create
(KeycloakSession session) ActionTokenContext.getHandler()
Constructors in org.keycloak.authentication.actiontoken with parameters of type ActionTokenHandlerModifierConstructorDescriptionActionTokenContext
(KeycloakSession session, RealmModel realm, jakarta.ws.rs.core.UriInfo uriInfo, ClientConnection clientConnection, HttpRequest request, EventBuilder event, ActionTokenHandler<T> handler, String executionId, ActionTokenContext.ProcessAuthenticateFlow processFlow, ActionTokenContext.ProcessBrokerFlow processBrokerFlow) -
Uses of ActionTokenHandler in org.keycloak.authentication.actiontoken.execactions
Classes in org.keycloak.authentication.actiontoken.execactions that implement ActionTokenHandler -
Uses of ActionTokenHandler in org.keycloak.authentication.actiontoken.idpverifyemail
Classes in org.keycloak.authentication.actiontoken.idpverifyemail that implement ActionTokenHandlerModifier and TypeClassDescriptionclass
Action token handler for verification of e-mail address. -
Uses of ActionTokenHandler in org.keycloak.authentication.actiontoken.resetcred
Classes in org.keycloak.authentication.actiontoken.resetcred that implement ActionTokenHandler -
Uses of ActionTokenHandler in org.keycloak.authentication.actiontoken.updateemail
Classes in org.keycloak.authentication.actiontoken.updateemail that implement ActionTokenHandler -
Uses of ActionTokenHandler in org.keycloak.authentication.actiontoken.verifyemail
Classes in org.keycloak.authentication.actiontoken.verifyemail that implement ActionTokenHandlerModifier and TypeClassDescriptionclass
Action token handler for verification of e-mail address.