Package | Description |
---|---|
org.keycloak.models.sessions.mongo | |
org.keycloak.models.sessions.mongo.entities |
Constructor and Description |
---|
ClientSessionAdapter(KeycloakSession session,
MongoUserSessionProvider provider,
RealmModel realm,
MongoClientSessionEntity entity,
MongoUserSessionEntity userSessionEntity,
MongoStoreInvocationContext invContext) |
Modifier and Type | Method and Description |
---|---|
List<MongoClientSessionEntity> |
MongoUserSessionEntity.getClientSessions() |
Modifier and Type | Method and Description |
---|---|
void |
MongoUserSessionEntity.setClientSessions(List<MongoClientSessionEntity> clientSessions) |
Copyright © 2015. All Rights Reserved.