Package | Description |
---|---|
com.cultofbits.integrationm.service.actionpack | |
com.cultofbits.integrationm.service.dictionary |
Modifier and Type | Method and Description |
---|---|
ReusableResponse<EmptyBody> |
UsermActionPack.deleteGroup(String name)
Deletes a group with the specified name.
|
ReusableResponse<EmptyBody> |
UsermActionPack.deleteGroup(String name,
String runAsUser)
Deletes a group with the specified name.
|
ReusableResponse<EmptyBody> |
UsermActionPack.deletePermission(String product,
String name)
Deletes a permission with the specified product and name.
|
ReusableResponse<EmptyBody> |
UsermActionPack.deletePermission(String product,
String name,
String runAsUser)
Deletes a permission with the specified product and name.
|
ReusableResponse<EmptyBody> |
UsermActionPack.deleteRole(String product,
String name)
Deletes a role with the specified product and name.
|
ReusableResponse<EmptyBody> |
UsermActionPack.deleteRole(String product,
String name,
String runAsUser)
Deletes a role with the specified product and name.
|
ReusableResponse<EmptyBody> |
UsermActionPack.deleteUser(String username)
Deletes a user with the specified username.
|
ReusableResponse<EmptyBody> |
UsermActionPack.deleteUser(String username,
String runAsUser)
Deletes a user with the specified ID.
|
ReusableResponse<EmptyBody> |
UsermActionPack.disableUser(String username)
Disables a user with the specified username.
|
ReusableResponse<EmptyBody> |
UsermActionPack.disableUser(String username,
String runAsUser)
Disables a user with the specified username.
|
ReusableResponse<EmptyBody> |
UsermActionPack.enableUser(String username)
Enables a user with the specified username.
|
ReusableResponse<EmptyBody> |
UsermActionPack.enableUser(String username,
String runAsUser)
Enables a user with the specified username.
|
Modifier and Type | Field and Description |
---|---|
static EmptyBody |
EmptyBody.INSTANCE |
Copyright © 2021 Cult Of Bits, lda