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 class
MapScopeEntity.AbstractMapScopeEntity
class
MapScopeEntityDelegate
class
MapScopeEntityFieldDelegate
class
MapScopeEntityImpl
static class
MapScopeEntityImpl.Empty
Methods in org.keycloak.models.map.authorization.entity that return MapScopeEntity Modifier and Type Method Description static 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 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 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 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
-
Uses of MapScopeEntity in org.keycloak.models.map.storage.hotRod.authorization
Classes in org.keycloak.models.map.storage.hotRod.authorization that implement MapScopeEntity Modifier and Type Class Description static class
HotRodScopeEntity.AbstractHotRodScopeEntity
class
HotRodScopeEntityDelegate
-
Uses of MapScopeEntity in org.keycloak.models.map.storage.jpa.authorization.scope
Methods in org.keycloak.models.map.storage.jpa.authorization.scope that return MapScopeEntity Modifier and Type Method Description protected MapScopeEntity
JpaScopeMapKeycloakTransaction. 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 MapScopeEntity Modifier and Type Method Description MapScopeEntity
JpaScopeDelegateProvider. 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 MapScopeEntity
JpaScopeDelegateProvider. 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 MapScopeEntity Modifier and Type Class Description class
JpaScopeEntity
There are some fields marked by@Column(insertable = false, updatable = false)
.class
JpaScopeMetadata
-