Uses of Interface
org.keycloak.models.SingleUseObjectKeyModel
Package
Description
-
Uses of SingleUseObjectKeyModel in org.keycloak.authentication.actiontoken
Modifier and TypeClassDescriptionclass
Part of action token that is intended to be used e.g. -
Uses of SingleUseObjectKeyModel in org.keycloak.authentication.actiontoken.execactions
-
Uses of SingleUseObjectKeyModel in org.keycloak.authentication.actiontoken.idpverifyemail
Modifier and TypeClassDescriptionclass
Representation of a token that represents a time-limited verify e-mail action. -
Uses of SingleUseObjectKeyModel in org.keycloak.authentication.actiontoken.inviteorg
Modifier and TypeClassDescriptionclass
Representation of a token that represents a time-limited verify e-mail action. -
Uses of SingleUseObjectKeyModel in org.keycloak.authentication.actiontoken.resetcred
Modifier and TypeClassDescriptionclass
Representation of a token that represents a time-limited reset credentials action. -
Uses of SingleUseObjectKeyModel in org.keycloak.authentication.actiontoken.updateemail
-
Uses of SingleUseObjectKeyModel in org.keycloak.authentication.actiontoken.verifyemail
Modifier and TypeClassDescriptionclass
Representation of a token that represents a time-limited verify e-mail action. -
Uses of SingleUseObjectKeyModel in org.keycloak.models
-
Uses of SingleUseObjectKeyModel in org.keycloak.services.resources
Modifier 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)