Uses of Class
com.sas.lsaf.security.user.UserPasswordException
Packages that use UserPasswordException
Package
Description
Service and classes to create and manipulate users in the system.
-
Uses of UserPasswordException in com.sas.lsaf.security.user
Methods in com.sas.lsaf.security.user that throw UserPasswordExceptionModifier and TypeMethodDescriptionvoidUserService.changePassword(String oldPassword, String newPassword) Changes the current user password.UserService.createUser(UserCreateInfo userInfo) Creates a user in the system.voidUserService.resetPassword(String userId, String newPassword) Resets the password of a user.