Uses of Interface
org.keycloak.models.map.authorization.entity.MapResourceServerEntity
-
-
Uses of MapResourceServerEntity in org.keycloak.models.map.authorization
Constructor parameters in org.keycloak.models.map.authorization with type arguments of type MapResourceServerEntity Constructor Description MapResourceServerStore(MapStorage<MapResourceServerEntity,ResourceServer> resourceServerStore, AuthorizationProvider provider)
-
Uses of MapResourceServerEntity in org.keycloak.models.map.authorization.adapter
Constructors in org.keycloak.models.map.authorization.adapter with parameters of type MapResourceServerEntity Constructor Description MapResourceServerAdapter(RealmModel realmModel, MapResourceServerEntity entity, StoreFactory storeFactory)
-
Uses of MapResourceServerEntity in org.keycloak.models.map.authorization.entity
Classes in org.keycloak.models.map.authorization.entity that implement MapResourceServerEntity Modifier and Type Class Description static class
MapResourceServerEntity.AbstractMapResourceServerEntity
class
MapResourceServerEntityDelegate
class
MapResourceServerEntityFieldDelegate
class
MapResourceServerEntityImpl
static class
MapResourceServerEntityImpl.Empty
Methods in org.keycloak.models.map.authorization.entity that return MapResourceServerEntity Modifier and Type Method Description static MapResourceServerEntity
MapResourceServerEntityCloner. deepClone(MapResourceServerEntity original, MapResourceServerEntity target)
static MapResourceServerEntity
MapResourceServerEntityCloner. deepCloneNoId(MapResourceServerEntity original, MapResourceServerEntity target)
Methods in org.keycloak.models.map.authorization.entity that return types with arguments of type MapResourceServerEntity Modifier and Type Method Description DelegateProvider<MapResourceServerEntity>
MapResourceServerEntityDelegate. getDelegateProvider()
EntityFieldDelegate<MapResourceServerEntity>
MapResourceServerEntityFieldDelegate. getEntityFieldDelegate()
Methods in org.keycloak.models.map.authorization.entity with parameters of type MapResourceServerEntity Modifier and Type Method Description static MapResourceServerEntity
MapResourceServerEntityCloner. deepClone(MapResourceServerEntity original, MapResourceServerEntity target)
static MapResourceServerEntity
MapResourceServerEntityCloner. deepCloneNoId(MapResourceServerEntity original, MapResourceServerEntity target)
Constructor parameters in org.keycloak.models.map.authorization.entity with type arguments of type MapResourceServerEntity Constructor Description MapResourceServerEntityDelegate(DelegateProvider<MapResourceServerEntity> delegateProvider)
MapResourceServerEntityFieldDelegate(EntityFieldDelegate<MapResourceServerEntity> entityFieldDelegate)
-
Uses of MapResourceServerEntity in org.keycloak.models.map.storage.chm
Fields in org.keycloak.models.map.storage.chm with type parameters of type MapResourceServerEntity Modifier and Type Field Description static Map<SearchableModelField<ResourceServer>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object,MapResourceServerEntity,ResourceServer>>
MapFieldPredicates. AUTHZ_RESOURCE_SERVER_PREDICATES
-
Uses of MapResourceServerEntity in org.keycloak.models.map.storage.hotRod.authorization
Classes in org.keycloak.models.map.storage.hotRod.authorization that implement MapResourceServerEntity Modifier and Type Class Description static class
HotRodResourceServerEntity.AbstractHotRodResourceServerEntity
class
HotRodResourceServerEntityDelegate
-
Uses of MapResourceServerEntity in org.keycloak.models.map.storage.jpa.authorization.resourceServer
Methods in org.keycloak.models.map.storage.jpa.authorization.resourceServer that return MapResourceServerEntity Modifier and Type Method Description protected MapResourceServerEntity
JpaResourceServerMapStorage. mapToEntityDelegate(JpaResourceServerEntity original)
-
Uses of MapResourceServerEntity in org.keycloak.models.map.storage.jpa.authorization.resourceServer.delegate
Methods in org.keycloak.models.map.storage.jpa.authorization.resourceServer.delegate that return MapResourceServerEntity Modifier and Type Method Description MapResourceServerEntity
JpaResourceServerDelegateProvider. getDelegate(boolean isRead, Enum<? extends EntityField<MapResourceServerEntity>> field, Object... parameters)
Method parameters in org.keycloak.models.map.storage.jpa.authorization.resourceServer.delegate with type arguments of type MapResourceServerEntity Modifier and Type Method Description MapResourceServerEntity
JpaResourceServerDelegateProvider. getDelegate(boolean isRead, Enum<? extends EntityField<MapResourceServerEntity>> field, Object... parameters)
-
Uses of MapResourceServerEntity in org.keycloak.models.map.storage.jpa.authorization.resourceServer.entity
Classes in org.keycloak.models.map.storage.jpa.authorization.resourceServer.entity that implement MapResourceServerEntity Modifier and Type Class Description class
JpaResourceServerEntity
There are some fields marked by@Column(insertable = false, updatable = false)
.class
JpaResourceServerMetadata
-