public abstract class AccessControl extends Object implements Serializable
AccessControlSchema that represents a tree of
AccessControlGroups and AccessControlPermissions. If a Principal "has" a
AccessControl he also "has" all AccessControls with according permissions in the spanned sub-tree.| Modifier and Type | Field and Description |
|---|---|
private String |
id |
private static long |
serialVersionUID
UID for serialization.
|
| Constructor and Description |
|---|
AccessControl()
The constructor.
|
AccessControl(String id)
The constructor.
|
private static final long serialVersionUID
private String id
#getName()public String getId()
AccessControl. Has to be unique for all AccessControl in a
AccessControlSchema.Copyright © 2014–2016 OASP-Team. All rights reserved.