|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||