Package | Description |
---|---|
edu.sampleu.travel.document.authorizer | |
org.kuali.rice.kim.document.authorization | |
org.kuali.rice.kns.document.authorization |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
org.kuali.rice.krad.datadictionary | |
org.kuali.rice.krad.document | |
org.kuali.rice.krad.maintenance | |
org.kuali.rice.krad.service | |
org.kuali.rice.krad.service.impl | |
org.kuali.rice.krms.impl.authorization |
Modifier and Type | Class and Description |
---|---|
class |
TravelDocumentAuthorizer |
Modifier and Type | Class and Description |
---|---|
class |
IdentityManagementKimDocumentAuthorizer
This is a description of what this class does - shyu don't forget to fill this in.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DocumentAuthorizer
The DocumentAuthorizer class associated with a given Document is used to
dynamically determine what editing mode and what actions are allowed for a
given user on a given document instance.
|
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 | Interface and Description |
---|---|
interface |
TransactionalDocumentAuthorizer
Extension to DocumentAuthorizer interface which adds transactional document specific methods
|
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 |
class |
TransactionalDocumentAuthorizerBase
Base class for all TransactionalDocumentAuthorizers
|
class |
TransactionalDocumentViewAuthorizerBase
Extension to DocumentViewAuthorizerBase interface which adds transactional document specific methods
|
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
Authorizer class for
MaintenanceDocument instances |
Modifier and Type | Class and Description |
---|---|
class |
MaintenanceDocumentAuthorizerBase
Default implementation for
MaintenanceDocumentAuthorizer that perform KIM permission checks to authorize
the actions |
class |
MaintenanceViewAuthorizerBase
Implementation of
ViewAuthorizer for
MaintenanceDocumentView 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 |
Modifier and Type | Method and Description |
---|---|
DocumentAuthorizer |
DocumentDictionaryServiceImpl.getDocumentAuthorizer(Document document) |
DocumentAuthorizer |
DocumentDictionaryServiceImpl.getDocumentAuthorizer(String documentType) |
Modifier and Type | Class and Description |
---|---|
class |
AgendaEditorAuthorizer |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.