Interface | Description |
---|---|
AccessControlProvider |
This is the interface for a provider of
AccessControl s. |
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
AccessControlGroup s and AccessControlPermission s. |
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
AccessControlGroup s to
AccessControlPermission s. |
Copyright © 2014–2016 OASP-Team. All rights reserved.