| Package | Description |
|---|---|
| org.kuali.rice.krad.datadictionary | |
| org.kuali.rice.krad.document | |
| org.kuali.rice.krad.maintenance | |
| org.kuali.rice.krad.service |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends DocumentAuthorizer> |
DocumentEntry.documentAuthorizerClass |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends DocumentAuthorizer> |
DocumentEntry.getDocumentAuthorizerClass()
Full class name for the
DocumentAuthorizer that will authorize actions for this document |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentEntry.setDocumentAuthorizerClass(Class<? extends DocumentAuthorizer> documentAuthorizerClass)
Setter for the document authorizer class name
|
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentAuthorizerBase
Default implementation for
DocumentAuthorizer that perform KIM permission checks to authorize the actions |
class |
DocumentViewAuthorizerBase
Implementation of
ViewAuthorizer for
DocumentView instances |
| Modifier and Type | Method and Description |
|---|---|
DocumentAuthorizer |
DocumentViewAuthorizerBase.getDocumentAuthorizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentViewAuthorizerBase.setDocumentAuthorizer(DocumentAuthorizer documentAuthorizer) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentViewAuthorizerBase.setDocumentAuthorizerClass(Class<? extends DocumentAuthorizer> documentAuthorizerClass) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MaintenanceDocumentAuthorizer |
| Modifier and Type | Class and Description |
|---|---|
class |
MaintenanceDocumentAuthorizerBase |
class |
MaintenanceViewAuthorizerBase
Implementation of
ViewAuthorizer for
MaintenanceView instances |
| Modifier and Type | Method and Description |
|---|---|
DocumentAuthorizer |
DocumentDictionaryService.getDocumentAuthorizer(Document document)
Retrieves the
DocumentAuthorizer configured on the document entry for the document type associated
with the document instance |
DocumentAuthorizer |
DocumentDictionaryService.getDocumentAuthorizer(String documentType)
Retrieves the
DocumentAuthorizer configured on the document entry with the given document type
name |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.