Package | Description |
---|---|
com.sas.lsaf.security.user |
Service and classes to create and manipulate users in the system.
|
Modifier and Type | Method and Description |
---|---|
User |
UserService.createUser(UserCreateInfo userInfo)
Creates a user in the system.
|
User |
UserService.getUserByUserId(String userId)
Gets the full representation of a user given their user identifier.
|
User |
UserService.setDefaultAuthenticatorByUserId(String userId,
String newPassword)
Sets the specified user account to use the default authenticator and the new password specified.
|
User |
UserService.setExternalAuthenticatorByUserId(String userId,
String authenticator,
String authenticatorUsername)
Sets the external authenticator for a user.
|
User |
UserService.updateUser(User user)
Updates a user in the system.
|
Modifier and Type | Method and Description |
---|---|
Set<User> |
UserService.getAllUsers()
Gets the full representation of all the users that are defined in the system.
|
Set<User> |
UserService.getUsersByUserIds(Set<String> userIds)
Gets the full representations for the specified user identifiers.
|
Modifier and Type | Method and Description |
---|---|
User |
UserService.updateUser(User user)
Updates a user in the system.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA