Uses of Class
de.aservo.confapi.commons.model.UserBean
Packages that use UserBean
Package
Description
-
Uses of UserBean in de.aservo.confapi.commons.model
Fields in de.aservo.confapi.commons.model declared as UserBean -
Uses of UserBean in de.aservo.confapi.commons.rest
Methods in de.aservo.confapi.commons.rest with parameters of type UserBean -
Uses of UserBean in de.aservo.confapi.commons.rest.api
Methods in de.aservo.confapi.commons.rest.api with parameters of type UserBean -
Uses of UserBean in de.aservo.confapi.commons.service.api
Methods in de.aservo.confapi.commons.service.api that return UserBeanModifier and TypeMethodDescriptionGet the user.UsersService.updatePassword(String username, String password) Update the user password.UsersService.updateUser(String username, UserBean userBean) Update the user.Methods in de.aservo.confapi.commons.service.api with parameters of type UserBeanModifier and TypeMethodDescriptionUsersService.updateUser(String username, UserBean userBean) Update the user.