Uses of Class
org.keycloak.representations.account.SessionRepresentation
-
Packages that use SessionRepresentation Package Description org.keycloak.representations.account org.keycloak.services.resources.account -
-
Uses of SessionRepresentation in org.keycloak.representations.account
Methods in org.keycloak.representations.account that return types with arguments of type SessionRepresentation Modifier and Type Method Description List<SessionRepresentation>
DeviceRepresentation. getSessions()
Methods in org.keycloak.representations.account with parameters of type SessionRepresentation Modifier and Type Method Description void
DeviceRepresentation. addSession(SessionRepresentation sessionRep)
-
Uses of SessionRepresentation in org.keycloak.services.resources.account
Methods in org.keycloak.services.resources.account that return types with arguments of type SessionRepresentation Modifier and Type Method Description Stream<SessionRepresentation>
SessionResource. toRepresentation()
Get session information.
-