public interface SecuredRepositoryItemDescriptor extends RepositoryItemDescriptor, SecuredContainer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
| Modifier and Type | Method and Description |
|---|---|
AccessControlList |
getPropertyAccessControlList(java.lang.String propertyName)
Returns the access control list for a property in this
repository item.
|
AccessRight[] |
getPropertyAccessRights(java.lang.String propertyName)
Returns the set of access rights that can be assigned to a
property in this repository item.
|
boolean |
hasAccess(AccessRight right)
Checks to see if the current user has the indicated access right.
|
boolean |
hasPropertyAccess(java.lang.String propertyName,
AccessRight right)
Checks to see if the current user has the indicated access right for
the specified property.
|
void |
setPropertyAccessControlList(java.lang.String propertyName,
AccessControlList acl)
Changes the access control list for a property in this
repository item.
|
addPropertyDescriptor, encodeCompositeKey, getContextMembershipProperty, getDisplayNameProperty, getItemDescriptorName, getRepository, getRepositoryView, hasCompositeKey, isContextMembershipEnabled, removePropertyDescriptor, updatePropertyDescriptorareInstances, getBeanDescriptor, getPropertyDescriptor, getPropertyDescriptors, getPropertyNames, hasProperty, isInstancegetCreationAccessControlList, getCreationOwnerAccessControlListTemplate, getCreationSubPersonaAccessControlListTemplate, getInheritableAccessControlList, getOwner, getSecurityContext, setCreationAccessControlList, setCreationOwnerAccessControlListTemplate, setCreationSubPersonaAccessControlListTemplate, setInheritableAccessControlList, setOwner, unsecuredGetCreationAccessControlList, unsecuredGetCreationOwnerAccessControlListTemplate, unsecuredGetCreationSubPersonaAccessControlListTemplate, unsecuredGetInheritableAccessControlList, unsecuredGetOwnerstatic final java.lang.String CLASS_VERSION
AccessControlList getPropertyAccessControlList(java.lang.String propertyName) throws SecurityException
SecurityExceptionvoid setPropertyAccessControlList(java.lang.String propertyName,
AccessControlList acl)
throws SecurityException
SecurityExceptionAccessRight[] getPropertyAccessRights(java.lang.String propertyName) throws SecurityException
SecurityExceptionboolean hasAccess(AccessRight right) throws SecurityException
SecurityExceptionboolean hasPropertyAccess(java.lang.String propertyName,
AccessRight right)
throws SecurityException
SecurityException