Uses of Class
com.sas.lsaf.security.user.User
Packages that use User
Package
Description
Service and classes to create and manipulate users in the system.
-
Uses of User in com.sas.lsaf.security.user
Methods in com.sas.lsaf.security.user that return UserModifier and TypeMethodDescriptionUserService.createUser(UserCreateInfo userInfo) Creates a user in the system.UserService.getUserByUserId(String userId) Gets the full representation of a user given their user identifier.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.UserService.updateUser(User user) Updates a user in the system.Methods in com.sas.lsaf.security.user that return types with arguments of type UserModifier and TypeMethodDescriptionUserService.getAllUsers()Gets the full representation of all the users that are defined in the system.UserService.getUsersByUserIds(Set<String> userIds) Gets the full representations for the specified user identifiers.Methods in com.sas.lsaf.security.user with parameters of type UserModifier and TypeMethodDescriptionUserService.updateUser(User user) Updates a user in the system.