public abstract class AccessControl extends Object implements Serializable
AccessControlSchema
that represents a tree of
AccessControlGroup
s and AccessControlPermission
s. If a Principal
"has" a
AccessControl
he also "has" all AccessControl
s 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.