Uses of Interface
org.keycloak.models.map.authorization.entity.MapScopeEntity
-
-
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(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 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 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.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
-