SAP NetWeaver '04

Uses of Interface
com.sap.netweaver.bc.rf.common.security.IPermission

Packages that use IPermission
com.sap.netweaver.bc.rf.common.security Contains repository framework common interface for security.  
com.sap.netweaver.bc.rf.mi.security Contains repository framework manager interface for security.  
 

Uses of IPermission in com.sap.netweaver.bc.rf.common.security
 

Classes in com.sap.netweaver.bc.rf.common.security that implement IPermission
 class Permission
          Class implementing permission.
 

Fields in com.sap.netweaver.bc.rf.common.security declared as IPermission
static IPermission Permission.PERMISSION_READ_CONTENT
           
static IPermission Permission.PERMISSION_READ_PROPERTIES
           
static IPermission Permission.PERMISSION_WRITE_CONTENT
           
static IPermission Permission.PERMISSION_WRITE_PROPERTIES
           
static IPermission Permission.PERMISSION_DELETE
           
static IPermission Permission.PERMISSION_LIST
           
static IPermission Permission.PERMISSION_CREATE
           
static IPermission Permission.PERMISSION_READ_NODE_PROPERTIES
           
static IPermission Permission.PERMISSION_WRITE_NODE_PROPERTIES
           
static IPermission Permission.PERMISSION_DELETE_NODE
           
 

Methods in com.sap.netweaver.bc.rf.common.security that return IPermission
static IPermission Permission.getPermission(java.lang.String fullName)
          Get permission (all permissions are cached for performance and internationalization reasons and indexed by their full name).
 

Uses of IPermission in com.sap.netweaver.bc.rf.mi.security
 

Methods in com.sap.netweaver.bc.rf.mi.security with parameters of type IPermission
 boolean ISecurityManager.isAllowed(IResourceHandle resourceHandle, com.sap.netweaver.bc.rf.mi.security.IPrincipal principal, IPermission permission)
          Checks whether the given principal has the given permission on the given resource handle.
 java.util.Set ISecurityManager.isAllowed(java.util.List ridList, com.sap.netweaver.bc.rf.mi.security.IPrincipal principal, IPermission permission)
          Checks whether the given principal has the given permission on the given resource identifiers.
 void IMutableSecurityManager.grant(IResourceHandle resourceHandle, com.sap.netweaver.bc.rf.mi.security.IPrincipal principal, IPermission permission)
          Set permission for the given principal on the given resource handle.
 void IMutableSecurityManager.grant(java.util.List ridList, com.sap.netweaver.bc.rf.mi.security.IPrincipal principal, IPermission permission)
          Set permission for the given principal on the given resource identifiers.
 void IMutableSecurityManager.revoke(IResourceHandle resourceHandle, com.sap.netweaver.bc.rf.mi.security.IPrincipal principal, IPermission permission)
          Remove permission for the given principal on the given resource handle.
 void IMutableSecurityManager.revoke(java.util.List ridList, com.sap.netweaver.bc.rf.mi.security.IPrincipal principal, IPermission permission)
          Remove permission for the given principal on the given resource identifiers.
 


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.