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

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

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

Methods in com.sas.hls.security.user that throw UserNotFoundException
 void UserService.deleteUser(String userId)
          Delete a user who has performed no actions in the system.
 User UserService.getUserByUserDescriptor(UserDescriptor userDescriptor)
          Get the full client representation of a user from their userDescriptor.
 User UserService.getUserByUserId(String userId)
          Get the full client representation of a user given their userId.
 UserDescriptor UserService.getUserDescriptorByUserId(String userId)
          Get the light-weight representation of the user with the specified userId.
 void UserService.lockUser(String userId)
          Locks the user with the specified userId.
 void UserService.resetPassword(String userId, String newPassword)
          Reset the password of a user.
 void UserService.unlockUser(String userId)
          Unlocks the user with the specified userId.
 User UserService.updateUser(User user)
          Update a user in the system
 



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