Uses of Package
com.sapportals.wcm.util.acl

Packages that use com.sapportals.wcm.util.acl
com.sapportals.wcm.control.util   
com.sapportals.wcm.protocol.webdav.repository.acl Maps WebDAV ACL concepts onto the WCM IResourceAclManager and friends interfaces. 
com.sapportals.wcm.repository Contains the repository framework interfaces and classes. 
com.sapportals.wcm.repository.manager Contains interfaces for repository managers. 
com.sapportals.wcm.repository.security Contains interfaces for ACL security managers. 
com.sapportals.wcm.repository.service.serviceacl Provides a service to manage ACLs of services for resources. 
com.sapportals.wcm.repository.service.statemanagement Provides a service that keeps track of the status of resources. 
com.sapportals.wcm.service.template   
com.sapportals.wcm.util.acl Contains interfaces for ACLs and AclManagers with definitions for permissions, ACLs and ACL entries. 
 

Classes in com.sapportals.wcm.util.acl used by com.sapportals.wcm.control.util
IUMPrincipalList
          Deprecated. As of NetWeaver 7.1, methods previously returning an IUMPrincipalList, will now return a simple java.util.List, which contains objects of type com.sap.security.api.IPrincipal.
 

Classes in com.sapportals.wcm.util.acl used by com.sapportals.wcm.protocol.webdav.repository.acl
AclException
          Superclass for all exceptions thrown by IAcl s, IAclEntry s and IAclManager .
IAclPermission
          An IAclPermission denominates a set of actions that can be carried out on an object and can be granted or denied to a principal.
 

Classes in com.sapportals.wcm.util.acl used by com.sapportals.wcm.repository
IAclPermission
          An IAclPermission denominates a set of actions that can be carried out on an object and can be granted or denied to a principal.
 

Classes in com.sapportals.wcm.util.acl used by com.sapportals.wcm.repository.manager
IAclPermission
          An IAclPermission denominates a set of actions that can be carried out on an object and can be granted or denied to a principal.
 

Classes in com.sapportals.wcm.util.acl used by com.sapportals.wcm.repository.security
AclExistsException
          An AclException that indicates that a specific IAcl already exists.
AclPersistenceException
          An AclException that indicates that an error occured during access of the IAclManager 's persistence layer.
AlreadyAssignedToAclException
          An AclException that indicates that a specific IAclEntry is already assigned to an IAcl .
IAclPermission
          An IAclPermission denominates a set of actions that can be carried out on an object and can be granted or denied to a principal.
IAclPermissionList
          An IAclPermissionList is a list of IAclPermission s.
InvalidClassException
          An AclException that indicates that the classname given for IAclManager is invalid.
IObjectType
          An IObjectType is specifies the possible type of an object, an ACL can be assigned to.
IObjectTypeList
          An IObjectTypeList is a list of IObjectType s.
IUMPrincipalList
          Deprecated. As of NetWeaver 7.1, methods previously returning an IUMPrincipalList, will now return a simple java.util.List, which contains objects of type com.sap.security.api.IPrincipal.
LastOwnerException
          An AclException that indicates that a principal is the last owner of an IAcl and can not be removed.
NoAclException
          No longer used.
NotAuthorizedException
          An AclException that indicates that a principal is not authorized.
PermissionExistsException
          An AclException that indicates that a specific IAclPermission already exists.
PermissionNotSupportedException
          An AclException that indicates that a specific IAclPermission is not supported by the IAclManager .
PermissionUsedException
          An AclException that indicates that a specific IAclPermission is used and can not be removed.
PredefinedPermissionException
          An AclException that indicates that a specific IAclPermission is predefined by the IAclManager .
 

Classes in com.sapportals.wcm.util.acl used by com.sapportals.wcm.repository.service.serviceacl
IAclPermission
          An IAclPermission denominates a set of actions that can be carried out on an object and can be granted or denied to a principal.
 

