Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Uses of Interface
oracle.wsm.policy.model.IPolicySet

Packages that use IPolicySet
oracle.fabric.common   
oracle.wsm.advertisement   
oracle.wsm.policy.model.impl   
oracle.wsm.policy.parser   
oracle.wsm.policy.util   
oracle.wsm.policyaccess   
oracle.wsm.policyaccess.impl   
oracle.wsm.policyaccess.impl.file   
oracle.wsm.policymanager   
oracle.wsm.policymanager.client   
oracle.wsm.policymanager.impl   
oracle.wsm.policymanager.util   

 

Uses of IPolicySet in oracle.fabric.common

 

Methods in oracle.fabric.common with parameters of type IPolicySet
protected  void AbstractSecurityInterceptor.processLegacyPolicy(oracle.fabric.common.LifecycleEvent event, IPolicySet policySet)
           

 

Uses of IPolicySet in oracle.wsm.advertisement

 

Methods in oracle.wsm.advertisement with parameters of type IPolicySet
 AdvertisementContext AdvertisementEngine.advertise(javax.wsdl.Definition definition, IPolicySet policySet, Map props)
          Advertises the policySet for the given Advertisement Level
 javax.wsdl.Definition AdvertisementEngine.advertisePolicySet(javax.wsdl.Definition def, IPolicySet policySet, Map props)
           

 

Uses of IPolicySet in oracle.wsm.policy.model.impl

 

Classes in oracle.wsm.policy.model.impl that implement IPolicySet
 class PolicySet
           

 

Uses of IPolicySet in oracle.wsm.policy.parser

 

Methods in oracle.wsm.policy.parser that return IPolicySet
 IPolicySet IPolicyReader.parsePolicySet(InputStream inputStream)
           
 IPolicySet IPolicyReader.parsePolicySet(Reader reader)
           

 

Methods in oracle.wsm.policy.parser with parameters of type IPolicySet
 void IPolicyWriter.writePolicySet(IPolicySet policySet, OutputStream out)
           
 void IPolicyWriter.writePolicySet(IPolicySet policySet, Writer writer)
           

 

Uses of IPolicySet in oracle.wsm.policy.util

 

Methods in oracle.wsm.policy.util that return IPolicySet
static IPolicySet PolicyUtil.convertStrToPolicySet(String policySet)
           
static IPolicySet SCAPolicyUtil.getPolicySet(Element scaBindingNode, List<IPolicy> policies)
          Given a SCA Composite binding Node (ex: <binding.ws>) which contains policy references and the corresponding set of references Policies build a PolicySet object.
static IPolicySet SCAPolicyUtil.getPolicySet(IPolicySubject polSubject, List<IPolicy> policies)
          Given a Policy Subject and the set of Policies attached to the Policy Subject, builds a PolicySet object.
 IPolicySet PolicyParser.parsePolicySet(Element element)
           
 IPolicySet PolicyParser.parsePolicySet(InputStream inputStream)
           
 IPolicySet PolicyParser.parsePolicySet(Reader reader)
           

 

Methods in oracle.wsm.policy.util with parameters of type IPolicySet
static String PolicyUtil.convertPolicySetToStr(IPolicySet polset)
           
 void PolicyWriter.writePolicySet(IPolicySet policySet, OutputStream out)
           
 void PolicyWriter.writePolicySet(IPolicySet policySet, Writer writer)
           

 

Uses of IPolicySet in oracle.wsm.policyaccess

 

Methods in oracle.wsm.policyaccess that return IPolicySet
 IPolicySet IPolicyAccessSubjectResult.getPolicySet()
          Returns the new PolicySet or null if isPolicySetModified() returns false
 IPolicySet IPolicyAccessSubject.getPolicySet()
          Returns the policySet that is set using setPolicySet

 

Methods in oracle.wsm.policyaccess with parameters of type IPolicySet
 void IPolicyAccessSubject.setPolicySet(IPolicySet policySet)
          The PolicySet currently being used by the runtime or null if this is the initial call for this policy subject.

 

