public interface SecuredRepositoryItem extends RepositoryItem, SecuredObject
| 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 item-specific access control list for the indicated
 property. 
 | 
SecuredObject | 
getPropertySecuredObject(java.lang.String propertyName)
Returns the secured object that controls this property. 
 | 
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. 
 | 
getContextMemberships, getItemDescriptor, getPropertyValue, getRepository, getRepositoryId, isTransientgetItemDisplayNamegetAccessControlList, getOwner, getSecurityContext, setAccessControlList, setOwner, supportsAccessControlList, supportsOwner, unsecuredGetAccessControlList, unsecuredGetContainers, unsecuredGetOwner, unsecuredSetAccessControlList, unsecuredSetOwnerstatic final java.lang.String CLASS_VERSION
AccessControlList getPropertyAccessControlList(java.lang.String propertyName) throws SecurityException
SecurityExceptionSecuredRepositoryItemDescriptor.getPropertyAccessControlListSecuredObject getPropertySecuredObject(java.lang.String propertyName) throws SecurityException
SecurityExceptionboolean hasAccess(AccessRight right) throws SecurityException
SecurityExceptionImplementationSecurityExceptionboolean hasPropertyAccess(java.lang.String propertyName,
                          AccessRight right)
                   throws SecurityException
SecurityExceptionImplementationSecurityException