|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IUMPrincipalList | |
| com.sapportals.wcm.repository.security | Contains interfaces for ACL security managers. |
| com.sapportals.wcm.util.acl | Contains interfaces for ACLs and AclManagers with definitions for permissions, ACLs and ACL entries. |
| Uses of IUMPrincipalList in com.sapportals.wcm.repository.security |
| Methods in com.sapportals.wcm.repository.security that return IUMPrincipalList | |
IUMPrincipalList |
IResourceAclRaw.getOwnersRaw()
Get a list of ACL-owners. |
IUMPrincipalList |
IResourceAcl.getOwners()
get a list of the owners of the ACL |
| Methods in com.sapportals.wcm.repository.security with parameters of type IUMPrincipalList | |
IResourceAcl |
IResourceAclManager4Tx.createAcl(IResource resource,
IResourceAclEntryList entries,
IUMPrincipalList owners)
create a new ACL for a resource - initial owner is the user in the resource context - inherited ACEs are added - if the resource inherits an ACL the user must be an owner - fails, if the resource already has an ACL assigned |
boolean |
IResourceAcl4Tx.set(IResourceAclEntryList entries,
IUMPrincipalList owners)
(re)set the entries and owners for the ACL. |
| Uses of IUMPrincipalList in com.sapportals.wcm.util.acl |
| Classes in com.sapportals.wcm.util.acl that implement IUMPrincipalList | |
class |
UMPrincipalList
Default implementation of an IUMPrincipalList , a list of
IUMPrincipal s. |
| Methods in com.sapportals.wcm.util.acl that return IUMPrincipalList | |
IUMPrincipalList |
IOwner.getOwners()
get a list of the owners of the ACL |
IUMPrincipalList |
IAclRaw.getOwnersRaw()
Get a list of the owners of the ACL. |
| Methods in com.sapportals.wcm.util.acl with parameters of type IUMPrincipalList | |
IAcl |
IAclManager4Tx.createAcl(com.sapportals.portal.security.usermanagement.IUMPrincipal caller,
String aclID,
IObjectType objectType,
IAclEntryList entries,
IUMPrincipalList owners)
create a new ACL for the given list of ACEs and owners. |
boolean |
IAcl4Tx.set(com.sapportals.portal.security.usermanagement.IUMPrincipal caller,
IAclEntryList entries,
IUMPrincipalList owners)
(re)set the entries and owners of an ACL. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||