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 |
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.