Name | DocumentSecurityDirective | |
---|---|---|
Usage | DocumentSecurityHandlerService | |
getAuthorizedDocumentIds | ||
Type | Complex |
The actual directive is supplied to the appropriate application that is responsible for the given security attributes
by invoking that applications {@link DocumentSecurityHandlerService}. This class primarily functions as a form of
data transport in order to package and send the required information.
ShortName | Name | Type | Description | Required? | Read only? | Cardinality | XML Attribute? | Implementation Notes |
---|---|---|---|---|---|---|---|---|
documentSecurityAttributeNames | Document Security Attribute Names | StringList | Returns the list of document security attribute names on this security directive. Will never return a null or empty list. |
Required | Many | No | ||
documents | Documents | DocumentList | Returns the list of documents on this security directive. Will never return null, but may return an empty list. | Required | Many | No |