|
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 informationMethod Detail |
---|
protected String getCreator()
protected void init()
public IPolicySet getPolicies(Map<IPolicySubject,List<IPolicyReference>> polSubjectPolRefMap, boolean synchronizeAttachmentEntries, boolean includeConfigs) throws PolicyManagerException
getPolicies
in interface IPolicyAccessService
polSubjectPolRefMap
-synchronizeAttachmentEntries
-PolicyManagerException
public IPolicySet getPoliciesByPolicyReferencesMap(List<IPolicyReference> polRefs, boolean includeConfigs) throws PolicyManagerException
getPoliciesByPolicyReferencesMap
in interface IPolicyAccessService
polRefs
- - List of IPolicyReferenceincludeConfigs
-PolicyManagerException
public Date getStoreTimestamp()
IPolicyAccessService
getStoreTimestamp
in interface IPolicyAccessService
public Date getStoreTimestampAsDate()
IStringPolicyAccessService
getStoreTimestampAsDate
in interface IStringPolicyAccessService
public String getPoliciesAsStrings(Map<String,List<String>> polSubjectPolRefMap, boolean synchronizeAttachmentEntries, boolean includeConfigs) throws PolicyManagerException
getPoliciesAsStrings
in interface IStringPolicyAccessService
PolicyManagerException
public String getPoliciesAsStringsByPolicyReferencesMap(List<String> polRefStrs, boolean includeConfigs) throws PolicyManagerException
IStringPolicyAccessService
getPoliciesAsStringsByPolicyReferencesMap
in interface IStringPolicyAccessService
polRefStrs
- - List of IPolicyReferencePolicyManagerException
public void deleteAttachmentEntries(List<IPolicySubject> policySubject) throws PolicyManagerException
IPolicyAccessService
deleteAttachmentEntries
in interface IStringPolicyAccessService
deleteAttachmentEntries
in interface IPolicyAccessService
policySubject
- list of Policy subjects to be removed.PolicyManagerException
public 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 |