Uses of Interface
org.keycloak.models.SingleUseObjectValueModel
Package
Description
-
Uses of SingleUseObjectValueModel in org.keycloak.authentication.actiontoken
Modifier and TypeClassDescriptionclass
Part of action token that is intended to be used e.g. -
Uses of SingleUseObjectValueModel in org.keycloak.authentication.actiontoken.execactions
-
Uses of SingleUseObjectValueModel in org.keycloak.authentication.actiontoken.idpverifyemail
Modifier and TypeClassDescriptionclass
Representation of a token that represents a time-limited verify e-mail action. -
Uses of SingleUseObjectValueModel in org.keycloak.authentication.actiontoken.resetcred
Modifier and TypeClassDescriptionclass
Representation of a token that represents a time-limited reset credentials action. -
Uses of SingleUseObjectValueModel in org.keycloak.authentication.actiontoken.updateemail
-
Uses of SingleUseObjectValueModel in org.keycloak.authentication.actiontoken.verifyemail
Modifier and TypeClassDescriptionclass
Representation of a token that represents a time-limited verify e-mail action. -
Uses of SingleUseObjectValueModel in org.keycloak.models
Modifier and TypeFieldDescriptionstatic final SearchableModelField<SingleUseObjectValueModel>
SingleUseObjectValueModel.SearchableFields.ID
static final SearchableModelField<SingleUseObjectValueModel>
SingleUseObjectValueModel.SearchableFields.OBJECT_KEY
-
Uses of SingleUseObjectValueModel in org.keycloak.models.map.singleUseObject
Modifier and TypeClassDescriptionclass
AbstractSingleUseObjectModel<E extends AbstractEntity>
class
Modifier and TypeFieldDescriptionprotected final MapStorage<MapSingleUseObjectEntity,
SingleUseObjectValueModel> MapSingleUseObjectProvider.singleUseObjectTx
ModifierConstructorDescription -
Uses of SingleUseObjectValueModel in org.keycloak.models.map.storage.chm
Modifier and TypeFieldDescriptionstatic final Map<SearchableModelField<SingleUseObjectValueModel>,
MapModelCriteriaBuilder.UpdatePredicatesFunc<Object, MapSingleUseObjectEntity, SingleUseObjectValueModel>> MapFieldPredicates.ACTION_TOKEN_PREDICATES
static final Map<SearchableModelField<SingleUseObjectValueModel>,
MapModelCriteriaBuilder.UpdatePredicatesFunc<Object, MapSingleUseObjectEntity, SingleUseObjectValueModel>> MapFieldPredicates.ACTION_TOKEN_PREDICATES
Modifier and TypeMethodDescriptionSingleUseObjectConcurrentHashMapCrudOperations.read
(QueryParameters<SingleUseObjectValueModel> queryParameters) ModifierConstructorDescriptionSingleUseObjectMapStorage
(CrudOperations<MapSingleUseObjectEntity, SingleUseObjectValueModel> map, StringKeyConverter<K> keyConverter, DeepCloner cloner, Map<SearchableModelField<? super SingleUseObjectValueModel>, MapModelCriteriaBuilder.UpdatePredicatesFunc<K, MapSingleUseObjectEntity, SingleUseObjectValueModel>> fieldPredicates) SingleUseObjectMapStorage
(CrudOperations<MapSingleUseObjectEntity, SingleUseObjectValueModel> map, StringKeyConverter<K> keyConverter, DeepCloner cloner, Map<SearchableModelField<? super SingleUseObjectValueModel>, MapModelCriteriaBuilder.UpdatePredicatesFunc<K, MapSingleUseObjectEntity, SingleUseObjectValueModel>> fieldPredicates) SingleUseObjectMapStorage
(CrudOperations<MapSingleUseObjectEntity, SingleUseObjectValueModel> map, StringKeyConverter<K> keyConverter, DeepCloner cloner, Map<SearchableModelField<? super SingleUseObjectValueModel>, MapModelCriteriaBuilder.UpdatePredicatesFunc<K, MapSingleUseObjectEntity, SingleUseObjectValueModel>> fieldPredicates) -
Uses of SingleUseObjectValueModel in org.keycloak.models.map.storage.hotRod
Modifier and TypeMethodDescriptionSingleUseObjectHotRodCrudOperations.read
(QueryParameters<SingleUseObjectValueModel> queryParameters) -
Uses of SingleUseObjectValueModel in org.keycloak.models.map.storage.jpa.singleUseObject
Modifier and TypeMethodDescriptionJpaSingleUseObjectModelCriteriaBuilder.compare
(SearchableModelField<? super SingleUseObjectValueModel> modelField, ModelCriteriaBuilder.Operator op, Object... value) -
Uses of SingleUseObjectValueModel in org.keycloak.models.sessions.infinispan.entities