|
||||||||||
| 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.PolicyReaderImpl
public class PolicyReaderImpl
Standard implementation of Policy Reader
| Constructor Summary | |
|---|---|
PolicyReaderImpl()
|
|
PolicyReaderImpl(String url)
|
|
| Method Summary | |
|---|---|
Status |
getPolicy(String alias,
String policyId)
Gets a policy |
Status |
getPolicySet(String alias,
String policySetId)
Gets a policy set |
Status |
listPolicies(String alias)
Lists all the policies in the PAP |
Status |
listPolicySets(String alias)
Lists all the policy sets in the PAP |
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 PolicyReaderImpl()
public PolicyReaderImpl(String url)
| Method Detail |
|---|
public void setUrl(String url)
url - public Status listPolicies(String alias)
listPolicies in interface PolicyReaderalias - the PAP alias (can be null)
public Status getPolicy(String alias,
String policyId)
getPolicy in interface PolicyReaderalias - the PAP alias (can be null)policyId - the id of the policy
public Status listPolicySets(String alias)
listPolicySets in interface PolicyReaderalias - the PAP alias (can be null)
public Status getPolicySet(String alias,
String policySetId)
getPolicySet in interface PolicyReaderalias - the PAP alias (can be null)policySetId - the id of the policy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||