Uses of Class
com.sas.hls.security.user.exception.UserPasswordException

Packages that use UserPasswordException
com.sas.hls.security.user Service and class definitions for manipulating and creating Users. 
 

Uses of UserPasswordException in com.sas.hls.security.user
 

Methods in com.sas.hls.security.user that throw UserPasswordException
 User UserService.createUser(String userId, String displayName, String emailAddress, String password)
          Create a new user in the system.
 User UserService.createUserByCreateUserInfo(CreateUserInfo userInfo)
          Create a new user in the system.
 void UserService.resetPassword(String userId, String newPassword)
          Reset the password of a user.
 



Copyright (c) 2014, SAS Institute Inc., Cary, NC, USA