Uses of Interface
org.keycloak.models.map.authorization.entity.MapScopeEntity
Packages that use MapScopeEntity
Package
Description
-
Uses of MapScopeEntity in org.keycloak.models.map.authorization
Constructor parameters in org.keycloak.models.map.authorization with type arguments of type MapScopeEntityModifierConstructorDescriptionMapScopeStore
(MapStorage<MapScopeEntity, Scope> scopeStore, AuthorizationProvider provider) -
Uses of MapScopeEntity in org.keycloak.models.map.authorization.adapter
Constructors in org.keycloak.models.map.authorization.adapter with parameters of type MapScopeEntityModifierConstructorDescriptionMapScopeAdapter
(RealmModel realm, ResourceServer resourceServer, MapScopeEntity entity, StoreFactory storeFactory) -
Uses of MapScopeEntity in org.keycloak.models.map.authorization.entity
Classes in org.keycloak.models.map.authorization.entity that implement MapScopeEntityModifier and TypeClassDescriptionstatic class
class
class
class
static class
Methods in org.keycloak.models.map.authorization.entity that return MapScopeEntityModifier and TypeMethodDescriptionstatic MapScopeEntity
MapScopeEntityCloner.deepClone
(MapScopeEntity original, MapScopeEntity target) static MapScopeEntity
MapScopeEntityCloner.deepCloneNoId
(MapScopeEntity original, MapScopeEntity target) Methods in org.keycloak.models.map.authorization.entity that return types with arguments of type MapScopeEntityModifier and TypeMethodDescriptionMapScopeEntityDelegate.getDelegateProvider()
MapScopeEntityFieldDelegate.getEntityFieldDelegate()
Methods in org.keycloak.models.map.authorization.entity with parameters of type MapScopeEntityModifier and TypeMethodDescriptionstatic MapScopeEntity
MapScopeEntityCloner.deepClone
(MapScopeEntity original, MapScopeEntity target) static MapScopeEntity
MapScopeEntityCloner.deepCloneNoId
(MapScopeEntity original, MapScopeEntity target) Constructor parameters in org.keycloak.models.map.authorization.entity with type arguments of type MapScopeEntityModifierConstructorDescriptionMapScopeEntityDelegate
(DelegateProvider<MapScopeEntity> delegateProvider) MapScopeEntityFieldDelegate
(EntityFieldDelegate<MapScopeEntity> entityFieldDelegate) -
Uses of MapScopeEntity in org.keycloak.models.map.storage.chm
Fields in org.keycloak.models.map.storage.chm with type parameters of type MapScopeEntityModifier and TypeFieldDescriptionstatic final Map<SearchableModelField<Scope>,
MapModelCriteriaBuilder.UpdatePredicatesFunc<Object, MapScopeEntity, Scope>> MapFieldPredicates.AUTHZ_SCOPE_PREDICATES
-
Uses of MapScopeEntity in org.keycloak.models.map.storage.hotRod.authorization
Classes in org.keycloak.models.map.storage.hotRod.authorization that implement MapScopeEntityModifier and TypeClassDescriptionstatic class
class
-
Uses of MapScopeEntity in org.keycloak.models.map.storage.jpa.authorization.scope
Methods in org.keycloak.models.map.storage.jpa.authorization.scope that return MapScopeEntityModifier and TypeMethodDescriptionprotected MapScopeEntity
JpaScopeMapStorage.mapToEntityDelegate
(JpaScopeEntity original) -
Uses of MapScopeEntity in org.keycloak.models.map.storage.jpa.authorization.scope.delagate
Methods in org.keycloak.models.map.storage.jpa.authorization.scope.delagate that return MapScopeEntityModifier and TypeMethodDescriptionJpaScopeDelegateProvider.getDelegate
(boolean isRead, Enum<? extends EntityField<MapScopeEntity>> field, Object... parameters) Method parameters in org.keycloak.models.map.storage.jpa.authorization.scope.delagate with type arguments of type MapScopeEntityModifier and TypeMethodDescriptionJpaScopeDelegateProvider.getDelegate
(boolean isRead, Enum<? extends EntityField<MapScopeEntity>> field, Object... parameters) -
Uses of MapScopeEntity in org.keycloak.models.map.storage.jpa.authorization.scope.entity
Classes in org.keycloak.models.map.storage.jpa.authorization.scope.entity that implement MapScopeEntityModifier and TypeClassDescriptionclass
There are some fields marked by@Column(insertable = false, updatable = false)
.class