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.accountMethods 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 voidDeviceRepresentation. addSession(SessionRepresentation sessionRep)
- 
Uses of SessionRepresentation in org.keycloak.services.resources.accountMethods 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.
 
-