@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Permissions")
public class Permissions
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
Permissions() |
| Modifier and Type | Method and Description |
|---|---|
Promise<PermissionStatus> |
query(java.lang.Object permissionDesc)
The Permissions.query() method of the Permissions interface returns the state of a user permission on the global scope.
|
@Nonnull public Promise<PermissionStatus> query(@Nonnull java.lang.Object permissionDesc)