| Package | Description |
|---|---|
| io.cellery.observability.auth |
| Modifier and Type | Method and Description |
|---|---|
static Permission.Action |
Permission.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Permission.Action[] |
Permission.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Permission.Action> |
Permission.getActions() |
| Constructor and Description |
|---|
Permission(String runtime,
String namespace,
List<Permission.Action> actions) |
Copyright © 2019 WSO2. All rights reserved.