Package | Description |
---|---|
com.cultofbits.integrationm.service.actionpack |
Modifier and Type | Method and Description |
---|---|
ReusableResponse<User> |
UsermActionPack.addUserToGroups(String username,
List<String> groups)
Adds a user to multiple specified groups.
|
ReusableResponse<User> |
UsermActionPack.addUserToGroups(String username,
List<String> groups,
String runAsUser)
Adds a user to multiple specified groups.
|
ReusableResponse<User> |
UsermActionPack.createUser(Map<String,String> userData)
Creates a user based on the provided user information.
|
ReusableResponse<User> |
UsermActionPack.createUser(Map<String,String> userData,
List<String> groups)
Creates a new User with the provided information.
|
ReusableResponse<User> |
UsermActionPack.createUser(Map<String,String> userData,
List<String> groups,
String runAsUser)
Creates a new User with the provided information.
|
ReusableResponse<User> |
UsermActionPack.createUser(Map<String,String> userData,
String runAsUser)
Creates a new User with the provided information.
|
ReusableResponse<User> |
UsermActionPack.getUser(Integer userId)
Retrieves information about a user with the specified ID.
|
ReusableResponse<User> |
UsermActionPack.getUser(Integer userId,
String runAsUser)
Retrieves information about a user with the specified ID.
|
ReusableResponse<User> |
UsermActionPack.getUser(String username)
Retrieves information about a user with the specified ID.
|
ReusableResponse<User> |
UsermActionPack.getUser(String username,
String runAsUser)
Retrieves information about a user with the specified username.
|
ReusableResponse<User> |
UsermActionPack.removeUserFromGroups(String username,
List<String> groups)
Removes a user from multiple specified groups.
|
ReusableResponse<User> |
UsermActionPack.removeUserFromGroups(String username,
List<String> groups,
String runAsUser)
Removes a user from multiple specified groups.
|
SearchResult<User> |
UsermActionPack.searchUsers(String query)
Searches for users based on the provided query.
|
SearchResult<User> |
UsermActionPack.searchUsers(String query,
Map<String,String> options)
Searches for users based on the provided query.
|
ReusableResponse<User> |
UsermActionPack.updateUser(String username,
Map<String,Object> userData)
Updates an existing user with the provided information.
|
ReusableResponse<User> |
UsermActionPack.updateUser(String username,
Map<String,Object> userData,
String runAsUser)
Updates an existing user with the provided information.
|
Copyright © 2021 Cult Of Bits, lda