public interface ICorrectEnforcementExemptionHandler
| Modifier and Type | Interface and Description |
|---|---|
static class |
ICorrectEnforcementExemptionHandler.ExemptionActionType
Enforcement action types are listed here.
|
| Modifier and Type | Method and Description |
|---|---|
ICorrectEnforcementExemptionHandler.ExemptionActionType |
getExemptionAction(Account account)
This API gets the action to perform on a disallowed account that is eligible for exemption.
|
boolean |
isEligibleForExemption(Account account)
This API determines whether the account is eligible for an exemption.
|
boolean isEligibleForExemption(Account account) throws com.ibm.itim.policy.dynanalysis.PolicyAnalysisException
account - This parameter specifies the account that is disallowed.PolicyAnalysisExceptionICorrectEnforcementExemptionHandler.ExemptionActionType getExemptionAction(Account account) throws com.ibm.itim.policy.dynanalysis.PolicyAnalysisException
account - This parameter specifies the account that is disallowed.PolicyAnalysisException