@Deprecated public interface BusinessObjectAuthorizationService extends DataObjectAuthorizationService
Modifier and Type | Method and Description |
---|---|
boolean |
canFullyUnmaskField(Person user,
Class<?> dataObjectClass,
String fieldName,
Document document)
Deprecated.
|
boolean |
canPartiallyUnmaskField(Person user,
Class<?> businessObjectClass,
String fieldName,
Document document)
Deprecated.
|
InquiryRestrictions |
getInquiryRestrictions(BusinessObject businessObject,
Person user)
Deprecated.
|
BusinessObjectRestrictions |
getLookupResultRestrictions(Object dataObject,
Person user)
Deprecated.
|
MaintenanceDocumentRestrictions |
getMaintenanceDocumentRestrictions(MaintenanceDocument maintenanceDocument,
Person user)
Deprecated.
|
attributeValueNeedsToBeEncryptedOnFormsAndLinks, canCreate, canMaintain
BusinessObjectRestrictions getLookupResultRestrictions(Object dataObject, Person user)
InquiryRestrictions getInquiryRestrictions(BusinessObject businessObject, Person user)
MaintenanceDocumentRestrictions getMaintenanceDocumentRestrictions(MaintenanceDocument maintenanceDocument, Person user)
boolean canFullyUnmaskField(Person user, Class<?> dataObjectClass, String fieldName, Document document)
boolean canPartiallyUnmaskField(Person user, Class<?> businessObjectClass, String fieldName, Document document)
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.