Interface PermissionCheckValue
-
- All Known Subinterfaces:
BaseCredentialsInfo,CalendarEntry,FileInfo,LinkInfo,OAuth1CredentialsInfo,OAuth2CredentialsInfo,PasswordCredentialsInfo,SiteInfo
- All Known Implementing Classes:
AbstractCredentialsImpl,ArchivedNodeEntity,CalendarEntity,CalendarEntryDTO,CalendarEntryImpl,CopyService.CopyInfo,DownloadEntity,FileInfoImpl,GetArchivedNodesCannedQueryParams,GetCalendarEntriesCannedQueryParams,GetChildrenAuditableCannedQueryParams,GetChildrenWithTargetAssocsAuditableCannedQueryParams,GetDownloadsCannedQueryParams,LinkInfoImpl,NodeBackedEntity,NodeEntity,NodeUpdateEntity,NodeWithTargetsEntity,OAuth1CredentialsInfoImpl,OAuth2CredentialsInfoImpl,PasswordCredentialsInfoImpl,PersonService.PersonInfo,SiteInfoImpl
public interface PermissionCheckValueInterface for objects that can provide information to allow permission checks Implement this interface to enable the permission filtering layers to extract information in order to check permissions.- Since:
- 4.0
- Author:
- Derek Hulley
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.alfresco.service.cmr.repository.NodeRefgetNodeRef()Get the underlying node value that needs to be permission checked.
-