| Package | Description |
|---|---|
| org.keycloak.models | |
| org.keycloak.models.sessions.jpa | |
| org.keycloak.models.sessions.mem | |
| org.keycloak.models.sessions.mongo | |
| org.keycloak.services.managers |
| Modifier and Type | Method and Description |
|---|---|
ClientSessionModel |
UserSessionProvider.createClientSession(RealmModel realm,
ClientModel client,
UserSessionModel userSession,
String redirectUri,
String state,
Set<String> roles) |
ClientSessionModel |
UserSessionProvider.getClientSession(RealmModel realm,
String id) |
| Modifier and Type | Method and Description |
|---|---|
List<ClientSessionModel> |
UserSessionModel.getClientSessions() |
| Modifier and Type | Method and Description |
|---|---|
ClientSessionModel |
JpaUserSessionProvider.createClientSession(RealmModel realm,
ClientModel client,
UserSessionModel userSession,
String redirectUri,
String state,
Set<String> roles) |
ClientSessionModel |
JpaUserSessionProvider.getClientSession(RealmModel realm,
String id) |
| Modifier and Type | Method and Description |
|---|---|
List<ClientSessionModel> |
UserSessionAdapter.getClientSessions() |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientSessionAdapter |
| Modifier and Type | Method and Description |
|---|---|
ClientSessionModel |
MemUserSessionProvider.createClientSession(RealmModel realm,
ClientModel client,
UserSessionModel userSession,
String redirectUri,
String state,
Set<String> roles) |
ClientSessionModel |
MemUserSessionProvider.getClientSession(RealmModel realm,
String id) |
| Modifier and Type | Method and Description |
|---|---|
List<ClientSessionModel> |
UserSessionAdapter.getClientSessions() |
| Modifier and Type | Method and Description |
|---|---|
ClientSessionModel |
MongoUserSessionProvider.createClientSession(RealmModel realm,
ClientModel client,
UserSessionModel userSession,
String redirectUri,
String state,
Set<String> roles) |
ClientSessionModel |
MongoUserSessionProvider.getClientSession(RealmModel realm,
String id) |
| Modifier and Type | Method and Description |
|---|---|
List<ClientSessionModel> |
UserSessionAdapter.getClientSessions() |
| Constructor and Description |
|---|
AccessCode(RealmModel realm,
ClientSessionModel clientSession) |
Copyright © 2014. All Rights Reserved.