Package | Description |
---|---|
org.keycloak.models.map.client | |
org.keycloak.models.map.storage.chm |
Modifier and Type | Class and Description |
---|---|
class |
MapClientEntityDelegate |
class |
MapClientEntityImpl |
class |
MapClientEntityLazyDelegate |
Modifier and Type | Method and Description |
---|---|
protected MapClientEntity |
MapClientEntityLazyDelegate.getDelegate() |
protected MapClientEntity |
MapClientEntityDelegate.getDelegate() |
Constructor and Description |
---|
MapClientAdapter(KeycloakSession session,
RealmModel realm,
MapClientEntity entity) |
MapClientEntityDelegate(MapClientEntity delegate) |
Constructor and Description |
---|
MapClientEntityLazyDelegate(Supplier<MapClientEntity> delegateSupplier) |
MapClientProvider(KeycloakSession session,
MapStorage<MapClientEntity,ClientModel> clientStore,
ConcurrentMap<String,ConcurrentMap<String,Integer>> clientRegisteredNodesStore) |
Modifier and Type | Field and Description |
---|---|
static Map<SearchableModelField<ClientModel>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object,MapClientEntity,ClientModel>> |
MapFieldPredicates.CLIENT_PREDICATES |
Copyright © 2021 JBoss by Red Hat. All rights reserved.