Package | Description |
---|---|
org.keycloak.models.sessions.jpa | |
org.keycloak.models.sessions.jpa.entities |
Constructor and Description |
---|
ClientSessionAdapter(KeycloakSession session,
javax.persistence.EntityManager em,
RealmModel realm,
ClientSessionEntity entity) |
Modifier and Type | Field and Description |
---|---|
protected ClientSessionEntity |
ClientSessionRoleEntity.clientSession |
protected ClientSessionEntity |
ClientSessionRoleEntity.Key.clientSession |
protected ClientSessionEntity |
ClientSessionNoteEntity.clientSession |
protected ClientSessionEntity |
ClientSessionNoteEntity.Key.clientSession |
Modifier and Type | Field and Description |
---|---|
protected Collection<ClientSessionEntity> |
UserSessionEntity.clientSessions |
Modifier and Type | Method and Description |
---|---|
ClientSessionEntity |
ClientSessionRoleEntity.getClientSession() |
ClientSessionEntity |
ClientSessionRoleEntity.Key.getClientSession() |
ClientSessionEntity |
ClientSessionNoteEntity.getClientSession() |
ClientSessionEntity |
ClientSessionNoteEntity.Key.getClientSession() |
Modifier and Type | Method and Description |
---|---|
Collection<ClientSessionEntity> |
UserSessionEntity.getClientSessions() |
Modifier and Type | Method and Description |
---|---|
void |
ClientSessionRoleEntity.setClientSession(ClientSessionEntity clientSession) |
void |
ClientSessionNoteEntity.setClientSession(ClientSessionEntity clientSession) |
Constructor and Description |
---|
ClientSessionNoteEntity.Key(ClientSessionEntity clientSession,
String name) |
ClientSessionRoleEntity.Key(ClientSessionEntity clientSession,
String roleId) |
Copyright © 2015. All rights reserved.