Class AccessControl
- java.lang.Object
-
- com.devonfw.module.security.common.api.accesscontrol.AccessControl
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccessControlGroup,AccessControlPermission
public abstract class AccessControl extends Object implements Serializable
This is the abstract base class for a node of theAccessControlSchemathat represents a tree ofAccessControlGroups andAccessControlPermissions. If aPrincipal"has" aAccessControlhe also "has" allAccessControls with according permissions in the spanned sub-tree.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccessControl()The constructor.AccessControl(String id)The constructor.
-
-
-
Method Detail
-
getId
public String getId()
- Returns:
- the unique identifier of this
AccessControl. Has to be unique for allAccessControlin aAccessControlSchema.
-
-