Uses of Interface
org.keycloak.models.map.clientscope.MapClientScopeEntity
-
Packages that use MapClientScopeEntity Package Description org.keycloak.models.map.clientscope org.keycloak.models.map.storage.chm -
-
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 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 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.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
-