Uses of Class
com.sas.lsaf.security.user.UserPasswordException
-
Packages that use UserPasswordException Package Description com.sas.lsaf.security.user 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 UserPasswordException Modifier and Type Method Description void
UserService. changePassword(java.lang.String oldPassword, java.lang.String newPassword)
Changes the current user password.User
UserService. createUser(UserCreateInfo userInfo)
Creates a user in the system.void
UserService. resetPassword(java.lang.String userId, java.lang.String newPassword)
Resets the password of a user.
-