public class PolicyDeleterImpl extends Object implements PolicyDeleter
| Constructor and Description |
|---|
PolicyDeleterImpl() |
PolicyDeleterImpl(String url) |
| 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
|
void |
setUrl(String url) |
public PolicyDeleterImpl()
public PolicyDeleterImpl(String url)
public void setUrl(String url)
public Status clear()
clear in interface PolicyDeleterpublic Status deletePolicy(String alias, String policyId)
deletePolicy in interface PolicyDeleteralias - the PAP alias (can be null)policyId - the id of the policy to be deletedpublic Status deletePolicySet(String alias, String policySetId)
deletePolicySet in interface PolicyDeleteralias - the PAP alias (can be null)policySetId - the id of the policy to be deletedpublic Status deleteRule(String alias, String ruleId)
deleteRule in interface PolicyDeleteralias - the PAP alias (can be null)ruleId - the id of the ruleCopyright © 2016. All Rights Reserved.