|
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 | |||||||||
java.lang.Object
oracle.wsm.policymanager.impl.PolicyAccessService
public class PolicyAccessService
| Constructor Summary | |
|---|---|
PolicyAccessService()Default constructor |
|
PolicyAccessService(MDSConfig config)Use this constructor for programmatic initialization of MDS |
|
| 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. |
protected String |
getCreator() |
MDSAccessor |
getMdsAccessor() |
IPolicySet |
getPolicies(Map<IPolicySubject,List<IPolicyReference>> polSubjectPolRefMap, boolean synchronizeAttachmentEntries, boolean includeConfigs) |
String |
getPoliciesAsStrings(Map<String,List<String>> polSubjectPolRefMap, boolean synchronizeAttachmentEntries, boolean includeConfigs) |
String |
getPoliciesAsStringsByPolicyReferencesMap(List<String> polRefStrs, boolean includeConfigs)Given a list of PolicyReferences returns a Map of <IPolicyReference, IPolicy> if a PolicyReference is invalid then null is returned |
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 |
Date |
getStoreTimestampAsDate()Returns the timestamp of the Policy store |
protected void |
init()Initialize the MDS Accessor objects used by this class |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PolicyAccessService()
public PolicyAccessService(MDSConfig config)
config - MDS configuration information| Method Detail |
|---|
protected String getCreator()
protected void init()
public IPolicySet getPolicies(Map<IPolicySubject,List<IPolicyReference>> polSubjectPolRefMap,
boolean synchronizeAttachmentEntries,
boolean includeConfigs)
throws PolicyManagerException
getPolicies in interface IPolicyAccessServicepolSubjectPolRefMap -synchronizeAttachmentEntries -PolicyManagerException
public IPolicySet getPoliciesByPolicyReferencesMap(List<IPolicyReference> polRefs,
boolean includeConfigs)
throws PolicyManagerException
getPoliciesByPolicyReferencesMap in interface IPolicyAccessServicepolRefs - - List of IPolicyReferenceincludeConfigs -PolicyManagerExceptionpublic Date getStoreTimestamp()
IPolicyAccessServicegetStoreTimestamp in interface IPolicyAccessServicepublic Date getStoreTimestampAsDate()
IStringPolicyAccessServicegetStoreTimestampAsDate in interface IStringPolicyAccessService
public String getPoliciesAsStrings(Map<String,List<String>> polSubjectPolRefMap,
boolean synchronizeAttachmentEntries,
boolean includeConfigs)
throws PolicyManagerException
getPoliciesAsStrings in interface IStringPolicyAccessServicePolicyManagerException
public String getPoliciesAsStringsByPolicyReferencesMap(List<String> polRefStrs,
boolean includeConfigs)
throws PolicyManagerException
IStringPolicyAccessServicegetPoliciesAsStringsByPolicyReferencesMap in interface IStringPolicyAccessServicepolRefStrs - - List of IPolicyReferencePolicyManagerException
public void deleteAttachmentEntries(List<IPolicySubject> policySubject)
throws PolicyManagerException
IPolicyAccessServicedeleteAttachmentEntries in interface IStringPolicyAccessServicedeleteAttachmentEntries in interface IPolicyAccessServicepolicySubject - list of Policy subjects to be removed.PolicyManagerExceptionpublic MDSAccessor getMdsAccessor()
|
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 | |||||||||