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 |
Modifier and Type | Field and Description |
---|---|
protected Collection<ClientSessionEntity> |
UserSessionEntity.clientSessions |
Modifier and Type | Method and Description |
---|---|
ClientSessionEntity |
ClientSessionRoleEntity.getClientSession() |
ClientSessionEntity |
ClientSessionRoleEntity.Key.getClientSession() |
Modifier and Type | Method and Description |
---|---|
Collection<ClientSessionEntity> |
UserSessionEntity.getClientSessions() |
Modifier and Type | Method and Description |
---|---|
void |
ClientSessionRoleEntity.setClientSession(ClientSessionEntity clientSession) |
Constructor and Description |
---|
ClientSessionRoleEntity.Key(ClientSessionEntity clientSession,
String roleId) |
Copyright © 2014. All Rights Reserved.