Package | Description |
---|---|
org.keycloak.models.sessions.mem | |
org.keycloak.models.sessions.mem.entities |
Constructor and Description |
---|
UserSessionAdapter(KeycloakSession session,
MemUserSessionProvider provider,
RealmModel realm,
UserSessionEntity entity) |
Constructor and Description |
---|
MemUserSessionProvider(KeycloakSession session,
ConcurrentHashMap<String,UserSessionEntity> userSessions,
ConcurrentHashMap<String,ClientSessionEntity> clientSessions,
ConcurrentHashMap<UsernameLoginFailureKey,UsernameLoginFailureEntity> loginFailures) |
Modifier and Type | Method and Description |
---|---|
UserSessionEntity |
ClientSessionEntity.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
ClientSessionEntity.setSession(UserSessionEntity session) |
Copyright © 2014. All Rights Reserved.