|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAclEntry
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. |
| Method Detail |
|---|
IPrincipal getPrincipal()
String getPermission()
boolean isAllowed(String permission)
permission - the checked permission object.
boolean isInherited()
| Access Rights |
|---|
| SC | DC |
|---|---|
[sap.com] ENGINEAPI
|
[sap.com] com.sap.security.api.sda
|
[sap.com] ENGFACADE
|
[sap.com] tc/je/usermanagement/api
|
[sap.com] CORE-TOOLS
|
[sap.com] com.sap.engine.client.lib
|
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||