Uses of Class
org.openhab.core.auth.UserSession
-
Uses of UserSession in org.openhab.core.auth
Modifier and TypeMethodDescriptionManagedUser.getSessions()
Gets the current persistent sessions for this user.Modifier and TypeMethodDescriptionvoid
UserRegistry.addUserSession
(User user, UserSession session) Adds a new session to the user profilevoid
UserRegistry.removeUserSession
(User user, UserSession session) Removes the specified session from the user profileModifier and TypeMethodDescriptionvoid
ManagedUser.setSessions
(List<UserSession> sessions) Replaces the list of sessions by a new one.