Uses of Interface
org.keycloak.models.SingleUseObjectKeyModel
Packages that use SingleUseObjectKeyModel
Package
Description
-
Uses of SingleUseObjectKeyModel in org.keycloak.authentication.actiontoken
Classes in org.keycloak.authentication.actiontoken that implement SingleUseObjectKeyModelModifier and TypeClassDescriptionclass
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 -
Uses of SingleUseObjectKeyModel in org.keycloak.authentication.actiontoken.idpverifyemail
Classes in org.keycloak.authentication.actiontoken.idpverifyemail that implement SingleUseObjectKeyModelModifier and TypeClassDescriptionclass
Representation of a token that represents a time-limited verify e-mail action. -
Uses of SingleUseObjectKeyModel in org.keycloak.authentication.actiontoken.inviteorg
Classes in org.keycloak.authentication.actiontoken.inviteorg that implement SingleUseObjectKeyModelModifier and TypeClassDescriptionclass
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 SingleUseObjectKeyModelModifier and TypeClassDescriptionclass
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 -
Uses of SingleUseObjectKeyModel in org.keycloak.authentication.actiontoken.verifyemail
Classes in org.keycloak.authentication.actiontoken.verifyemail that implement SingleUseObjectKeyModelModifier and TypeClassDescriptionclass
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 -
Uses of SingleUseObjectKeyModel in org.keycloak.services.resources
Methods in org.keycloak.services.resources with type parameters of type SingleUseObjectKeyModelModifier and TypeMethodDescriptionstatic <T extends JsonWebToken & SingleUseObjectKeyModel>
voidLoginActionsServiceChecks.checkIsUserValid
(T token, ActionTokenContext<T> context, EventBuilder event) 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>
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)