public class SecuredObjectBase<P extends Permission> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<P> |
permissions |
| Constructor and Description |
|---|
SecuredObjectBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPermission(P permission) |
List<P> |
getPermissions() |
void |
removePermission(P permission) |
void |
setPermissions(List<P> permissions) |
protected List<P extends Permission> permissions
Copyright © 2018 CrafterCMS. All rights reserved.