com.sap.security.api.acl
Interface IAclEntry
public interface IAclEntry
ACL Context Entry Interface
Definition of an Access Control List Entry
Access-Control Entry (ACE) is an element in the Access-Control List (ACL).
An ACL can have zero or more ACEs. Each ACE controls or monitor access to an
object specified trustee.
An entry specifies a principle (i.e. user) and a permission that is granted
to the principle.
|
Method Summary |
String |
getPermission()
This method returns the permission object from current ACE object. |
IPrincipal |
getPrincipal()
This methods returns the principal object from current ACE object. |
boolean |
isAllowed(String permission)
This methods checks if the permission is covered by the ACE's permission. |
boolean |
isInherited()
This method checks if the ACE is inherited. |
getPrincipal
IPrincipal getPrincipal()
- This methods returns the principal object from current ACE object.
- Returns:
- IPrincipal principal object.
getPermission
String getPermission()
- This method returns the permission object from current ACE object.
- Returns:
- String permission
isAllowed
boolean isAllowed(String permission)
- This methods checks if the permission is covered by the ACE's permission.
- Parameters:
permission - the checked permission object.
- Returns:
- true when the permission is covered
false otherwise
isInherited
boolean isInherited()
- This method checks if the ACE is inherited. If a ACE is inherited,
then this ACE represents the ACE's of the parent object.
- Returns:
- true when the ACE is inherited
false otherwise
Copyright © 2007 by
SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein
as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other
countries all over the world. All other product and service names mentioned are the trademarks of their respective companies.
Data contained in this document serves informational purposes only. National product specifications may vary.
These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies
("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be
liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are
those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein
should be construed as constituting an additional warranty.