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