| Interface | Description |
|---|---|
| AccessControlProvider |
This is the interface for a provider of
AccessControls. |
| PrincipalAccessControlProvider<P extends Principal> |
This is the interface for a provide that allows to
get the permission groups for a
Principal. |
| Class | Description |
|---|---|
| AccessControl |
This is the abstract base class for a node of the
AccessControlSchema that represents a tree of
AccessControlGroups and AccessControlPermissions. |
| AccessControlGroup |
A
AccessControlGroup represents a collection of permissions. |
| AccessControlPermission |
A
AccessControlPermission represents an atomic permission of the application. |
| AccessControlSchema |
This class represents the security configuration for the mapping of
AccessControlGroups to
AccessControlPermissions. |
Copyright © 2014–2016 OASP-Team. All rights reserved.