Uses of Interface
com.sap.security.api.acl.IAclEntry

Packages that use IAclEntry
com.sap.security.api.acl Provides basic Access Control List functionality. 
 

Uses of IAclEntry in com.sap.security.api.acl
 

Methods in com.sap.security.api.acl that return IAclEntry
 IAclEntry IAcl.createAclEntry(IPrincipal caller, IPrincipal principal, java.lang.String permission, boolean isInherited)
          This method creates a new ACE object to current ACL.
 

Methods in com.sap.security.api.acl with parameters of type IAclEntry
 boolean IAcl.removeAclEntry(IPrincipal caller, IAclEntry aclEntry)
          This method removes an existing ACE object from the current ACL object.
 



Copyright © 2002 SAP AG All Rights Reserved.