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(KeycloakSession session, 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 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 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.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
-