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 TypeMethodDescriptionAuthenticatedUser.getSessions()Gets the current persistent sessions for this user.ManagedUser.getSessions()Methods in org.openhab.core.auth with parameters of type UserSessionModifier and TypeMethodDescriptionvoidUserRegistry.addUserSession(User user, UserSession session) Adds a new session to the user profilevoidUserRegistry.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 TypeMethodDescriptionvoidAuthenticatedUser.setSessions(List<UserSession> sessions) Replaces the list of sessions by a new one.voidManagedUser.setSessions(List<UserSession> sessions)