Uses of Class
org.keycloak.representations.idm.UserSessionRepresentation
Package
Description
-
Uses of UserSessionRepresentation in org.keycloak.admin.client.resource
Modifier and TypeMethodDescriptionUserResource.getOfflineSessions
(String clientId) ClientResource.getOfflineUserSessions
(Integer firstResult, Integer maxResults) ClientResource.getUserSessions
(Integer firstResult, Integer maxResults) UserResource.getUserSessions()
-
Uses of UserSessionRepresentation in org.keycloak.models.utils
Modifier and TypeMethodDescriptionstatic UserSessionRepresentation
ModelToRepresentation.toRepresentation
(UserSessionModel session) -
Uses of UserSessionRepresentation in org.keycloak.services.resources.admin
Modifier and TypeMethodDescriptionUserResource.getOfflineSessions
(String clientUuid) Get offline sessions associated with the user and clientClientResource.getOfflineUserSessions
(Integer firstResult, Integer maxResults) Get offline sessions for client Returns a list of offline user sessions associated with this clientUserResource.getSessions()
Get sessions associated with the userClientResource.getUserSessions
(Integer firstResult, Integer maxResults) Get user sessions for client Returns a list of user sessions associated with this client