public interface DocumentSecurityAttribute extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAuthorizedForDocument(String principalId,
Document document)
Determines whether or not a principal is authorized to see information about a given document.
|
boolean isAuthorizedForDocument(String principalId, Document document)
principalId - the principalId for which to check authorizationdocument - the document for which to check securityCopyright © 2005–2016 The Kuali Foundation. All rights reserved.