Uses of Interface
org.keycloak.models.map.authorization.entity.MapScopeEntity
Package
Description
-
Uses of MapScopeEntity in org.keycloak.models.map.authorization
ModifierConstructorDescriptionMapScopeStore
(MapStorage<MapScopeEntity, Scope> scopeStore, AuthorizationProvider provider) -
Uses of MapScopeEntity in org.keycloak.models.map.authorization.adapter
ModifierConstructorDescriptionMapScopeAdapter
(RealmModel realm, ResourceServer resourceServer, MapScopeEntity entity, StoreFactory storeFactory) -
Uses of MapScopeEntity in org.keycloak.models.map.authorization.entity
Modifier and TypeClassDescriptionstatic class
class
class
class
static class
Modifier and TypeMethodDescriptionstatic MapScopeEntity
MapScopeEntityCloner.deepClone
(MapScopeEntity original, MapScopeEntity target) static MapScopeEntity
MapScopeEntityCloner.deepCloneNoId
(MapScopeEntity original, MapScopeEntity target) Modifier and TypeMethodDescriptionMapScopeEntityDelegate.getDelegateProvider()
MapScopeEntityFieldDelegate.getEntityFieldDelegate()
Modifier and TypeMethodDescriptionstatic MapScopeEntity
MapScopeEntityCloner.deepClone
(MapScopeEntity original, MapScopeEntity target) static MapScopeEntity
MapScopeEntityCloner.deepCloneNoId
(MapScopeEntity original, MapScopeEntity target) ModifierConstructorDescriptionMapScopeEntityDelegate
(DelegateProvider<MapScopeEntity> delegateProvider) MapScopeEntityFieldDelegate
(EntityFieldDelegate<MapScopeEntity> entityFieldDelegate) -
Uses of MapScopeEntity in org.keycloak.models.map.storage.chm
Modifier and TypeFieldDescriptionstatic final Map<SearchableModelField<Scope>,
MapModelCriteriaBuilder.UpdatePredicatesFunc<Object, MapScopeEntity, Scope>> MapFieldPredicates.AUTHZ_SCOPE_PREDICATES
-
Uses of MapScopeEntity in org.keycloak.models.map.storage.hotRod.authorization
Modifier and TypeClassDescriptionstatic class
class
-
Uses of MapScopeEntity in org.keycloak.models.map.storage.jpa.authorization.scope
Modifier and TypeMethodDescriptionprotected MapScopeEntity
JpaScopeMapStorage.mapToEntityDelegate
(JpaScopeEntity original) -
Uses of MapScopeEntity in org.keycloak.models.map.storage.jpa.authorization.scope.delagate
Modifier and TypeMethodDescriptionJpaScopeDelegateProvider.getDelegate
(boolean isRead, Enum<? extends EntityField<MapScopeEntity>> field, Object... parameters) Modifier and TypeMethodDescriptionJpaScopeDelegateProvider.getDelegate
(boolean isRead, Enum<? extends EntityField<MapScopeEntity>> field, Object... parameters) -
Uses of MapScopeEntity in org.keycloak.models.map.storage.jpa.authorization.scope.entity
Modifier and TypeClassDescriptionclass
There are some fields marked by@Column(insertable = false, updatable = false)
.class