public interface PolicyReader
| Modifier and Type | Method and Description |
|---|---|
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
|
Status listPolicies(String alias)
alias - the PAP alias (can be null)Status getPolicy(String alias, String policyId)
alias - the PAP alias (can be null)policyId - the id of the policyStatus listPolicySets(String alias)
alias - the PAP alias (can be null)Copyright © 2016. All Rights Reserved.