| Package | Description |
|---|---|
| org.keycloak.models.sessions.jpa | |
| org.keycloak.models.sessions.jpa.entities |
| Modifier and Type | Method and Description |
|---|---|
UserSessionEntity |
UserSessionAdapter.getEntity() |
| Constructor and Description |
|---|
UserSessionAdapter(KeycloakSession session,
javax.persistence.EntityManager em,
RealmModel realm,
UserSessionEntity entity) |
| Modifier and Type | Field and Description |
|---|---|
protected UserSessionEntity |
ClientSessionEntity.session |
protected UserSessionEntity |
UserSessionNoteEntity.userSession |
protected UserSessionEntity |
UserSessionNoteEntity.Key.userSession |
| Modifier and Type | Method and Description |
|---|---|
UserSessionEntity |
ClientSessionEntity.getSession() |
UserSessionEntity |
UserSessionNoteEntity.getUserSession() |
UserSessionEntity |
UserSessionNoteEntity.Key.getUserSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientSessionEntity.setSession(UserSessionEntity session) |
void |
UserSessionNoteEntity.setUserSession(UserSessionEntity userSession) |
| Constructor and Description |
|---|
UserSessionNoteEntity.Key(UserSessionEntity clientSession,
String name) |
Copyright © 2015. All rights reserved.