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 classDefaultActionTokenPart 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 classExecuteActionsActionToken -
Uses of SingleUseObjectValueModel in org.keycloak.authentication.actiontoken.idpverifyemail
Classes in org.keycloak.authentication.actiontoken.idpverifyemail that implement SingleUseObjectValueModel Modifier and Type Class Description classIdpVerifyAccountLinkActionTokenRepresentation 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 classResetCredentialsActionTokenRepresentation 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 classUpdateEmailActionToken -
Uses of SingleUseObjectValueModel in org.keycloak.authentication.actiontoken.verifyemail
Classes in org.keycloak.authentication.actiontoken.verifyemail that implement SingleUseObjectValueModel Modifier and Type Class Description classVerifyEmailActionTokenRepresentation 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. IDstatic 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 classAbstractSingleUseObjectModel<E extends AbstractEntity>classMapSingleUseObjectAdapterFields in org.keycloak.models.map.singleUseObject with type parameters of type SingleUseObjectValueModel Modifier and Type Field Description protected MapKeycloakTransaction<MapSingleUseObjectEntity,SingleUseObjectValueModel>MapSingleUseObjectProvider. singleUseObjectTxConstructor 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_PREDICATESstatic Map<SearchableModelField<SingleUseObjectValueModel>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object,MapSingleUseObjectEntity,SingleUseObjectValueModel>>MapFieldPredicates. ACTION_TOKEN_PREDICATESMethods 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 JpaSingleUseObjectModelCriteriaBuilderJpaSingleUseObjectModelCriteriaBuilder. 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 classSingleUseObjectValueEntity
-