Uses of Interface
org.keycloak.models.map.authorization.entity.MapResourceEntity
-
-
Uses of MapResourceEntity in org.keycloak.models.map.authorization
Constructor parameters in org.keycloak.models.map.authorization with type arguments of type MapResourceEntity Constructor Description MapResourceStore(MapStorage<MapResourceEntity,Resource> resourceStore, AuthorizationProvider provider)
-
Uses of MapResourceEntity in org.keycloak.models.map.authorization.adapter
Constructors in org.keycloak.models.map.authorization.adapter with parameters of type MapResourceEntity Constructor Description MapResourceAdapter(RealmModel realm, ResourceServer resourceServer, MapResourceEntity entity, StoreFactory storeFactory)
-
Uses of MapResourceEntity in org.keycloak.models.map.authorization.entity
Classes in org.keycloak.models.map.authorization.entity that implement MapResourceEntity Modifier and Type Class Description static class
MapResourceEntity.AbstractMapResourceEntity
class
MapResourceEntityDelegate
class
MapResourceEntityFieldDelegate
class
MapResourceEntityImpl
static class
MapResourceEntityImpl.Empty
Methods in org.keycloak.models.map.authorization.entity that return MapResourceEntity Modifier and Type Method Description static MapResourceEntity
MapResourceEntityCloner. deepClone(MapResourceEntity original, MapResourceEntity target)
static MapResourceEntity
MapResourceEntityCloner. deepCloneNoId(MapResourceEntity original, MapResourceEntity target)
Methods in org.keycloak.models.map.authorization.entity that return types with arguments of type MapResourceEntity Modifier and Type Method Description DelegateProvider<MapResourceEntity>
MapResourceEntityDelegate. getDelegateProvider()
EntityFieldDelegate<MapResourceEntity>
MapResourceEntityFieldDelegate. getEntityFieldDelegate()
Methods in org.keycloak.models.map.authorization.entity with parameters of type MapResourceEntity Modifier and Type Method Description static MapResourceEntity
MapResourceEntityCloner. deepClone(MapResourceEntity original, MapResourceEntity target)
static MapResourceEntity
MapResourceEntityCloner. deepCloneNoId(MapResourceEntity original, MapResourceEntity target)
Constructor parameters in org.keycloak.models.map.authorization.entity with type arguments of type MapResourceEntity Constructor Description MapResourceEntityDelegate(DelegateProvider<MapResourceEntity> delegateProvider)
MapResourceEntityFieldDelegate(EntityFieldDelegate<MapResourceEntity> entityFieldDelegate)
-
Uses of MapResourceEntity in org.keycloak.models.map.storage.chm
Fields in org.keycloak.models.map.storage.chm with type parameters of type MapResourceEntity Modifier and Type Field Description static Map<SearchableModelField<Resource>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object,MapResourceEntity,Resource>>
MapFieldPredicates. AUTHZ_RESOURCE_PREDICATES
-
Uses of MapResourceEntity in org.keycloak.models.map.storage.hotRod.authorization
Classes in org.keycloak.models.map.storage.hotRod.authorization that implement MapResourceEntity Modifier and Type Class Description static class
HotRodResourceEntity.AbstractHotRodResourceEntity
class
HotRodResourceEntityDelegate
-
Uses of MapResourceEntity in org.keycloak.models.map.storage.jpa.authorization.resource
Methods in org.keycloak.models.map.storage.jpa.authorization.resource that return MapResourceEntity Modifier and Type Method Description protected MapResourceEntity
JpaResourceMapStorage. mapToEntityDelegate(JpaResourceEntity original)
-
Uses of MapResourceEntity in org.keycloak.models.map.storage.jpa.authorization.resource.delegate
Methods in org.keycloak.models.map.storage.jpa.authorization.resource.delegate that return MapResourceEntity Modifier and Type Method Description MapResourceEntity
JpaResourceDelegateProvider. getDelegate(boolean isRead, Enum<? extends EntityField<MapResourceEntity>> field, Object... parameters)
Method parameters in org.keycloak.models.map.storage.jpa.authorization.resource.delegate with type arguments of type MapResourceEntity Modifier and Type Method Description MapResourceEntity
JpaResourceDelegateProvider. getDelegate(boolean isRead, Enum<? extends EntityField<MapResourceEntity>> field, Object... parameters)
-
Uses of MapResourceEntity in org.keycloak.models.map.storage.jpa.authorization.resource.entity
Classes in org.keycloak.models.map.storage.jpa.authorization.resource.entity that implement MapResourceEntity Modifier and Type Class Description class
JpaResourceEntity
There are some fields marked by@Column(insertable = false, updatable = false)
.class
JpaResourceMetadata
-