Uses of Interface
org.keycloak.models.SingleUseObjectValueModel
- 
- 
Uses of SingleUseObjectValueModel in org.keycloak.authentication.actiontokenClasses 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.execactionsClasses in org.keycloak.authentication.actiontoken.execactions that implement SingleUseObjectValueModel Modifier and Type Class Description classExecuteActionsActionToken
- 
Uses of SingleUseObjectValueModel in org.keycloak.authentication.actiontoken.idpverifyemailClasses 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.resetcredClasses 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.updateemailClasses in org.keycloak.authentication.actiontoken.updateemail that implement SingleUseObjectValueModel Modifier and Type Class Description classUpdateEmailActionToken
- 
Uses of SingleUseObjectValueModel in org.keycloak.authentication.actiontoken.verifyemailClasses 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.modelsFields 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.singleUseObjectClasses 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 MapStorage<MapSingleUseObjectEntity,SingleUseObjectValueModel>MapSingleUseObjectProvider. singleUseObjectTxConstructor parameters in org.keycloak.models.map.singleUseObject with type arguments of type SingleUseObjectValueModel Constructor Description MapSingleUseObjectProvider(MapStorage<MapSingleUseObjectEntity,SingleUseObjectValueModel> storage)
- 
Uses of SingleUseObjectValueModel in org.keycloak.models.map.storage.chmFields 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_PREDICATESMethod parameters in org.keycloak.models.map.storage.chm with type arguments of type SingleUseObjectValueModel Modifier and Type Method Description Stream<MapSingleUseObjectEntity>SingleUseObjectConcurrentHashMapCrudOperations. read(QueryParameters<SingleUseObjectValueModel> queryParameters)
- 
Uses of SingleUseObjectValueModel in org.keycloak.models.map.storage.hotRodMethod parameters in org.keycloak.models.map.storage.hotRod with type arguments of type SingleUseObjectValueModel Modifier and Type Method Description Stream<HotRodSingleUseObjectEntityDelegate>SingleUseObjectHotRodCrudOperations. read(QueryParameters<SingleUseObjectValueModel> queryParameters)
- 
Uses of SingleUseObjectValueModel in org.keycloak.models.map.storage.jpa.singleUseObjectMethod 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.entitiesClasses in org.keycloak.models.sessions.infinispan.entities that implement SingleUseObjectValueModel Modifier and Type Class Description classSingleUseObjectValueEntity
 
-