Uses of IPolicySet in oracle.wsm.policyaccess.impl

 

Methods in oracle.wsm.policyaccess.impl that return IPolicySet
 IPolicySet PMPolicyResolverBase.getPolicies(List<IPolicyReference> polRefs, boolean includeConfigs)
          Gives the policies for the policyreferences
 IPolicySet IPolicyResolver.getPolicies(List<IPolicyReference> polRefs, boolean includeConfigs)
           
 IPolicySet PMPolicyResolverBase.getPolicies(Map<IPolicySubject,List<IPolicyReference>> polSubjPolRefsMap, boolean synchronizeAttachmentEntries, boolean includeConfigs)
          Gives the policies for the policyreferences.
 IPolicySet IPolicyResolver.getPolicies(Map<IPolicySubject,List<IPolicyReference>> polSubjPolRefsMap, boolean synchronizeAttachmentEntries, boolean includeConfigs)
          Gives the policies for the policyreferences.
 IPolicySet PolicyAccessSubjectResult.getPolicySet()
          Returns the policySet that is set using setPolicySet
 IPolicySet PolicyAccessSubject.getPolicySet()
          Returns the policySet that is set using setPolicySet

 

Methods in oracle.wsm.policyaccess.impl with parameters of type IPolicySet
 void PolicyAccessSubjectResult.setPolicySet(IPolicySet policySet)
          The modified PolicySet
 void PolicyAccessSubject.setPolicySet(IPolicySet policySet)
          The PolicySet currently being used by the runtime or null if this is the initial call for this policy subject.

 

Constructors in oracle.wsm.policyaccess.impl with parameters of type IPolicySet
PolicyAccessSubject(Element element, IPolicySubject polSubject, IPolicySet polSet)
           
PolicyAccessSubjectResult(boolean isModified, Element element, IPolicySet polSet)
           

 

Uses of IPolicySet in oracle.wsm.policyaccess.impl.file

 

Methods in oracle.wsm.policyaccess.impl.file that return IPolicySet
 IPolicySet FilePolicyResolver.getPolicies(List<IPolicyReference> polRefs, boolean includeConfigs)
           
 IPolicySet FilePolicyResolver.getPolicies(Map<IPolicySubject,List<IPolicyReference>> polSubjPolRefsMap, boolean includeConfigs, boolean synchronizeAttachmentEntries)
          Gives the policies for the policyreferences.

 

Uses of IPolicySet in oracle.wsm.policymanager

 

Methods in oracle.wsm.policymanager that return IPolicySet
 IPolicySet IPolicyAccessService.getPolicies(Map<IPolicySubject,List<IPolicyReference>> polSubjectPolRefMap, boolean synchronizeAttachmentEntries, boolean includeConfigs)
           
 IPolicySet IPolicyAccessService.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

 

Uses of IPolicySet in oracle.wsm.policymanager.client

 

Methods in oracle.wsm.policymanager.client that return IPolicySet
 IPolicySet PolicyAccessServiceDelegate.getPolicies(Map<IPolicySubject,List<IPolicyReference>> polSubjectPolRefMap, boolean synchronizeAttachmentEntries, boolean includeConfigs)
          
 IPolicySet PolicyAccessServiceDelegate.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

 

Uses of IPolicySet in oracle.wsm.policymanager.impl

 

Methods in oracle.wsm.policymanager.impl that return IPolicySet
 IPolicySet PolicyAccessService.getPolicies(Map<IPolicySubject,List<IPolicyReference>> polSubjectPolRefMap, boolean synchronizeAttachmentEntries, boolean includeConfigs)
           
 IPolicySet PolicyAccessService.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

 

Uses of IPolicySet in oracle.wsm.policymanager.util

 

Methods in oracle.wsm.policymanager.util that return IPolicySet
static IPolicySet PolicyMgrUtil.convertStrToPolicySet(String policySet)
           

 

Methods in oracle.wsm.policymanager.util with parameters of type IPolicySet
static String PolicyMgrUtil.convertPolicySetToStr(IPolicySet policySet)
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.