Uses of Interface
org.keycloak.authentication.actiontoken.ActionTokenHandler
Package
Description
-
Uses of ActionTokenHandler in org.keycloak.authentication.actiontoken
Modifier and TypeMethodDescriptionAbstractActionTokenHandler.create
(KeycloakSession session) ActionTokenContext.getHandler()
ModifierConstructorDescriptionActionTokenContext
(KeycloakSession session, RealmModel realm, jakarta.ws.rs.core.UriInfo uriInfo, ClientConnection clientConnection, HttpRequest request, EventBuilder event, ActionTokenHandler<T> handler, String executionId, String clientData, ActionTokenContext.ProcessAuthenticateFlow processFlow, ActionTokenContext.ProcessBrokerFlow processBrokerFlow) -
Uses of ActionTokenHandler in org.keycloak.authentication.actiontoken.execactions
-
Uses of ActionTokenHandler in org.keycloak.authentication.actiontoken.idpverifyemail
Modifier and TypeClassDescriptionclass
Action token handler for verification of e-mail address. -
Uses of ActionTokenHandler in org.keycloak.authentication.actiontoken.inviteorg
Modifier and TypeClassDescriptionclass
Action token handler for handling invitation of an existing user to an organization. -
Uses of ActionTokenHandler in org.keycloak.authentication.actiontoken.resetcred
-
Uses of ActionTokenHandler in org.keycloak.authentication.actiontoken.updateemail
-
Uses of ActionTokenHandler in org.keycloak.authentication.actiontoken.verifyemail
Modifier and TypeClassDescriptionclass
Action token handler for verification of e-mail address. -
Uses of ActionTokenHandler in org.keycloak.services.resources
Modifier and TypeMethodDescriptionprotected <T extends JsonWebToken & SingleUseObjectKeyModel>
jakarta.ws.rs.core.ResponseLoginActionsService.handleActionToken
(String tokenString, String execution, String clientId, String tabId, String clientData, TriFunction<ActionTokenHandler<T>, T, ActionTokenContext<T>, jakarta.ws.rs.core.Response> preHandleToken)