Uses of Interface
org.keycloak.models.map.clientscope.MapClientScopeEntity
- 
- 
Uses of MapClientScopeEntity in org.keycloak.models.map.clientscopeClasses in org.keycloak.models.map.clientscope that implement MapClientScopeEntity Modifier and Type Class Description static classMapClientScopeEntity.AbstractClientScopeEntityclassMapClientScopeEntityDelegateclassMapClientScopeEntityFieldDelegateclassMapClientScopeEntityImplstatic classMapClientScopeEntityImpl.EmptyMethods in org.keycloak.models.map.clientscope that return MapClientScopeEntity Modifier and Type Method Description static MapClientScopeEntityMapClientScopeEntityCloner. deepClone(MapClientScopeEntity original, MapClientScopeEntity target)static MapClientScopeEntityMapClientScopeEntityCloner. deepCloneNoId(MapClientScopeEntity original, MapClientScopeEntity target)Methods in org.keycloak.models.map.clientscope that return types with arguments of type MapClientScopeEntity Modifier and Type Method Description DelegateProvider<MapClientScopeEntity>MapClientScopeEntityDelegate. getDelegateProvider()EntityFieldDelegate<MapClientScopeEntity>MapClientScopeEntityFieldDelegate. getEntityFieldDelegate()Methods in org.keycloak.models.map.clientscope with parameters of type MapClientScopeEntity Modifier and Type Method Description static MapClientScopeEntityMapClientScopeEntityCloner. deepClone(MapClientScopeEntity original, MapClientScopeEntity target)static MapClientScopeEntityMapClientScopeEntityCloner. deepCloneNoId(MapClientScopeEntity original, MapClientScopeEntity target)Constructors in org.keycloak.models.map.clientscope with parameters of type MapClientScopeEntity Constructor Description MapClientScopeAdapter(KeycloakSession session, RealmModel realm, MapClientScopeEntity entity)Constructor parameters in org.keycloak.models.map.clientscope with type arguments of type MapClientScopeEntity Constructor Description MapClientScopeEntityDelegate(DelegateProvider<MapClientScopeEntity> delegateProvider)MapClientScopeEntityFieldDelegate(EntityFieldDelegate<MapClientScopeEntity> entityFieldDelegate)MapClientScopeProvider(KeycloakSession session, MapStorage<MapClientScopeEntity,ClientScopeModel> clientScopeStore)
- 
Uses of MapClientScopeEntity in org.keycloak.models.map.storage.chmFields in org.keycloak.models.map.storage.chm with type parameters of type MapClientScopeEntity Modifier and Type Field Description static Map<SearchableModelField<ClientScopeModel>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object,MapClientScopeEntity,ClientScopeModel>>MapFieldPredicates. CLIENT_SCOPE_PREDICATES
- 
Uses of MapClientScopeEntity in org.keycloak.models.map.storage.hotRod.clientscopeClasses in org.keycloak.models.map.storage.hotRod.clientscope that implement MapClientScopeEntity Modifier and Type Class Description static classHotRodClientScopeEntity.AbstractHotRodClientScopeEntityDelegateclassHotRodClientScopeEntityDelegate
- 
Uses of MapClientScopeEntity in org.keycloak.models.map.storage.jpa.clientScopeMethods in org.keycloak.models.map.storage.jpa.clientScope that return MapClientScopeEntity Modifier and Type Method Description protected MapClientScopeEntityJpaClientScopeMapStorage. mapToEntityDelegate(JpaClientScopeEntity original)
- 
Uses of MapClientScopeEntity in org.keycloak.models.map.storage.jpa.clientScope.delegateMethods in org.keycloak.models.map.storage.jpa.clientScope.delegate that return MapClientScopeEntity Modifier and Type Method Description MapClientScopeEntityJpaClientScopeDelegateProvider. getDelegate(boolean isRead, Enum<? extends EntityField<MapClientScopeEntity>> field, Object... parameters)Method parameters in org.keycloak.models.map.storage.jpa.clientScope.delegate with type arguments of type MapClientScopeEntity Modifier and Type Method Description MapClientScopeEntityJpaClientScopeDelegateProvider. getDelegate(boolean isRead, Enum<? extends EntityField<MapClientScopeEntity>> field, Object... parameters)
- 
Uses of MapClientScopeEntity in org.keycloak.models.map.storage.jpa.clientScope.entityClasses in org.keycloak.models.map.storage.jpa.clientScope.entity that implement MapClientScopeEntity Modifier and Type Class Description classJpaClientScopeEntityThere are some fields marked by@Column(insertable = false, updatable = false).classJpaClientScopeMetadata
 
-