Uses of Interface
org.keycloak.models.ActionTokenValueModel
-
-
Uses of ActionTokenValueModel in org.keycloak.authentication.actiontoken
Classes in org.keycloak.authentication.actiontoken that implement ActionTokenValueModel Modifier and Type Class Description class
DefaultActionToken
Part of action token that is intended to be used e.g. -
Uses of ActionTokenValueModel in org.keycloak.authentication.actiontoken.execactions
Classes in org.keycloak.authentication.actiontoken.execactions that implement ActionTokenValueModel Modifier and Type Class Description class
ExecuteActionsActionToken
-
Uses of ActionTokenValueModel in org.keycloak.authentication.actiontoken.idpverifyemail
Classes in org.keycloak.authentication.actiontoken.idpverifyemail that implement ActionTokenValueModel Modifier and Type Class Description class
IdpVerifyAccountLinkActionToken
Representation of a token that represents a time-limited verify e-mail action. -
Uses of ActionTokenValueModel in org.keycloak.authentication.actiontoken.resetcred
Classes in org.keycloak.authentication.actiontoken.resetcred that implement ActionTokenValueModel Modifier and Type Class Description class
ResetCredentialsActionToken
Representation of a token that represents a time-limited reset credentials action. -
Uses of ActionTokenValueModel in org.keycloak.authentication.actiontoken.verifyemail
Classes in org.keycloak.authentication.actiontoken.verifyemail that implement ActionTokenValueModel Modifier and Type Class Description class
VerifyEmailActionToken
Representation of a token that represents a time-limited verify e-mail action. -
Uses of ActionTokenValueModel in org.keycloak.models
Methods in org.keycloak.models that return ActionTokenValueModel Modifier and Type Method Description ActionTokenValueModel
ActionTokenStoreProvider. get(ActionTokenKeyModel key)
Returns token corresponding to the given key from the internal action token storeActionTokenValueModel
ActionTokenStoreProvider. remove(ActionTokenKeyModel key)
Removes token corresponding to the given key from the internal action token store, and returns the stored value -
Uses of ActionTokenValueModel in org.keycloak.models.sessions.infinispan
Methods in org.keycloak.models.sessions.infinispan that return ActionTokenValueModel Modifier and Type Method Description ActionTokenValueModel
InfinispanActionTokenStoreProvider. get(ActionTokenKeyModel actionTokenKey)
ActionTokenValueModel
InfinispanActionTokenStoreProvider. remove(ActionTokenKeyModel actionTokenKey)
-
Uses of ActionTokenValueModel in org.keycloak.models.sessions.infinispan.entities
Classes in org.keycloak.models.sessions.infinispan.entities that implement ActionTokenValueModel Modifier and Type Class Description class
ActionTokenValueEntity
-