| Name | Description | Type | Package | Framework |
| AclEntryList | Default implementation of an IAclEntryList , a list of Constructor SummaryAclEntryList() | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| AclEntryListIterator | Default implementation of an IAclEntryListIterator , an iterator for IAclEntryList s. | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| AclException | Superclass for all exceptions thrown by IAcl s, IAclEntry s and IAclManager . | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| AclExistsException | An AclException that indicates that a specific IAclSee Also:Serialized Form | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| AclLoadClassException | An AclException that indicates that a IAclManager could not be loaded by the AclManagerFactory . | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| AclManagerFactory | The factory which creates IAclManager s. | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| AclNotFoundException | An AclException that indicates that a specific IAcl Copyright (c) SAP AG 2001-2003 | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| AclPermissionImpl | An abstract base class for IAclPermission implementations. | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| AclPermissionList | Default implementation of an IAclPermissionList , a list ofConstructor SummaryAclPermissionList() | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| AclPermissionListIterator | Default implementation of an IAclPermissionListIterator , an iterator for IAclPermissionList s. | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| AclPersistenceException | An AclException that indicates that an error occured during access of the IAclManager 's persistence layer. | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| AlreadyAssignedToAclException | An AclException that indicates that a specific IAclEntry is already assigned to an IAcl . | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| IAcl | An IAcl is a Access Control List which defines the access permissions to an object. | Interface | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| IAcl4Tx | A IAclRaw is a IAcl which also supports the retrieval of deleted owners and ACEs for deleted principals. | Interface | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| IAclEntry | An IAclEntry is an entry in an IAcl which grants or denies a permission to a specific principal. | Interface | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| IAclEntryList | An IAclEntryList is a list of IAclEntry s. | Interface | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| IAclEntryListIterator | | Interface | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| IAclEntryRaw | Tagging interface to mark an IAclEntry/ as an ACE for a deleted principal. | Interface | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| IAclManager | An IAclManager administers and persists Access Control Lists ACL: Access Control List ACE: Access Control List Entry | Interface | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| IAclManager4Tx | A IAclManagerRaw extends a IAclManager by methods to access even those ACLs with either deleted owners or | Interface | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| IAclManagerRaw | A IAclManagerRaw extends a IAclManager by methods to access even those ACLs with either deleted owners or | Interface | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| 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. | Interface | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| IAclPermissionList | | Interface | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| IAclPermissionListIterator | An IAclPermissionListIterator is an iterator for an IAclPermissionList . | Interface | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| IAclRaw | A IAclRaw is a IAcl which also supports the retrieval of deleted owners and ACEs for deleted principals. | Interface | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| IObjectType | An IObjectType is specifies the possible type of an object, an ACL can be assigned to. | Interface | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| IObjectTypeList | An IObjectTypeList is a list of IObjectType s. | Interface | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| IObjectTypeListIterator | | Interface | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| IOwner | | Interface | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| IUMPrincipalList | An IUMPrincipalList is a list of IUMPrincipals . | Interface | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| IUMPrincipalListIterator | An IUMPrincipalListIterator is an iterator for an IUMPrincipalList . | Interface | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| IUMPrincipalRaw | | Interface | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| InvalidClassException | An AclException that indicates that the classname given for IAclManager is invalid. | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| InvalidConfigException | An AclException that indicates that the config-id for a IAclManager is not valid for within the AclManagerFactory | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| LastOwnerException | An AclException that indicates that a principal is the last owner of an IAcl and can not be removed. | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| NoAclException | See Also:Serialized FormFields inherited from class com. | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| NotAuthenticatedException | An AclException that indicates that a principal is notSee Also:Serialized Form | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| NotAuthorizedException | An AclException that indicates that a principal is notSee Also:Serialized Form | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| ObjectType | The default implementation for IObjectType s, the type of an object associated to an IAcl . | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| ObjectTypeList | Default implementation of an IObjectTypeList , a list of Constructor SummaryObjectTypeList() | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| ObjectTypeListIterator | Default implementation of an IObjectTypeListIterator , an iterator for IObjectTypeList s. | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| PermissionExistsException | An AclException that indicates that a specific IAclPermission already exists. | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| PermissionNotSupportedException | An AclException that indicates that a specific IAclPermission is not supported by the IAclManager . | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| PermissionUsedException | An AclException that indicates that a specific IAclPermission is used and can not be removed. | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| PredefinedPermissionException | An AclException that indicates that a specific IAclPermission is predefined by the IAclManager . | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| UMPrincipalList | Default implementation of an IUMPrincipalList , a list of Constructor SummaryUMPrincipalList() | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| UMPrincipalListIterator | Default implementation of an UMPrincipalListIterator , an iterator for IUMPrincipalList s. | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| UMPrincipalRaw | | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| UMPrincipalRaw .TypeInfo | | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |