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)
PdpAuthorizationService
hasCancelPaymentPermission
in interface PdpAuthorizationService
principalId
- Principal IDorg.kuali.ole.pdp.service.PdpAuthorizationService#hasCancelPayment(java.lang.String)
public boolean hasFormatPermission(String principalId)
PdpAuthorizationService
hasFormatPermission
in interface PdpAuthorizationService
principalId
- Principal IDorg.kuali.ole.pdp.service.PdpAuthorizationService#hasFormat(java.lang.String, java.lang.String)
public boolean hasHoldPaymentPermission(String principalId)
PdpAuthorizationService
hasHoldPaymentPermission
in interface PdpAuthorizationService
principalId
- Principal IDorg.kuali.ole.pdp.service.PdpAuthorizationService#hasHoldPayment(java.lang.String)
public boolean hasRemoveFormatLockPermission(String principalId)
PdpAuthorizationService
hasRemoveFormatLockPermission
in interface PdpAuthorizationService
principalId
- Principal IDorg.kuali.ole.pdp.service.PdpAuthorizationService#hasRemoveFormatLock(java.lang.String, java.lang.String)
public boolean hasRemovePaymentTaxHoldPermission(String principalId)
PdpAuthorizationService
hasRemovePaymentTaxHoldPermission
in interface PdpAuthorizationService
principalId
- Principal IDorg.kuali.ole.pdp.service.PdpAuthorizationService#hasRemovePaymentTaxHold(java.lang.String)
public boolean hasSetAsImmediatePayPermission(String principalId)
PdpAuthorizationService
hasSetAsImmediatePayPermission
in interface PdpAuthorizationService
principalId
- 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.