Uses of Interface
org.keycloak.models.SingleUseObjectKeyModel
-
-
Uses of SingleUseObjectKeyModel in org.keycloak.authentication.actiontoken
Classes in org.keycloak.authentication.actiontoken that implement SingleUseObjectKeyModel Modifier and Type Class Description class
DefaultActionToken
Part of action token that is intended to be used e.g. -
Uses of SingleUseObjectKeyModel in org.keycloak.authentication.actiontoken.execactions
Classes in org.keycloak.authentication.actiontoken.execactions that implement SingleUseObjectKeyModel Modifier and Type Class Description class
ExecuteActionsActionToken
-
Uses of SingleUseObjectKeyModel in org.keycloak.authentication.actiontoken.idpverifyemail
Classes in org.keycloak.authentication.actiontoken.idpverifyemail that implement SingleUseObjectKeyModel Modifier and Type Class Description class
IdpVerifyAccountLinkActionToken
Representation of a token that represents a time-limited verify e-mail action. -
Uses of SingleUseObjectKeyModel in org.keycloak.authentication.actiontoken.resetcred
Classes in org.keycloak.authentication.actiontoken.resetcred that implement SingleUseObjectKeyModel Modifier and Type Class Description class
ResetCredentialsActionToken
Representation of a token that represents a time-limited reset credentials action. -
Uses of SingleUseObjectKeyModel in org.keycloak.authentication.actiontoken.updateemail
Classes in org.keycloak.authentication.actiontoken.updateemail that implement SingleUseObjectKeyModel Modifier and Type Class Description class
UpdateEmailActionToken
-
Uses of SingleUseObjectKeyModel in org.keycloak.authentication.actiontoken.verifyemail
Classes in org.keycloak.authentication.actiontoken.verifyemail that implement SingleUseObjectKeyModel Modifier and Type Class Description class
VerifyEmailActionToken
Representation of a token that represents a time-limited verify e-mail action. -
Uses of SingleUseObjectKeyModel in org.keycloak.models
Classes in org.keycloak.models that implement SingleUseObjectKeyModel Modifier and Type Class Description class
DefaultActionTokenKey
-
Uses of SingleUseObjectKeyModel in org.keycloak.services.resources
Methods in org.keycloak.services.resources with type parameters of type SingleUseObjectKeyModel Modifier and Type Method Description static <T extends JsonWebToken & SingleUseObjectKeyModel>
voidLoginActionsServiceChecks. checkIsUserValid(T token, ActionTokenContext<T> context)
Verifies whether the user given by ID both exists in the current realm.static <T extends JsonWebToken & SingleUseObjectKeyModel>
voidLoginActionsServiceChecks. checkTokenWasNotUsedYet(T token, ActionTokenContext<T> context)
protected <T extends JsonWebToken & SingleUseObjectKeyModel>
javax.ws.rs.core.ResponseLoginActionsService. handleActionToken(String tokenString, String execution, String clientId, String tabId)
-