Uses of Class
org.keycloak.models.map.authorization.entity.MapScopeEntity
-
Packages that use MapScopeEntity Package Description org.keycloak.models.map.authorization org.keycloak.models.map.authorization.adapter org.keycloak.models.map.storage.chm -
-
Uses of MapScopeEntity in org.keycloak.models.map.authorization
Constructor parameters in org.keycloak.models.map.authorization with type arguments of type MapScopeEntity Constructor Description MapScopeStore(KeycloakSession session, 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 MapScopeEntity Constructor Description MapScopeAdapter(MapScopeEntity entity, StoreFactory storeFactory) -
Uses of MapScopeEntity in org.keycloak.models.map.storage.chm
Fields 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
-