|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPolicyAccessService
The Policy Manager provides a dedicated service to be used only by the PAP component to retrieve policies for enforcement. As part of this, back tracing information is updated. WARNING: THIS IS AN INTERNAL API TO BE USED ONLY BY THE PAP SYSTEM COMPONENT AND MUST NOT BE USED BY OTHER CLIENTS.
Method Summary | |
---|---|
void |
deleteAttachmentEntries(List<IPolicySubject> policySubject) Disassociate a policy subject, represented by a resource pattern, with all policies that it may be associated with. |
IPolicySet |
getPolicies(Map<IPolicySubject,List<IPolicyReference>> polSubjectPolRefMap, boolean synchronizeAttachmentEntries, boolean includeConfigs) |
IPolicySet |
getPoliciesByPolicyReferencesMap(List<IPolicyReference> polRefs, boolean includeConfigs) Given a list of PolicyReferences returns a Map of <IPolicyReference, IPolicy> if a PolicyReference is invalid then null is returned |
Date |
getStoreTimestamp() Returns the timestamp of the Policy store |
Method Detail |
---|
IPolicySet getPolicies(Map<IPolicySubject,List<IPolicyReference>> polSubjectPolRefMap, boolean synchronizeAttachmentEntries, boolean includeConfigs) throws PolicyManagerException
polSubjectPolRefMap
-synchronizeAttachmentEntries
-PolicyManagerException
IPolicySet getPoliciesByPolicyReferencesMap(List<IPolicyReference> polRefs, boolean includeConfigs) throws PolicyManagerException
polRefs
- - List of IPolicyReferenceincludeConfigs
-PolicyManagerException
Date getStoreTimestamp()
void deleteAttachmentEntries(List<IPolicySubject> policySubject) throws PolicyManagerException
policySubject
- list of Policy subjects to be removed.PolicyManagerException
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |