Uses of Interface
org.openhab.core.auth.User
Packages that use User
-
Uses of User in org.openhab.core.auth
Subinterfaces of User in org.openhab.core.authModifier and TypeInterfaceDescriptioninterfaceAUserthat is authenticated by the system itself, i.e., session state and API tokens are managed by the system.Classes in org.openhab.core.auth that implement UserModifier and TypeClassDescriptionclassRepresents a genericUserwith a set of rolesclassAUsersourced from a managedUserProvider.Methods in org.openhab.core.auth that return UserMethods in org.openhab.core.auth with parameters of type UserModifier and TypeMethodDescriptionUserRegistry.addUserApiToken(User user, String name, String scope) Adds a new API token to the user profile.voidUserRegistry.addUserSession(User user, UserSession session) Adds a new session to the user profilevoidUserRegistry.changePassword(User user, String newPassword) Change the password for aUserin this registry.voidUserRegistry.clearSessions(User user) Clears all sessions from the user profilevoidUserRegistry.removeUserApiToken(User user, UserApiToken apiToken) Removes the specified API token from the user profilevoidUserRegistry.removeUserSession(User user, UserSession session) Removes the specified session from the user profile