Uses of Interface
org.keycloak.models.map.authorization.entity.MapScopeEntity
- 
- 
Uses of MapScopeEntity in org.keycloak.models.map.authorizationConstructor parameters in org.keycloak.models.map.authorization with type arguments of type MapScopeEntity Constructor Description MapScopeStore(MapStorage<MapScopeEntity,Scope> scopeStore, AuthorizationProvider provider)
- 
Uses of MapScopeEntity in org.keycloak.models.map.authorization.adapterConstructors in org.keycloak.models.map.authorization.adapter with parameters of type MapScopeEntity Constructor Description MapScopeAdapter(RealmModel realm, ResourceServer resourceServer, MapScopeEntity entity, StoreFactory storeFactory)
- 
Uses of MapScopeEntity in org.keycloak.models.map.authorization.entityClasses in org.keycloak.models.map.authorization.entity that implement MapScopeEntity Modifier and Type Class Description static classMapScopeEntity.AbstractMapScopeEntityclassMapScopeEntityDelegateclassMapScopeEntityFieldDelegateclassMapScopeEntityImplstatic classMapScopeEntityImpl.EmptyMethods in org.keycloak.models.map.authorization.entity that return MapScopeEntity Modifier and Type Method Description static MapScopeEntityMapScopeEntityCloner. deepClone(MapScopeEntity original, MapScopeEntity target)static MapScopeEntityMapScopeEntityCloner. deepCloneNoId(MapScopeEntity original, MapScopeEntity target)Methods in org.keycloak.models.map.authorization.entity that return types with arguments of type MapScopeEntity Modifier and Type Method Description DelegateProvider<MapScopeEntity>MapScopeEntityDelegate. getDelegateProvider()EntityFieldDelegate<MapScopeEntity>MapScopeEntityFieldDelegate. getEntityFieldDelegate()Methods in org.keycloak.models.map.authorization.entity with parameters of type MapScopeEntity Modifier and Type Method Description static MapScopeEntityMapScopeEntityCloner. deepClone(MapScopeEntity original, MapScopeEntity target)static MapScopeEntityMapScopeEntityCloner. deepCloneNoId(MapScopeEntity original, MapScopeEntity target)Constructor parameters in org.keycloak.models.map.authorization.entity with type arguments of type MapScopeEntity Constructor Description MapScopeEntityDelegate(DelegateProvider<MapScopeEntity> delegateProvider)MapScopeEntityFieldDelegate(EntityFieldDelegate<MapScopeEntity> entityFieldDelegate)
- 
Uses of MapScopeEntity in org.keycloak.models.map.storage.chmFields in org.keycloak.models.map.storage.chm with type parameters of type MapScopeEntity Modifier and Type Field Description static Map<SearchableModelField<Scope>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object,MapScopeEntity,Scope>>MapFieldPredicates. AUTHZ_SCOPE_PREDICATES
- 
Uses of MapScopeEntity in org.keycloak.models.map.storage.hotRod.authorizationClasses in org.keycloak.models.map.storage.hotRod.authorization that implement MapScopeEntity Modifier and Type Class Description static classHotRodScopeEntity.AbstractHotRodScopeEntityclassHotRodScopeEntityDelegate
- 
Uses of MapScopeEntity in org.keycloak.models.map.storage.jpa.authorization.scopeMethods in org.keycloak.models.map.storage.jpa.authorization.scope that return MapScopeEntity Modifier and Type Method Description protected MapScopeEntityJpaScopeMapStorage. mapToEntityDelegate(JpaScopeEntity original)
- 
Uses of MapScopeEntity in org.keycloak.models.map.storage.jpa.authorization.scope.delagateMethods in org.keycloak.models.map.storage.jpa.authorization.scope.delagate that return MapScopeEntity Modifier and Type Method Description MapScopeEntityJpaScopeDelegateProvider. 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 MapScopeEntity Modifier and Type Method Description MapScopeEntityJpaScopeDelegateProvider. getDelegate(boolean isRead, Enum<? extends EntityField<MapScopeEntity>> field, Object... parameters)
- 
Uses of MapScopeEntity in org.keycloak.models.map.storage.jpa.authorization.scope.entityClasses in org.keycloak.models.map.storage.jpa.authorization.scope.entity that implement MapScopeEntity Modifier and Type Class Description classJpaScopeEntityThere are some fields marked by@Column(insertable = false, updatable = false).classJpaScopeMetadata
 
-