public class Permissions extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,AccessLevel> |
actualLevels |
protected Map<String,Set<String>> |
actualPermissions |
static String |
copyright |
protected List<Group> |
groups |
| Constructor and Description |
|---|
Permissions() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AccessLevel> |
getActualLevels() |
Map<String,Set<String>> |
getActualPermissions() |
List<Group> |
getGroups() |
void |
init() |
public static final String copyright
protected final Map<String,AccessLevel> actualLevels