Uses of Class
org.keycloak.representations.idm.UserSessionRepresentation
-
Packages that use UserSessionRepresentation Package Description org.keycloak.admin.client.resource org.keycloak.models.utils org.keycloak.services.resources.admin -
-
Uses of UserSessionRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return types with arguments of type UserSessionRepresentation Modifier and Type Method Description List<UserSessionRepresentation>
UserResource. getOfflineSessions(String clientId)
List<UserSessionRepresentation>
ClientResource. getOfflineUserSessions(Integer firstResult, Integer maxResults)
List<UserSessionRepresentation>
ClientResource. getUserSessions(Integer firstResult, Integer maxResults)
List<UserSessionRepresentation>
UserResource. getUserSessions()
-
Uses of UserSessionRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return UserSessionRepresentation Modifier and Type Method Description static UserSessionRepresentation
ModelToRepresentation. 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 UserSessionRepresentation Modifier and Type Method Description Stream<UserSessionRepresentation>
UserResource. getOfflineSessions(String clientUuid)
Get offline sessions associated with the user and clientStream<UserSessionRepresentation>
ClientResource. getOfflineUserSessions(Integer firstResult, Integer maxResults)
Get offline sessions for client Returns a list of offline user sessions associated with this clientStream<UserSessionRepresentation>
UserResource. getSessions()
Get sessions associated with the userStream<UserSessionRepresentation>
ClientResource. getUserSessions(Integer firstResult, Integer maxResults)
Get user sessions for client Returns a list of user sessions associated with this client
-