Classes in com.sapportals.wcm.util.acl used by com.sapportals.wcm.repository.service.statemanagement
IAclPermission
          An IAclPermission denominates a set of actions that can be carried out on an object and can be granted or denied to a principal.
 

Classes in com.sapportals.wcm.util.acl used by com.sapportals.wcm.service.template
NotAuthorizedException
          An AclException that indicates that a principal is not authorized.
 

Classes in com.sapportals.wcm.util.acl used by com.sapportals.wcm.util.acl
AclException
          Superclass for all exceptions thrown by IAcl s, IAclEntry s and IAclManager .
AclExistsException
          An AclException that indicates that a specific IAcl already exists.
AclLoadClassException
          An AclException that indicates that a IAclManager could not be loaded by the AclManagerFactory .
AclManagerFactory
          The factory which creates IAclManager s.
AclPersistenceException
          An AclException that indicates that an error occured during access of the IAclManager 's persistence layer.
AlreadyAssignedToAclException
          An AclException that indicates that a specific IAclEntry is already assigned to an IAcl .
IAcl
          An IAcl is a Access Control List which defines the access permissions to an object.
IAcl4Tx
          A IAclRaw is a IAcl which also supports the retrieval of deleted owners and ACEs for deleted principals.
IAclEntry
          An IAclEntry is an entry in an IAcl which grants or denies a permission to a specific principal.
IAclEntryList
          An IAclEntryList is a list of IAclEntry s.
IAclEntryListIterator
          An IAclEntryListIterator is an iterator for an IAclEntryList .
IAclManager
          An IAclManager administers and persists Access Control Lists (ACLs).
IAclManager4Tx
          A IAclManagerRaw extends a IAclManager by methods to access even those ACLs with either deleted owners or deleted principals in the ACL's ACEs.
IAclPermission
          An IAclPermission denominates a set of actions that can be carried out on an object and can be granted or denied to a principal.
IAclPermissionList
          An IAclPermissionList is a list of IAclPermission s.
IAclPermissionListIterator
          An IAclPermissionListIterator is an iterator for an IAclPermissionList .
InvalidClassException
          An AclException that indicates that the classname given for IAclManager is invalid.
InvalidConfigException
          An AclException that indicates that the config-id for a IAclManager is not valid for within the AclManagerFactory .
IObjectType
          An IObjectType is specifies the possible type of an object, an ACL can be assigned to.
IObjectTypeList
          An IObjectTypeList is a list of IObjectType s.
IObjectTypeListIterator
          An IObjectTypeListIterator is an iterator for an IObjectTypeList .
IOwner
          An IOwner holds a list of principals that are the owners of an ACL.
IUMPrincipalList
          Deprecated. As of NetWeaver 7.1, methods previously returning an IUMPrincipalList, will now return a simple java.util.List, which contains objects of type com.sap.security.api.IPrincipal.
IUMPrincipalListIterator
          Deprecated. As of NetWeaver 7.1, methods previously returning an IUMPrincipalList, will now return a simple java.util.List, which contains objects of type com.sap.security.api.IPrincipal. This List can be traversed with the standard java.util.Iterator interface.
LastOwnerException
          An AclException that indicates that a principal is the last owner of an IAcl and can not be removed.
NotAuthorizedException
          An AclException that indicates that a principal is not authorized.
PermissionExistsException
          An AclException that indicates that a specific IAclPermission already exists.
PermissionNotSupportedException
          An AclException that indicates that a specific IAclPermission is not supported by the IAclManager .
PermissionUsedException
          An AclException that indicates that a specific IAclPermission is used and can not be removed.
PredefinedPermissionException
          An AclException that indicates that a specific IAclPermission is predefined by the IAclManager .
PrincipalRaw
          Deprecated. As of NetWeaver 7.1, do not use this class anymore! It will be removed as soon there is a better solution!
UMPrincipalRaw.TypeInfo
           
 



Copyright 2014 SAP AG Complete Copyright Notice