|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.eng.rdlab.soa3.pm.connector.impl.PolicyDeleterImpl
public class PolicyDeleterImpl
Standard implementation of Policy Deleter
| Constructor Summary | |
|---|---|
PolicyDeleterImpl()
|
|
PolicyDeleterImpl(String url)
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PolicyDeleterImpl()
public PolicyDeleterImpl(String url)
| Method Detail |
|---|
public void setUrl(String url)
public Status clear()
clear in interface PolicyDeleter
public Status deletePolicy(String alias,
String policyId)
deletePolicy in interface PolicyDeleteralias - the PAP alias (can be null)policyId - the id of the policy to be deleted
public Status deletePolicySet(String alias,
String policySetId)
deletePolicySet in interface PolicyDeleteralias - the PAP alias (can be null)policySetId - the id of the policy to be deleted
public Status deleteRule(String alias,
String ruleId)
deleteRule in interface PolicyDeleteralias - the PAP alias (can be null)ruleId - the id of the rule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||