|
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 IStringPolicyAccessService
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. |
String |
getPoliciesAsStrings(Map<String,List<String>> polSubjectPolRefMap, boolean synchronizeAttachmentEntries, boolean includeConfigs) |
String |
getPoliciesAsStringsByPolicyReferencesMap(List<String> polRefs, boolean includeConfigs) Given a list of PolicyReferences returns a Map of <IPolicyReference, IPolicy> if a PolicyReference is invalid then null is returned |
Date |
getStoreTimestampAsDate() Returns the timestamp of the Policy store |
Method Detail |
---|
String getPoliciesAsStrings(Map<String,List<String>> polSubjectPolRefMap, boolean synchronizeAttachmentEntries, boolean includeConfigs) throws PolicyManagerException, RemoteException
polSubjectPolRefMap
-synchronizeAttachmentEntries
-PolicyManagerException
RemoteException
String getPoliciesAsStringsByPolicyReferencesMap(List<String> polRefs, boolean includeConfigs) throws PolicyManagerException, RemoteException
polRefs
- - List of IPolicyReferenceincludeConfigs
-PolicyManagerException
RemoteException
Date getStoreTimestampAsDate() throws RemoteException
RemoteException
void deleteAttachmentEntries(List<IPolicySubject> policySubject) throws PolicyManagerException, RemoteException
policySubject
- list of Policy subjects to be removed.PolicyManagerException
RemoteException
|
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 |