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 IAclPermissionListIterator.next()
          get the current element in the list and step to the next element
 IAclPermission IAclEntry.getPermission()
          Get permission of the ACL entry.
 

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 IAclEntry.checkPermission(IAclPermission permission)
          Check whether or not the given permission is covered by this ACL entry.
 boolean IAcl.checkPermission(IPrincipal principal, IAclPermission permission)
          Check whether or not the ACL grants a specific permission to a principal.
 

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(String name)
          Identify and get permission with the given name generally known to this ACL security sub manager.
 IAclPermission IAclSecurityManager.createPermission(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(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.
 



Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. 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.