Package | Description |
---|---|
com.sas.lsaf.security.user |
Service and classes to create and manipulate users in the system.
|
Modifier and Type | Method and Description |
---|---|
void |
UserService.changePassword(String oldPassword,
String newPassword)
Changes the current user password.
|
User |
UserService.createUser(UserCreateInfo userInfo)
Creates a user in the system.
|
void |
UserService.resetPassword(String userId,
String newPassword)
Resets the password of a user.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>