Package | Description |
---|---|
com.kobil.ssms.pam.presentation.b2b |
Modifier and Type | Method and Description |
---|---|
boolean |
PamManagementWs.addUser(String userId,
char[] password,
boolean mustBeChanged,
Boolean chapCompatibility)
Adds a new user to the database and sets the new password.
|
char[] |
PamManagementWs.addUserGenPwd(String userId,
boolean mustBeChanged,
Boolean chapCompatibility)
Adds a new user to the database and generates a new random password.
|
PamUserInfo |
PamManagementWs.getUserInfo(String userId)
Returns the requested user info object, if it exists in the database.
|
List<String> |
PamManagementWs.getUsers(String filter,
com.kobil.ssms.kernel.presentation.b2b.RangeInput rangeInput,
com.kobil.ssms.kernel.logic.pagination.OrderInput orderInput,
Holder<com.kobil.ssms.kernel.presentation.b2b.Pagination> pagination)
Returns a list of user IDs, which exists in the database and match the given filter.
|
boolean |
PamManagementWs.lockUser(String userId)
Lock the User.
|
boolean |
PamManagementWs.removePassword(String userId)
Removes a password.
|
boolean |
PamManagementWs.removeUser(String userId)
Removes a user.
|
char[] |
PamManagementWs.resetPassword(String userId,
boolean mustBeChanged,
Boolean chapCompatibility)
Randomly generates a new password, stores it for the given user,
optionally overwriting an existing password of this user, and returns it.
|
boolean |
PamManagementWs.setPassword(String userId,
char[] password,
boolean mustBeChanged,
Boolean chapCompatibility)
Sets a new password for the given user, optionally overwriting an already
exiting password.
|
boolean |
PamManagementWs.setState(String userId,
PamManagementWs.State state)
Sets the state of the password.
|
boolean |
PamManagementWs.unlockUser(String userId)
Sets the state of the referenced user from locked to unlocked.
|
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.