public class PdpAuthorizationServiceImpl extends Object implements PdpAuthorizationService
| Constructor and Description |
|---|
PdpAuthorizationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
IdentityManagementService |
getIdentityManagementService() |
boolean |
hasCancelPaymentPermission(String principalId)
This method checks if person has 'Cancel Payment' permission.
|
boolean |
hasFormatPermission(String principalId)
This method checks if the principal has 'Format' permission.
|
boolean |
hasHoldPaymentPermission(String principalId)
This method checks that the principal has the 'Hold Payment / Remove Non-Tax Payment Hold' permission.
|
boolean |
hasRemoveFormatLockPermission(String principalId)
This method checks that the principal has the 'Remove Format Lock' permission.
|
boolean |
hasRemovePaymentTaxHoldPermission(String principalId)
This method checks that the principal has 'Remove Payment Tax Hold' permission
|
boolean |
hasSetAsImmediatePayPermission(String principalId)
This method checks that the principal has 'Set as Immmediate Pay' permission.
|
public PdpAuthorizationServiceImpl()
public boolean hasCancelPaymentPermission(String principalId)
PdpAuthorizationServicehasCancelPaymentPermission in interface PdpAuthorizationServiceprincipalId - Principal IDorg.kuali.ole.pdp.service.PdpAuthorizationService#hasCancelPayment(java.lang.String)public boolean hasFormatPermission(String principalId)
PdpAuthorizationServicehasFormatPermission in interface PdpAuthorizationServiceprincipalId - Principal IDorg.kuali.ole.pdp.service.PdpAuthorizationService#hasFormat(java.lang.String, java.lang.String)public boolean hasHoldPaymentPermission(String principalId)
PdpAuthorizationServicehasHoldPaymentPermission in interface PdpAuthorizationServiceprincipalId - Principal IDorg.kuali.ole.pdp.service.PdpAuthorizationService#hasHoldPayment(java.lang.String)public boolean hasRemoveFormatLockPermission(String principalId)
PdpAuthorizationServicehasRemoveFormatLockPermission in interface PdpAuthorizationServiceprincipalId - Principal IDorg.kuali.ole.pdp.service.PdpAuthorizationService#hasRemoveFormatLock(java.lang.String, java.lang.String)public boolean hasRemovePaymentTaxHoldPermission(String principalId)
PdpAuthorizationServicehasRemovePaymentTaxHoldPermission in interface PdpAuthorizationServiceprincipalId - Principal IDorg.kuali.ole.pdp.service.PdpAuthorizationService#hasRemovePaymentTaxHold(java.lang.String)public boolean hasSetAsImmediatePayPermission(String principalId)
PdpAuthorizationServicehasSetAsImmediatePayPermission in interface PdpAuthorizationServiceprincipalId - Principal IDorg.kuali.ole.pdp.service.PdpAuthorizationService#hasSetAsImmediatePay(java.lang.String, java.lang.String)public IdentityManagementService getIdentityManagementService()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.