| Package | Description |
|---|---|
| de.cinovo.cloudconductor.api.enums | |
| de.cinovo.cloudconductor.api.interfaces | |
| de.cinovo.cloudconductor.api.model |
| Modifier and Type | Method and Description |
|---|---|
static UserPermissions |
UserPermissions.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UserPermissions[] |
UserPermissions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<UserPermissions> |
IPermission.getPermissions() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<UserPermissions> |
UserGroup.getPermissions() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserGroup.setPermissions(java.util.Set<UserPermissions> permissions) |
| Constructor and Description |
|---|
UserGroup(java.lang.String name,
java.lang.String description,
java.util.Set<UserPermissions> permissions) |
Copyright © 2017-2020 Cinovo AG. All Rights Reserved.