Package | Description |
---|---|
com.sas.hls.security.user |
Service and class definitions for manipulating and creating Users.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
User |
UserService.setDefaultAuthenticatorByUserId(String userId,
String newPassword)
Sets the default authenticator for the specified user which will use the password defined in the current system.
|
User |
UserService.setExternalAuthenticatorByUserId(String userId,
String authenticator,
String authenticatorUsername)
Sets the external authenticator for the specified user.
|
User |
UserService.updateUser(User user)
Update a user in the system
|
Modifier and Type | Method and Description |
---|---|
Set<User> |
UserService.getAllUsers()
Get the full client representation of all users defined in the system.
|
Set<User> |
UserService.getUsersByUserDescriptors(Set<UserDescriptor> userDescriptors)
Get the full client representations for each provided userDescriptor who can be found in the system.
|
Set<User> |
UserService.getUsersByUserIds(Set<String> userIds)
Get the full client representations for every userId who can be found in the system.
|
Modifier and Type | Method and Description |
---|---|
User |
UserService.updateUser(User user)
Update a user in the system
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA