Uses of Interface
org.keycloak.models.map.clientscope.MapClientScopeEntity
-
-
Uses of MapClientScopeEntity in org.keycloak.models.map.clientscope
Classes in org.keycloak.models.map.clientscope that implement MapClientScopeEntity Modifier and Type Class Description static class
MapClientScopeEntity.AbstractClientScopeEntity
class
MapClientScopeEntityDelegate
class
MapClientScopeEntityFieldDelegate
class
MapClientScopeEntityImpl
static class
MapClientScopeEntityImpl.Empty
Methods in org.keycloak.models.map.clientscope that return MapClientScopeEntity Modifier and Type Method Description static MapClientScopeEntity
MapClientScopeEntityCloner. deepClone(MapClientScopeEntity original, MapClientScopeEntity target)
static MapClientScopeEntity
MapClientScopeEntityCloner. 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 MapClientScopeEntity
MapClientScopeEntityCloner. deepClone(MapClientScopeEntity original, MapClientScopeEntity target)
static MapClientScopeEntity
MapClientScopeEntityCloner. 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.chm
Fields 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.clientscope
Classes in org.keycloak.models.map.storage.hotRod.clientscope that implement MapClientScopeEntity Modifier and Type Class Description static class
HotRodClientScopeEntity.AbstractHotRodClientScopeEntityDelegate
class
HotRodClientScopeEntityDelegate
-
Uses of MapClientScopeEntity in org.keycloak.models.map.storage.jpa.clientScope
Methods in org.keycloak.models.map.storage.jpa.clientScope that return MapClientScopeEntity Modifier and Type Method Description protected MapClientScopeEntity
JpaClientScopeMapKeycloakTransaction. mapToEntityDelegate(JpaClientScopeEntity original)
-
Uses of MapClientScopeEntity in org.keycloak.models.map.storage.jpa.clientScope.delegate
Methods in org.keycloak.models.map.storage.jpa.clientScope.delegate that return MapClientScopeEntity Modifier and Type Method Description MapClientScopeEntity
JpaClientScopeDelegateProvider. 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 MapClientScopeEntity
JpaClientScopeDelegateProvider. getDelegate(boolean isRead, Enum<? extends EntityField<MapClientScopeEntity>> field, Object... parameters)
-
Uses of MapClientScopeEntity in org.keycloak.models.map.storage.jpa.clientScope.entity
Classes in org.keycloak.models.map.storage.jpa.clientScope.entity that implement MapClientScopeEntity Modifier and Type Class Description class
JpaClientScopeEntity
There are some fields marked by@Column(insertable = false, updatable = false)
.class
JpaClientScopeMetadata
-