Package | Description |
---|---|
org.keycloak.admin.client.resource | |
org.keycloak.models.utils | |
org.keycloak.services.resources.admin |
Modifier and Type | Method and Description |
---|---|
List<UserSessionRepresentation> |
UserResource.getOfflineSessions(String clientId) |
List<UserSessionRepresentation> |
ClientResource.getOfflineUserSessions(Integer firstResult,
Integer maxResults) |
List<UserSessionRepresentation> |
UserResource.getUserSessions() |
List<UserSessionRepresentation> |
ClientResource.getUserSessions(Integer firstResult,
Integer maxResults) |
Modifier and Type | Method and Description |
---|---|
static UserSessionRepresentation |
ModelToRepresentation.toRepresentation(UserSessionModel session) |
Modifier and Type | Method and Description |
---|---|
Stream<UserSessionRepresentation> |
UserResource.getOfflineSessions(String clientUuid)
Get offline sessions associated with the user and client
|
Stream<UserSessionRepresentation> |
ClientResource.getOfflineUserSessions(Integer firstResult,
Integer maxResults)
Get offline sessions for client
Returns a list of offline user sessions associated with this client
|
Stream<UserSessionRepresentation> |
UserResource.getSessions()
Get sessions associated with the user
|
Stream<UserSessionRepresentation> |
ClientResource.getUserSessions(Integer firstResult,
Integer maxResults)
Get user sessions for client
Returns a list of user sessions associated with this client
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.