Package | Description |
---|---|
com.sas.hls.security.user |
Service and class definitions for manipulating and creating Users.
|
Modifier and Type | Method and Description |
---|---|
void |
UserService.changePassword(String oldPassword,
String newPassword)
Change the current user password
|
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.
|
void |
UserService.resetPassword(String userId,
String newPassword)
Reset the password of a user.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA