Uses of Class
org.openhab.core.auth.UserApiToken
Packages that use UserApiToken
-
Uses of UserApiToken in org.openhab.core.auth
Methods in org.openhab.core.auth that return types with arguments of type UserApiTokenModifier and TypeMethodDescriptionManagedUser.getApiTokens()
Gets the long-term API tokens for this userMethods in org.openhab.core.auth with parameters of type UserApiTokenModifier and TypeMethodDescriptionvoid
UserRegistry.removeUserApiToken
(User user, UserApiToken apiToken) Removes the specified API token from the user profileMethod parameters in org.openhab.core.auth with type arguments of type UserApiTokenModifier and TypeMethodDescriptionvoid
ManagedUser.setApiTokens
(List<UserApiToken> apiTokens) Replaces the list of API tokens by a new one.