org.kuali.rice.krad.uif.authorization
Class MaintenanceDocumentAuthorizerBase
java.lang.Object
org.kuali.rice.krad.uif.authorization.AuthorizerBase
org.kuali.rice.krad.uif.authorization.DocumentAuthorizerBase
org.kuali.rice.krad.uif.authorization.MaintenanceDocumentAuthorizerBase
- All Implemented Interfaces:
- Authorizer
public class MaintenanceDocumentAuthorizerBase
- extends DocumentAuthorizerBase
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class org.kuali.rice.krad.uif.authorization.DocumentAuthorizerBase |
addStandardAttributes, canAddNoteAttachment, canDeleteNoteAttachment, canEditDocumentOverview, canInitiate, canOpen, canReceiveAdHoc, canSendAdHocRequests, canSendAnyTypeAdHocRequests, canTakeRequestedAction, canViewNoteAttachment, getActionFlags, isDocumentInitiator |
Methods inherited from class org.kuali.rice.krad.uif.authorization.AuthorizerBase |
getDataDictionaryService, getEditModes, getKualiModuleService, getPermissionDetailValues, getPermissionService, getPersonService, getRoleQualification, getRoleQualification, getSecurePotentiallyHiddenGroupIds, getSecurePotentiallyReadOnlyGroupIds, isAuthorized, isAuthorized, isAuthorizedByTemplate, isAuthorizedByTemplate, permissionExistsByTemplate, permissionExistsByTemplate, permissionExistsByTemplate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MaintenanceDocumentAuthorizerBase
public MaintenanceDocumentAuthorizerBase()
canCreate
public final boolean canCreate(Class<?> boClass,
Person user)
canMaintain
public final boolean canMaintain(Object dataObject,
Person user)
canCreateOrMaintain
public final boolean canCreateOrMaintain(MaintenanceDocument maintenanceDocument,
Person user)
getSecurePotentiallyHiddenSectionIds
public Set<String> getSecurePotentiallyHiddenSectionIds()
getSecurePotentiallyReadOnlySectionIds
public Set<String> getSecurePotentiallyReadOnlySectionIds()
addRoleQualification
protected void addRoleQualification(Object dataObject,
Map<String,String> attributes)
- Description copied from class:
AuthorizerBase
- Override this method to populate the role qualifier attributes from the
primary data object or document. This will only be called once per
request.
- Overrides:
addRoleQualification
in class DocumentAuthorizerBase
- Parameters:
dataObject
- - the primary data object (i.e. the main object instance
behind the lookup result row or inquiry) or the documentattributes
- - role qualifiers will be added to this map
addPermissionDetails
protected void addPermissionDetails(Object dataObject,
Map<String,String> attributes)
- Description copied from class:
AuthorizerBase
- Override this method to populate the permission details from the primary
data object or document. This will only be called once per request.
- Overrides:
addPermissionDetails
in class DocumentAuthorizerBase
- Parameters:
dataObject
- - the primary data object (i.e. the main object instance
behind the lookup result row or inquiry) or the documentattributes
- - permission details will be added to this map
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.