Uses of Class
org.keycloak.representations.idm.UserSessionRepresentation
Packages that use UserSessionRepresentation
Package
Description
-
Uses of UserSessionRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return types with arguments of type UserSessionRepresentationModifier 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
Methods in org.keycloak.models.utils that return UserSessionRepresentationModifier and TypeMethodDescriptionstatic UserSessionRepresentationModelToRepresentation.toRepresentation(UserSessionModel session) -
Uses of UserSessionRepresentation in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin that return types with arguments of type UserSessionRepresentationModifier 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