Uses of Class
org.openhab.core.auth.UserSession
Packages that use UserSession
-
Uses of UserSession in org.openhab.core.auth
Methods in org.openhab.core.auth that return types with arguments of type UserSessionModifier and TypeMethodDescriptionManagedUser.getSessions()
Gets the current persistent sessions for this user.Methods in org.openhab.core.auth with parameters of type UserSessionModifier 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 profileMethod parameters in org.openhab.core.auth with type arguments of type UserSessionModifier and TypeMethodDescriptionvoid
ManagedUser.setSessions
(List<UserSession> sessions) Replaces the list of sessions by a new one.