| Package | Description |
|---|---|
| org.keycloak.models |
| Modifier and Type | Method and Description |
|---|---|
AuthenticatedClientSessionModel |
UserSessionProvider.createClientSession(RealmModel realm,
ClientModel client,
UserSessionModel userSession) |
AuthenticatedClientSessionModel |
UserSessionProvider.createOfflineClientSession(AuthenticatedClientSessionModel clientSession,
UserSessionModel offlineUserSession)
Will automatically attach newly created offline client session to the offlineUserSession
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,AuthenticatedClientSessionModel> |
UserSessionModel.getAuthenticatedClientSessions()
Returns map where key is ID of the client (its UUID) and value is the respective
AuthenticatedClientSessionModel object. |
| Modifier and Type | Method and Description |
|---|---|
AuthenticatedClientSessionModel |
UserSessionProvider.createOfflineClientSession(AuthenticatedClientSessionModel clientSession,
UserSessionModel offlineUserSession)
Will automatically attach newly created offline client session to the offlineUserSession
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.