public interface PolicyDeleter
| Modifier and Type | Method and Description |
|---|---|
Status |
clear()
Clears the repository
|
Status |
deletePolicy(String alias,
String policyId)
Deletes the policy
|
Status |
deletePolicySet(String alias,
String policySetId)
Deletes the policy set
|
Status |
deleteRule(String alias,
String ruleId)
Deletes the rule
|
Status clear()
Status deletePolicy(String alias, String policyId)
alias - the PAP alias (can be null)policyId - the id of the policy to be deletedStatus deletePolicySet(String alias, String policySetId)
alias - the PAP alias (can be null)policySetId - the id of the policy to be deletedCopyright © 2017. All Rights Reserved.