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.Get the user.Set (add or update) 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 that return types with arguments of type UserBeanModifier and TypeMethodDescriptionUsersService.setUsers(long directoryId, Collection<UserBean> userBeans) Set (add or update) users.Methods in de.aservo.confapi.commons.service.api with parameters of type UserBeanModifier and TypeMethodDescriptionSet (add or update) user.UsersService.updateUser(String username, UserBean userBean) Update the user.Method parameters in de.aservo.confapi.commons.service.api with type arguments of type UserBeanModifier and TypeMethodDescriptionUsersService.setUsers(long directoryId, Collection<UserBean> userBeans) Set (add or update) users.