Package | Description |
---|---|
org.keycloak.models.map.storage | |
org.keycloak.models.map.storage.chm | |
org.keycloak.models.map.userSession |
Modifier and Type | Field and Description |
---|---|
static Map<SearchableModelField<UserSessionModel>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object,MapUserSessionEntity<Object>,UserSessionModel>> |
MapFieldPredicates.USER_SESSION_PREDICATES |
Modifier and Type | Method and Description |
---|---|
MapKeycloakTransaction<K,MapUserSessionEntity<K>,UserSessionModel> |
UserSessionConcurrentHashMapStorage.createTransaction(KeycloakSession session) |
Modifier and Type | Field and Description |
---|---|
protected MapUserSessionEntity<K> |
AbstractUserSessionModel.entity |
Modifier and Type | Field and Description |
---|---|
protected MapKeycloakTransaction<UK,MapUserSessionEntity<UK>,UserSessionModel> |
MapUserSessionProvider.userSessionTx |
Modifier and Type | Method and Description |
---|---|
static <K> void |
SessionExpiration.setUserSessionExpiration(MapUserSessionEntity<K> entity,
RealmModel realm) |
Constructor and Description |
---|
AbstractUserSessionModel(KeycloakSession session,
RealmModel realm,
MapUserSessionEntity<K> entity) |
MapUserSessionAdapter(KeycloakSession session,
RealmModel realm,
MapUserSessionEntity<K> entity) |
Constructor and Description |
---|
MapUserSessionProvider(KeycloakSession session,
MapStorage<UK,MapUserSessionEntity<UK>,UserSessionModel> userSessionStore,
MapStorage<CK,MapAuthenticatedClientSessionEntity<CK>,AuthenticatedClientSessionModel> clientSessionStore) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.