Uses of Interface
org.keycloak.models.map.clientscope.MapClientScopeEntity
Packages that use MapClientScopeEntity
-
Uses of MapClientScopeEntity in org.keycloak.models.map.clientscope
Classes in org.keycloak.models.map.clientscope that implement MapClientScopeEntityModifier and TypeClassDescriptionstatic classclassclassclassstatic classMethods in org.keycloak.models.map.clientscope that return MapClientScopeEntityModifier and TypeMethodDescriptionstatic 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 MapClientScopeEntityModifier and TypeMethodDescriptionMapClientScopeEntityDelegate.getDelegateProvider()MapClientScopeEntityFieldDelegate.getEntityFieldDelegate()Methods in org.keycloak.models.map.clientscope with parameters of type MapClientScopeEntityModifier and TypeMethodDescriptionstatic MapClientScopeEntityMapClientScopeEntityCloner.deepClone(MapClientScopeEntity original, MapClientScopeEntity target) static MapClientScopeEntityMapClientScopeEntityCloner.deepCloneNoId(MapClientScopeEntity original, MapClientScopeEntity target) Constructors in org.keycloak.models.map.clientscope with parameters of type MapClientScopeEntityModifierConstructorDescriptionMapClientScopeAdapter(KeycloakSession session, RealmModel realm, MapClientScopeEntity entity) Constructor parameters in org.keycloak.models.map.clientscope with type arguments of type MapClientScopeEntityModifierConstructorDescriptionMapClientScopeEntityDelegate(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 MapClientScopeEntityModifier and TypeFieldDescriptionstatic final Map<SearchableModelField<ClientScopeModel>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object, MapClientScopeEntity, ClientScopeModel>> MapFieldPredicates.CLIENT_SCOPE_PREDICATES