Uses of Interface
org.keycloak.models.SingleUseObjectValueModel
-
-
Uses of SingleUseObjectValueModel in org.keycloak.authentication.actiontoken
Classes in org.keycloak.authentication.actiontoken that implement SingleUseObjectValueModel Modifier and Type Class Description class
DefaultActionToken
Part of action token that is intended to be used e.g. -
Uses of SingleUseObjectValueModel in org.keycloak.authentication.actiontoken.execactions
Classes in org.keycloak.authentication.actiontoken.execactions that implement SingleUseObjectValueModel Modifier and Type Class Description class
ExecuteActionsActionToken
-
Uses of SingleUseObjectValueModel in org.keycloak.authentication.actiontoken.idpverifyemail
Classes in org.keycloak.authentication.actiontoken.idpverifyemail that implement SingleUseObjectValueModel Modifier and Type Class Description class
IdpVerifyAccountLinkActionToken
Representation of a token that represents a time-limited verify e-mail action. -
Uses of SingleUseObjectValueModel in org.keycloak.authentication.actiontoken.resetcred
Classes in org.keycloak.authentication.actiontoken.resetcred that implement SingleUseObjectValueModel Modifier and Type Class Description class
ResetCredentialsActionToken
Representation of a token that represents a time-limited reset credentials action. -
Uses of SingleUseObjectValueModel in org.keycloak.authentication.actiontoken.updateemail
Classes in org.keycloak.authentication.actiontoken.updateemail that implement SingleUseObjectValueModel Modifier and Type Class Description class
UpdateEmailActionToken
-
Uses of SingleUseObjectValueModel in org.keycloak.authentication.actiontoken.verifyemail
Classes in org.keycloak.authentication.actiontoken.verifyemail that implement SingleUseObjectValueModel Modifier and Type Class Description class
VerifyEmailActionToken
Representation of a token that represents a time-limited verify e-mail action. -
Uses of SingleUseObjectValueModel in org.keycloak.models
Fields in org.keycloak.models with type parameters of type SingleUseObjectValueModel Modifier and Type Field Description static SearchableModelField<SingleUseObjectValueModel>
SingleUseObjectValueModel.SearchableFields. ID
static SearchableModelField<SingleUseObjectValueModel>
SingleUseObjectValueModel.SearchableFields. OBJECT_KEY
-
Uses of SingleUseObjectValueModel in org.keycloak.models.map.singleUseObject
Classes in org.keycloak.models.map.singleUseObject that implement SingleUseObjectValueModel Modifier and Type Class Description class
AbstractSingleUseObjectModel<E extends AbstractEntity>
class
MapSingleUseObjectAdapter
Fields in org.keycloak.models.map.singleUseObject with type parameters of type SingleUseObjectValueModel Modifier and Type Field Description protected MapKeycloakTransaction<MapSingleUseObjectEntity,SingleUseObjectValueModel>
MapSingleUseObjectProvider. singleUseObjectTx
Constructor parameters in org.keycloak.models.map.singleUseObject with type arguments of type SingleUseObjectValueModel Constructor Description MapSingleUseObjectProvider(KeycloakSession session, MapStorage<MapSingleUseObjectEntity,SingleUseObjectValueModel> storage)
-
Uses of SingleUseObjectValueModel in org.keycloak.models.map.storage.chm
Fields in org.keycloak.models.map.storage.chm with type parameters of type SingleUseObjectValueModel Modifier and Type Field Description static Map<SearchableModelField<SingleUseObjectValueModel>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object,MapSingleUseObjectEntity,SingleUseObjectValueModel>>
MapFieldPredicates. ACTION_TOKEN_PREDICATES
static Map<SearchableModelField<SingleUseObjectValueModel>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object,MapSingleUseObjectEntity,SingleUseObjectValueModel>>
MapFieldPredicates. ACTION_TOKEN_PREDICATES
Methods in org.keycloak.models.map.storage.chm that return types with arguments of type SingleUseObjectValueModel Modifier and Type Method Description MapKeycloakTransaction<MapSingleUseObjectEntity,SingleUseObjectValueModel>
SingleUseObjectConcurrentHashMapStorage. createTransaction(KeycloakSession session)
Method parameters in org.keycloak.models.map.storage.chm with type arguments of type SingleUseObjectValueModel Modifier and Type Method Description Stream<MapSingleUseObjectEntity>
SingleUseObjectConcurrentHashMapStorage. read(QueryParameters<SingleUseObjectValueModel> queryParameters)
-
Uses of SingleUseObjectValueModel in org.keycloak.models.map.storage.hotRod
Methods in org.keycloak.models.map.storage.hotRod that return types with arguments of type SingleUseObjectValueModel Modifier and Type Method Description protected MapKeycloakTransaction<HotRodSingleUseObjectEntityDelegate,SingleUseObjectValueModel>
SingleUseObjectHotRodMapStorage. createTransactionInternal(KeycloakSession session)
Method parameters in org.keycloak.models.map.storage.hotRod with type arguments of type SingleUseObjectValueModel Modifier and Type Method Description Stream<HotRodSingleUseObjectEntityDelegate>
SingleUseObjectHotRodMapStorage. read(QueryParameters<SingleUseObjectValueModel> queryParameters)
-
Uses of SingleUseObjectValueModel in org.keycloak.models.map.storage.jpa.singleUseObject
Method parameters in org.keycloak.models.map.storage.jpa.singleUseObject with type arguments of type SingleUseObjectValueModel Modifier and Type Method Description JpaSingleUseObjectModelCriteriaBuilder
JpaSingleUseObjectModelCriteriaBuilder. compare(SearchableModelField<? super SingleUseObjectValueModel> modelField, ModelCriteriaBuilder.Operator op, Object... value)
-
Uses of SingleUseObjectValueModel in org.keycloak.models.sessions.infinispan.entities
Classes in org.keycloak.models.sessions.infinispan.entities that implement SingleUseObjectValueModel Modifier and Type Class Description class
SingleUseObjectValueEntity
-