Package | Description |
---|---|
com.fortanix.sdkms.v1.model |
Modifier and Type | Field and Description |
---|---|
static UserGroupFlags |
UserGroupFlags.GROUPADMINISTRATOR |
static UserGroupFlags |
UserGroupFlags.GROUPAUDITOR |
Modifier and Type | Method and Description |
---|---|
static UserGroupFlags |
UserGroupFlags.fromValue(String val)
Intantiate an enumeration member from a value.
|
static UserGroupFlags[] |
UserGroupFlags.values()
Return an array containing the known enumeration values.
|
Modifier and Type | Method and Description |
---|---|
Map<String,UserGroupFlags> |
UserRequest.getAddGroups()
The user will be added to the specified security groups with the specified roles.
|
Map<String,UserGroupFlags> |
UserRequest.getDelGroups()
The user will be removed from the specified security groups.
|
Map<String,UserGroupFlags> |
UserRequest.getModGroups()
The user's role in the specified groups will be updated to the specified roles.
|
Modifier and Type | Method and Description |
---|---|
UserRequest |
UserRequest.putAddGroupsItem(String key,
UserGroupFlags addGroupsItem) |
UserRequest |
UserRequest.putDelGroupsItem(String key,
UserGroupFlags delGroupsItem) |
UserRequest |
UserRequest.putModGroupsItem(String key,
UserGroupFlags modGroupsItem) |
Modifier and Type | Method and Description |
---|---|
UserRequest |
UserRequest.addGroups(Map<String,UserGroupFlags> addGroups) |
UserRequest |
UserRequest.delGroups(Map<String,UserGroupFlags> delGroups) |
UserRequest |
UserRequest.modGroups(Map<String,UserGroupFlags> modGroups) |
void |
UserRequest.setAddGroups(Map<String,UserGroupFlags> addGroups) |
void |
UserRequest.setDelGroups(Map<String,UserGroupFlags> delGroups) |
void |
UserRequest.setModGroups(Map<String,UserGroupFlags> modGroups) |
Copyright © 2017-2019 Fortanix Inc. All Rights Reserved