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

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

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

Methods in com.sap.security.api.acl that return IAcl
 IAcl IAclManager.createAcl(IPrincipal caller, java.lang.String objectId)
          This method creates a new ACL object for an object id.
 IAcl IAclManager.getAcl(java.lang.String objectId)
          This method reads the existing ACL object for a portal object.
 IAcl[] IAclManager.getAcls(java.lang.String[] objectIds)
          This method reads the existing ACL object for an array of object Ids.
 IAcl IAcl.prepare()
          Prepares this ACL for update.
 

Methods in com.sap.security.api.acl with parameters of type IAcl
 boolean IAclManager.removeAcl(IPrincipal caller, IAcl acl)
          This method removes the existing ACL object for a given acl.
 



Copyright © 2002 SAP AG All Rights Reserved.