public class DataObjectAuthorizationServiceImpl extends Object implements DataObjectAuthorizationService
DataObjectAuthorizationService that uses the
configured AttributeSecurity for a field to determine authorization
checks that need to be performed| Constructor and Description |
|---|
DataObjectAuthorizationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
attributeValueNeedsToBeEncryptedOnFormsAndLinks(Class<?> dataObjectClass,
String attributeName) |
boolean |
canCreate(Class<?> dataObjectClass,
org.kuali.rice.kim.api.identity.Person user,
String docTypeName) |
boolean |
canMaintain(Object dataObject,
org.kuali.rice.kim.api.identity.Person user,
String docTypeName) |
protected DataDictionaryService |
getDataDictionaryService() |
protected DocumentDictionaryService |
getDocumentDictionaryService() |
void |
setDataDictionaryService(DataDictionaryService dataDictionaryService) |
void |
setDocumentDictionaryService(DocumentDictionaryService documentDictionaryService) |
public DataObjectAuthorizationServiceImpl()
public boolean attributeValueNeedsToBeEncryptedOnFormsAndLinks(Class<?> dataObjectClass, String attributeName)
public boolean canCreate(Class<?> dataObjectClass, org.kuali.rice.kim.api.identity.Person user, String docTypeName)
canCreate in interface DataObjectAuthorizationServicecanCreate(java.lang.Class<?>, org.kuali.rice.kim.api.identity.Person, java.lang.String)public boolean canMaintain(Object dataObject, org.kuali.rice.kim.api.identity.Person user, String docTypeName)
canMaintain in interface DataObjectAuthorizationServicecanMaintain(java.lang.Object, org.kuali.rice.kim.api.identity.Person, java.lang.String)protected DataDictionaryService getDataDictionaryService()
public void setDataDictionaryService(DataDictionaryService dataDictionaryService)
protected DocumentDictionaryService getDocumentDictionaryService()
public void setDocumentDictionaryService(DocumentDictionaryService documentDictionaryService)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.