| Package | Description |
|---|---|
| com.rapidclipse.framework.server.webapi.permissions |
| Modifier and Type | Method and Description |
|---|---|
static PermissionType |
PermissionType.fromString(String str) |
static PermissionType |
PermissionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PermissionType[] |
PermissionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Permissions.getPermissionStatus(PermissionType permission,
com.vaadin.flow.function.SerializableConsumer<PermissionStatus> callback)
Query the current permission status for a given permission.
|
Copyright © 2020 XDEV Software Corp.. All rights reserved.