Uses of Interface
org.keycloak.authentication.actiontoken.ActionTokenHandlerFactory
-
-
Uses of ActionTokenHandlerFactory in org.keycloak.authentication.actiontoken
Classes in org.keycloak.authentication.actiontoken that implement ActionTokenHandlerFactory Modifier and Type Class Description class
AbstractActionTokenHandler<T extends JsonWebToken>
-
Uses of ActionTokenHandlerFactory in org.keycloak.authentication.actiontoken.execactions
Classes in org.keycloak.authentication.actiontoken.execactions that implement ActionTokenHandlerFactory Modifier and Type Class Description class
ExecuteActionsActionTokenHandler
-
Uses of ActionTokenHandlerFactory in org.keycloak.authentication.actiontoken.idpverifyemail
Classes in org.keycloak.authentication.actiontoken.idpverifyemail that implement ActionTokenHandlerFactory Modifier and Type Class Description class
IdpVerifyAccountLinkActionTokenHandler
Action token handler for verification of e-mail address. -
Uses of ActionTokenHandlerFactory in org.keycloak.authentication.actiontoken.resetcred
Classes in org.keycloak.authentication.actiontoken.resetcred that implement ActionTokenHandlerFactory Modifier and Type Class Description class
ResetCredentialsActionTokenHandler
-
Uses of ActionTokenHandlerFactory in org.keycloak.authentication.actiontoken.updateemail
Classes in org.keycloak.authentication.actiontoken.updateemail that implement ActionTokenHandlerFactory Modifier and Type Class Description class
UpdateEmailActionTokenHandler
-
Uses of ActionTokenHandlerFactory in org.keycloak.authentication.actiontoken.verifyemail
Classes in org.keycloak.authentication.actiontoken.verifyemail that implement ActionTokenHandlerFactory Modifier and Type Class Description class
VerifyEmailActionTokenHandler
Action token handler for verification of e-mail address.
-