Uses of Interface
org.keycloak.authentication.actiontoken.ActionTokenHandler
-
-
Uses of ActionTokenHandler in org.keycloak.authentication.actiontoken
Classes in org.keycloak.authentication.actiontoken that implement ActionTokenHandler Modifier and Type Class Description class
AbstractActionTokenHandler<T extends JsonWebToken>
Methods in org.keycloak.authentication.actiontoken that return ActionTokenHandler Modifier and Type Method Description ActionTokenHandler<T>
AbstractActionTokenHandler. create(KeycloakSession session)
ActionTokenHandler<T>
ActionTokenContext. getHandler()
Constructors in org.keycloak.authentication.actiontoken with parameters of type ActionTokenHandler Constructor Description ActionTokenContext(KeycloakSession session, RealmModel realm, javax.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 Modifier and Type Class Description class
ExecuteActionsActionTokenHandler
-
Uses of ActionTokenHandler in org.keycloak.authentication.actiontoken.idpverifyemail
Classes in org.keycloak.authentication.actiontoken.idpverifyemail that implement ActionTokenHandler Modifier and Type Class Description class
IdpVerifyAccountLinkActionTokenHandler
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 Modifier and Type Class Description class
ResetCredentialsActionTokenHandler
-
Uses of ActionTokenHandler in org.keycloak.authentication.actiontoken.updateemail
Classes in org.keycloak.authentication.actiontoken.updateemail that implement ActionTokenHandler Modifier and Type Class Description class
UpdateEmailActionTokenHandler
-
Uses of ActionTokenHandler in org.keycloak.authentication.actiontoken.verifyemail
Classes in org.keycloak.authentication.actiontoken.verifyemail that implement ActionTokenHandler Modifier and Type Class Description class
VerifyEmailActionTokenHandler
Action token handler for verification of e-mail address.
-