SAP NetWeaver '04

Uses of Interface
com.sap.netweaver.bc.rf.common.security.acl.IAclPermission

Packages that use IAclPermission
com.sap.netweaver.bc.rf.common.security.acl Contains repository framework common interface for ACL based security.  
com.sap.netweaver.bc.rf.mi.security.acl Contains repository framework manager interface for ACL based security.  
 

Uses of IAclPermission in com.sap.netweaver.bc.rf.common.security.acl
 

Methods in com.sap.netweaver.bc.rf.common.security.acl that return IAclPermission
 IAclPermission IAclEntry.getPermission()
          Get permission of the ACL entry.
 IAclPermission IAclPermissionListIterator.next()
          get the current element in the list and step to the next element
 

Methods in com.sap.netweaver.bc.rf.common.security.acl with parameters of type IAclPermission
 boolean IAclPermission.isMember(IAclPermission permission)
          check whether some permission is a member of the present permission
 boolean IAclPermission.addMember(IAclPermission permission)
          add some permission as a new member to the present permission
 boolean IAclPermission.removeMember(IAclPermission permission)
          remove a member from the present permission
 boolean IAclPermission.isContained(IAclPermission permission)
          check whether a permission and all of its members are contained in the present permission
 boolean IAclPermission.equals(IAclPermission permission)
          check whether some permission equals the present permission
 boolean IAcl.checkPermission(com.sap.netweaver.bc.rf.common.security.acl.IPrincipal principal, IAclPermission permission)
          Check whether or not the ACL grants a specific permission to a principal.
 boolean IAclEntry.checkPermission(IAclPermission permission)
          Check whether or not the given permission is covered by this ACL entry.
 

Uses of IAclPermission in com.sap.netweaver.bc.rf.mi.security.acl
 

Methods in com.sap.netweaver.bc.rf.mi.security.acl that return IAclPermission
 IAclPermission IAclSecurityManager.getPermission(java.lang.String name)
          Identify and get permission with the given name generally known to this ACL security sub manager.
 IAclPermission IAclSecurityManager.createPermission(java.lang.String name)
          Register permission with the given name generally for this ACL security sub manager.
 

Methods in com.sap.netweaver.bc.rf.mi.security.acl with parameters of type IAclPermission
 IAclEntry IAclSecurityManager.createAclEntry(com.sap.netweaver.bc.rf.mi.security.acl.IPrincipal principal, IAclPermission permission, boolean negative, boolean readonly, int sortIndex)
          Create a new ACL entry to grant or deny a permission to a principal.
 void IAclSecurityManager.removePermission(IAclPermission permission)
          Unregister permission with the given name generally from this ACL security sub manager.
 void IAclSecurityManager.addSupportedPermission(IObjectType objectType, IAclPermission permission)
          Register permission as supported permission for an object type.
 void IAclSecurityManager.removeSupportedPermission(IObjectType objectType, IAclPermission permission)
          Unregister permission as no longer supported permission from an object type.
 boolean IAclSecurityManager.isPermissionUsedInAcl(IAclPermission permission)
          Check whether or not a permission is used in an ACL.
 


SAP NetWeaver '04

Copyright © 2004 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.