Uses of Class
com.sas.lsaf.security.user.UserNotFoundException
Packages that use UserNotFoundException
Package
Description
Service and classes to create and manipulate users in the system.
-
Uses of UserNotFoundException in com.sas.lsaf.security.user
Methods in com.sas.lsaf.security.user that throw UserNotFoundExceptionModifier and TypeMethodDescriptionvoidUserService.deleteUser(String userId) Deletes a user who has performed no actions in the system.UserService.getUserByUserId(String userId) Gets the full representation of a user given their user identifier.UserService.getUserDescriptorByUserId(String userId) Gets the lightweight representation of the user with the specified user identifier.voidLocks a user with the specified user identifier.voidUserService.resetPassword(String userId, String newPassword) Resets the password of a user.UserService.setDefaultAuthenticatorByUserId(String userId, String newPassword) Sets the specified user account to use the default authenticator and the new password specified.UserService.setExternalAuthenticatorByUserId(String userId, String authenticator, String authenticatorUsername) Sets the external authenticator for a user.voidUserService.unlockUser(String userId) Unlocks a user with the specified user identifier.UserService.updateUser(User user) Updates a user in the system.