Uses of Interface
org.keycloak.models.SingleUseObjectKeyModel
- 
- 
Uses of SingleUseObjectKeyModel in org.keycloak.authentication.actiontokenClasses in org.keycloak.authentication.actiontoken that implement SingleUseObjectKeyModel Modifier and Type Class Description classDefaultActionTokenPart of action token that is intended to be used e.g.
- 
Uses of SingleUseObjectKeyModel in org.keycloak.authentication.actiontoken.execactionsClasses in org.keycloak.authentication.actiontoken.execactions that implement SingleUseObjectKeyModel Modifier and Type Class Description classExecuteActionsActionToken
- 
Uses of SingleUseObjectKeyModel in org.keycloak.authentication.actiontoken.idpverifyemailClasses in org.keycloak.authentication.actiontoken.idpverifyemail that implement SingleUseObjectKeyModel Modifier and Type Class Description classIdpVerifyAccountLinkActionTokenRepresentation of a token that represents a time-limited verify e-mail action.
- 
Uses of SingleUseObjectKeyModel in org.keycloak.authentication.actiontoken.resetcredClasses in org.keycloak.authentication.actiontoken.resetcred that implement SingleUseObjectKeyModel Modifier and Type Class Description classResetCredentialsActionTokenRepresentation of a token that represents a time-limited reset credentials action.
- 
Uses of SingleUseObjectKeyModel in org.keycloak.authentication.actiontoken.updateemailClasses in org.keycloak.authentication.actiontoken.updateemail that implement SingleUseObjectKeyModel Modifier and Type Class Description classUpdateEmailActionToken
- 
Uses of SingleUseObjectKeyModel in org.keycloak.authentication.actiontoken.verifyemailClasses in org.keycloak.authentication.actiontoken.verifyemail that implement SingleUseObjectKeyModel Modifier and Type Class Description classVerifyEmailActionTokenRepresentation of a token that represents a time-limited verify e-mail action.
- 
Uses of SingleUseObjectKeyModel in org.keycloak.modelsClasses in org.keycloak.models that implement SingleUseObjectKeyModel Modifier and Type Class Description classDefaultActionTokenKey
- 
Uses of SingleUseObjectKeyModel in org.keycloak.services.resourcesMethods 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)
 
-