Package | Description |
---|---|
org.kuali.ole.sec.service | |
org.kuali.ole.sec.service.impl |
Modifier and Type | Method and Description |
---|---|
boolean |
AccessSecurityService.canEditDocumentAccountingLine(AccountingDocument document,
AccountingLine accountingLine,
org.kuali.rice.kim.api.identity.Person person,
AccessSecurityRestrictionInfo restrictionInfo)
Checks any edit access security permissions setup for the user and for accounting lines of the given document type
|
boolean |
AccessSecurityService.canViewDocument(AccountingDocument document,
org.kuali.rice.kim.api.identity.Person person,
AccessSecurityRestrictionInfo restrictionInfo)
Checks view access on all accounting lines contained on the document for given user
|
Modifier and Type | Method and Description |
---|---|
boolean |
AccessSecurityServiceImpl.canEditDocumentAccountingLine(AccountingDocument document,
AccountingLine accountingLine,
org.kuali.rice.kim.api.identity.Person person,
AccessSecurityRestrictionInfo restrictionInfo) |
boolean |
AccessSecurityServiceImpl.canViewDocument(AccountingDocument document,
org.kuali.rice.kim.api.identity.Person person,
AccessSecurityRestrictionInfo restrictionInfo) |
protected boolean |
AccessSecurityServiceImpl.evaluateSecurityOnAccountingLinesByTemplate(AccountingDocument document,
org.kuali.rice.kim.api.identity.Person person,
org.kuali.rice.kim.api.common.template.Template permissionTemplate,
AccessSecurityRestrictionInfo restrictionInfo)
Iterates through source and target accounting lines for the given document and evaluates any permissions with the given
template id against the accounting line values
|
protected boolean |
AccessSecurityServiceImpl.evaluateSecurityPermissionsByTemplate(org.kuali.rice.krad.bo.BusinessObject businessObject,
Class entryClass,
org.kuali.rice.kim.api.identity.Person person,
org.kuali.rice.kim.api.common.template.Template permissionTemplate,
Map<String,String> additionalPermissionDetails,
AccessSecurityRestrictionInfo restrictionInfo)
Validates any security permissions setup for the user and attributes of the class against the business object values
|
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.