public class Permission extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Permission |
ALL |
static Permission |
AUTHENTICATE_ONLY |
static Permission |
CUSTOM |
static Permission |
DEFAULT |
| Constructor and Description |
|---|
Permission() |
Permission(String scope) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getScope() |
void |
setScope(String scope) |
String |
toString() |
public static final Permission AUTHENTICATE_ONLY
public static final Permission ALL
public static final Permission DEFAULT
public static final Permission CUSTOM
public Permission(String scope)
public Permission()
Copyright © 2018. All Rights Reserved.