|
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.client.PolicyAccessServiceDelegate
public class PolicyAccessServiceDelegate
Constructor Summary | |
---|---|
PolicyAccessServiceDelegate(IStringPolicyAccessService strPolAccessService) |
Method Summary | |
---|---|
void |
deleteAttachmentEntries(List<IPolicySubject> resourcePattern) 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 |
Subject |
getSubject() |
void |
setSubject(Subject subject) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PolicyAccessServiceDelegate(IStringPolicyAccessService strPolAccessService)
Method Detail |
---|
public IPolicySet getPolicies(Map<IPolicySubject,List<IPolicyReference>> polSubjectPolRefMap, boolean synchronizeAttachmentEntries, boolean includeConfigs) throws PolicyManagerException
getPolicies
in interface IPolicyAccessService
PolicyManagerException
public IPolicySet getPoliciesByPolicyReferencesMap(List<IPolicyReference> polRefs, boolean includeConfigs) throws PolicyManagerException
getPoliciesByPolicyReferencesMap
in interface IPolicyAccessService
polRefs
- - List of IPolicyReferencePolicyManagerException
public Date getStoreTimestamp()
IPolicyAccessService
getStoreTimestamp
in interface IPolicyAccessService
public void deleteAttachmentEntries(List<IPolicySubject> resourcePattern) throws PolicyManagerException
IPolicyAccessService
deleteAttachmentEntries
in interface IPolicyAccessService
resourcePattern
- list of Policy subjects to be removed.PolicyManagerException
public Subject getSubject()
public void setSubject(Subject subject)
|
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 |