Uses of Interface
org.keycloak.models.map.authorization.entity.MapResourceServerEntity
- 
- 
Uses of MapResourceServerEntity in org.keycloak.models.map.authorizationConstructor 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.adapterConstructors 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.entityClasses in org.keycloak.models.map.authorization.entity that implement MapResourceServerEntity Modifier and Type Class Description static classMapResourceServerEntity.AbstractMapResourceServerEntityclassMapResourceServerEntityDelegateclassMapResourceServerEntityFieldDelegateclassMapResourceServerEntityImplstatic classMapResourceServerEntityImpl.EmptyMethods in org.keycloak.models.map.authorization.entity that return MapResourceServerEntity Modifier and Type Method Description static MapResourceServerEntityMapResourceServerEntityCloner. deepClone(MapResourceServerEntity original, MapResourceServerEntity target)static MapResourceServerEntityMapResourceServerEntityCloner. 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 MapResourceServerEntityMapResourceServerEntityCloner. deepClone(MapResourceServerEntity original, MapResourceServerEntity target)static MapResourceServerEntityMapResourceServerEntityCloner. 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.chmFields 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.authorizationClasses in org.keycloak.models.map.storage.hotRod.authorization that implement MapResourceServerEntity Modifier and Type Class Description static classHotRodResourceServerEntity.AbstractHotRodResourceServerEntityclassHotRodResourceServerEntityDelegate
- 
Uses of MapResourceServerEntity in org.keycloak.models.map.storage.jpa.authorization.resourceServerMethods in org.keycloak.models.map.storage.jpa.authorization.resourceServer that return MapResourceServerEntity Modifier and Type Method Description protected MapResourceServerEntityJpaResourceServerMapStorage. mapToEntityDelegate(JpaResourceServerEntity original)
- 
Uses of MapResourceServerEntity in org.keycloak.models.map.storage.jpa.authorization.resourceServer.delegateMethods in org.keycloak.models.map.storage.jpa.authorization.resourceServer.delegate that return MapResourceServerEntity Modifier and Type Method Description MapResourceServerEntityJpaResourceServerDelegateProvider. 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 MapResourceServerEntityJpaResourceServerDelegateProvider. getDelegate(boolean isRead, Enum<? extends EntityField<MapResourceServerEntity>> field, Object... parameters)
- 
Uses of MapResourceServerEntity in org.keycloak.models.map.storage.jpa.authorization.resourceServer.entityClasses in org.keycloak.models.map.storage.jpa.authorization.resourceServer.entity that implement MapResourceServerEntity Modifier and Type Class Description classJpaResourceServerEntityThere are some fields marked by@Column(insertable = false, updatable = false).classJpaResourceServerMetadata
 
-