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 classclassclassclassstatic classMethods in org.keycloak.models.map.authorization.entity that return MapScopeEntityModifier and TypeMethodDescriptionstatic 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 MapScopeEntityModifier and TypeMethodDescriptionMapScopeEntityDelegate.getDelegateProvider()MapScopeEntityFieldDelegate.getEntityFieldDelegate()Methods in org.keycloak.models.map.authorization.entity with parameters of type MapScopeEntityModifier and TypeMethodDescriptionstatic 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 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