| Package | Description |
|---|---|
| de.terrestris.shogun2.model.security |
| Modifier and Type | Method and Description |
|---|---|
static Permission |
Permission.fromString(String inputValue) |
static Permission |
Permission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Permission[] |
Permission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Permission> |
PermissionCollection.getPermissions() |
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionCollection.setPermissions(Set<Permission> permissions) |
| Constructor and Description |
|---|
PermissionCollection(Set<Permission> permissions) |
Copyright © 2016 terrestris GmbH & Co. KG. All rights reserved.