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.IPolicyReference

Packages that use IPolicyReference
oracle.wsm.policy.model   
oracle.wsm.policy.model.impl   
oracle.wsm.policy.parser   
oracle.wsm.policy.parser.impl   
oracle.wsm.policy.util   
oracle.wsm.policy.validation.util   
oracle.wsm.policy.wsdl.extensions   
oracle.wsm.policy.wsdl.util   
oracle.wsm.policyaccess.impl   
oracle.wsm.policyaccess.impl.file   
oracle.wsm.policymanager   
oracle.wsm.policymanager.client   
oracle.wsm.policymanager.ejb.impl   
oracle.wsm.policymanager.impl   
oracle.wsm.policymanager.internal   
oracle.wsm.policymanager.util   

 

Uses of IPolicyReference in oracle.wsm.policy.model

 

Methods in oracle.wsm.policy.model that return IPolicyReference
 IPolicyReference IPolicy.createLocalPolicyReference(boolean includeOracleExtensions)
          WS-Policy Attachment defines two types of Policy Referneces.
 IPolicyReference IPolicy.createRemotePolicyReference(boolean includeOracleExtensions)
          WS-Policy Attachment defines two types of Policy Referneces.

 

Methods in oracle.wsm.policy.model that return types with arguments of type IPolicyReference
 List<IPolicyReference> IPolicyAttachment.getPolicyReferences()
           

 

Methods in oracle.wsm.policy.model with parameters of type IPolicyReference
 void IPolicyAttachment.addPolicyReference(IPolicyReference policyReference)
           
 IPolicy IPolicySet.dereference(IPolicyReference polRef)
          DeReference a PolicyReference! <p/> Returns null if the PolicyReference cannot be de-referenced!
 boolean IPolicyAttachment.removePolicyReference(IPolicyReference policyReference)
           

 

Method parameters in oracle.wsm.policy.model with type arguments of type IPolicyReference
 void IPolicyAttachment.setPolicyReferences(List<IPolicyReference> policyReferences)
           

 

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

 

Classes in oracle.wsm.policy.model.impl that implement IPolicyReference
 class PolicyReference
          PolicyReference class has implicit reference to a external policy.

 

Methods in oracle.wsm.policy.model.impl that return IPolicyReference
 IPolicyReference Policy.createLocalPolicyReference(boolean includeExtensions)
          WS-Policy Attachment defines two types of Policy Referneces.
 IPolicyReference Policy.createRemotePolicyReference(boolean includeExtensions)
          WS-Policy Attachment defines two types of Policy Referneces.

 

Methods in oracle.wsm.policy.model.impl that return types with arguments of type IPolicyReference
 List<IPolicyReference> PolicyAttachment.getPolicyReferences()
           

 

Methods in oracle.wsm.policy.model.impl with parameters of type IPolicyReference
 void PolicyAttachment.addPolicyReference(IPolicyReference policyReference)
           
 IPolicy PolicySet.dereference(IPolicyReference polRef)
          Gets the policy from its policy reference.
 boolean PolicyAttachment.removePolicyReference(IPolicyReference policyReference)
           

 

Method parameters in oracle.wsm.policy.model.impl with type arguments of type IPolicyReference
 void PolicyAttachment.setPolicyReferences(List<IPolicyReference> policyReferences)
           

 

Constructors in oracle.wsm.policy.model.impl with parameters of type IPolicyReference
PolicyAttachment(String domainExpression, IPolicyReference policyReference)
           

 

Uses of IPolicyReference in oracle.wsm.policy.parser

 

Methods in oracle.wsm.policy.parser that return IPolicyReference
 IPolicyReference IPolicyReader.parsePolicyReference(Element element)
           
 IPolicyReference IPolicyReader.parsePolicyReference(InputStream in)
           
 IPolicyReference IPolicyReader.parsePolicyReference(Reader reader)
           

 

Methods in oracle.wsm.policy.parser with parameters of type IPolicyReference
 void IPolicyWriter.writePolicyReference(IPolicyReference polRef, OutputStream out)
           
 void IPolicyWriter.writePolicyReference(IPolicyReference polRef, Writer writer)
           

 

Uses of IPolicyReference in oracle.wsm.policy.parser.impl

 

Methods in oracle.wsm.policy.parser.impl that return IPolicyReference
 IPolicyReference PolicyAttachmentSerializerDeSerializer.parsePolicyReference(Element element, ParseContext ctx)
           

 

Uses of IPolicyReference in oracle.wsm.policy.util

 

Methods in oracle.wsm.policy.util that return IPolicyReference
static IPolicyReference PolicyUtil.convertStrToPolRef(String polRef)
           
 IPolicyReference PolicyParser.parsePolicyReference(Element element)
           
 IPolicyReference PolicyParser.parsePolicyReference(InputStream in)
           
 IPolicyReference PolicyParser.parsePolicyReference(Reader reader)
           

 

Methods in oracle.wsm.policy.util that return types with arguments of type IPolicyReference
static List<IPolicyReference> PolicyUtil.convertStrsToPolRefs(List<String> polRefsStr)
           

 

Methods in oracle.wsm.policy.util with parameters of type IPolicyReference
static String PolicyUtil.convertPolRefToStr(IPolicyReference polRef)
           
static void PolicyUtil.overridePolicyProperties(IPolicy pol, IPolicyReference polRef)
          Given a PolicyReference that points a Policy and has override properties, over write the value of those properties in the Policy.
 void PolicyWriter.writePolicyReference(IPolicyReference polRef, OutputStream out)
           
 void PolicyWriter.writePolicyReference(IPolicyReference ref, Writer writer)
           

 

Method parameters in oracle.wsm.policy.util with type arguments of type IPolicyReference
static List<String> PolicyUtil.convertPolRefsToStrs(List<IPolicyReference> polRefs)
           

 

Uses of IPolicyReference in oracle.wsm.policy.validation.util

 

Methods in oracle.wsm.policy.validation.util with parameters of type IPolicyReference
static void PolicySubjectValidatorUtil.checkCategory(IPolicySubject polSubject, IPolicy pol, IPolicyReference polRef, IValidationContext context)
          Checks to ensure the category on Policy Reference if defined matches with the category on Policy

 

Method parameters in oracle.wsm.policy.validation.util with type arguments of type IPolicyReference
static List<IValidationError> PolicySubjectValidatorUtil.validate(IPolicySubject polSubject, List<IPolicyReference> polRefs, List<IPolicy> policies)
          Given a Policy Subject polSubject and Policies attached to the Policy Subject, performs the Policy Subject Validation and returns the Validation Errors

 

Uses of IPolicyReference in oracle.wsm.policy.wsdl.extensions

 

Fields in oracle.wsm.policy.wsdl.extensions declared as IPolicyReference
protected  IPolicyReference PolicyReferenceExtension.policyReference
           

 

Methods in oracle.wsm.policy.wsdl.extensions that return IPolicyReference
 IPolicyReference PolicyReferenceExtension.getPolicyReference()
           

 

Methods in oracle.wsm.policy.wsdl.extensions with parameters of type IPolicyReference
 void PolicyReferenceExtension.setPolicyReference(IPolicyReference reference)
           

 

Uses of IPolicyReference in oracle.wsm.policy.wsdl.util

 

Methods in oracle.wsm.policy.wsdl.util that return types with arguments of type IPolicyReference
static List<IPolicyReference> WSDLPolicyUtil.getPolicyReferences(List extensibilityElements)
          Return all PolicyReferences from a the list of WSDL extensibility items
 Map<Object,List<IPolicyReference>> WSDLPolicyUtil.getPolicySubjectAndPolicyRefsMapForWSDL(javax.wsdl.Definition def)
          Returns a Map where the key is WSDL Object (i.e.

 

Method parameters in oracle.wsm.policy.wsdl.util with type arguments of type IPolicyReference
static Map<Object,IPolicy> WSDLPolicyUtil.mergePoliciesForWSDLPolicySubjects(Map<Object,List<IPolicyReference>> policySubjectAndPolicyRefs, IPolicyRegistry registry)
          Given a Policy Subject (a WSDL Object - can be Port, Binding, etc) and the list of PolicyReferences associated with that WSDL Policy Subject, merges all Policies referenced for the WSDL Policy Subject.
static void WSDLPolicyUtil.processWSDLBinding(javax.wsdl.Binding binding, Map<Object,List<IPolicyReference>> policySubjectsAndPolicyRefs)
          Populates the Map with the PolicyReferences for the WSDL Binding.
static void WSDLPolicyUtil.processWSDLBindingFault(javax.wsdl.BindingFault bindingFault, Map<Object,List<IPolicyReference>> policySubjectsAndPolicyRefs)
          Populates the Map with the PolicyReferences for the WSDL BindingFault.
static void WSDLPolicyUtil.processWSDLBindingInput(javax.wsdl.BindingInput bindingInput, Map<Object,List<IPolicyReference>> policySubjectsAndPolicyRefs)
          Populates the Map with the PolicyReferences for the WSDL Binding Input.
static void WSDLPolicyUtil.processWSDLBindingOutput(javax.wsdl.BindingOutput bindingOutput, Map<Object,List<IPolicyReference>> policySubjectsAndPolicyRefs)
          Populates the Map with the PolicyReferences for the WSDL Binding Output.
static void WSDLPolicyUtil.processWSDLOperation(javax.wsdl.BindingOperation bindingOper, Map<Object,List<IPolicyReference>> policySubjectsAndPolicyRefs)
          Populates the Map with the PolicyReferences for the WSDL Binding Operation.
static void WSDLPolicyUtil.processWSDLPort(javax.wsdl.Port port, Map<Object,List<IPolicyReference>> policySubjectsAndPolicyRefs)
          Populates the Map with the PolicyReferences for the WSDL Port.
static void WSDLPolicyUtil.processWSDLService(javax.wsdl.Service service, Map<Object,List<IPolicyReference>> policySubjectsAndPolicyRefs)
          Populates the Map with the PolicyReferences for this service.

 

Uses of IPolicyReference in oracle.wsm.policyaccess.impl

 

Method parameters in oracle.wsm.policyaccess.impl with type arguments of type IPolicyReference
 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.

 

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

 

Method parameters in oracle.wsm.policyaccess.impl.file with type arguments of type IPolicyReference
 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 IPolicyReference in oracle.wsm.policymanager

 

Methods in oracle.wsm.policymanager that return IPolicyReference
 IPolicyReference IPolicyAttachmentResult.getPolicyReference()
          The Policy referred to by the PolicyReference that is being attached to a Policy Subject.

 

Methods in oracle.wsm.policymanager that return types with arguments of type IPolicyReference
 Map<IPolicyReference,IPolicy> IQueryService.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
 Map<String,List<IPolicyReference>> IQueryService.getPolicyReferencesForResource(List<String> policySubject)
          Finds all the policy references that are attached to the policy subject
 List<IPolicyReference> IQueryService.getPolicyReferencesForResource(String resourcePattern)
          Finds all the policies that are attached to a resource pattern

 

Method parameters in oracle.wsm.policymanager with type arguments of type IPolicyReference
 IPolicySubjectAttachmentResult IUpdateService.addAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
          Given a policy subject - represented by a resource pattern and a list of policy references for the policy subject - add attachments - if the referenced Policy does not exist - then that entry will be ignored (will not thrown an exception) and processing will continue Duplicate policy references are handled automatically as well as duplicate calls for the same resource pattern.
 IPolicyCompatibilityResult IPolicyService.checkCompatibility(String wsdlDefintion, IPolicySubject polSubject, List<IPolicyReference> polRefs)
          Checks if the client side policies attached to a SCA Composite Reference/binding is compatible with the Server Side Policies.
 IPolicySubjectAttachmentResult IUpdateService.deleteAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
          Disassociate a policy subject, represented by a resource pattern, with all policies pointed to by the passed policy reference list Given a policy subject - represented by a resource pattern and a list of policy references for the policy subject - deletes all the attachment entries for the corresponding combination of <resource pattern, IPolicyReference>.
 IPolicySet IPolicyAccessService.getPolicies(Map<IPolicySubject,List<IPolicyReference>> polSubjectPolRefMap, boolean synchronizeAttachmentEntries, boolean includeConfigs)
           
 List<IPolicy> IQueryService.getPoliciesByPolicyReferences(List<IPolicyReference> polRefs, boolean includeConfigs)
          Given a list of PolicyReferences returns the corresponding Policies.
 Map<IPolicyReference,IPolicy> IQueryService.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
 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
 IPolicySubjectAttachmentResult IUpdateService.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
          This API is equivalent to calling deleteAttachmentEntries(String resourcePattern) and calling addAttachmentEntries(String resourcePattern, List<IPolicyReference> polRefs)
 IPolicySubjectAttachmentResult IUpdateService.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs, boolean runPolSubjVal)
          This method is similar to @see IUpdateService#updateAttachmentEntries(IPolicySubject, List) The variation of this method is it performs Policy subject validation
 Map<IPolicySubject,List<IValidationError>> IQueryService.validatePolicySubjects(Map<IPolicySubject,List<IPolicyReference>> polSubjectsToValidate)
          Performs Policy Subject Validation - where each Policy Subject is represented by a IPolicySubject and the List of PolicyReference that are attached for the PolicySubject

 

Uses of IPolicyReference in oracle.wsm.policymanager.client

 

Methods in oracle.wsm.policymanager.client that return types with arguments of type IPolicyReference
 Map<IPolicyReference,IPolicy> QueryServiceDelegate.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
 Map<String,List<IPolicyReference>> QueryServiceDelegate.getPolicyReferencesForResource(List<String> policySubject)
           
 List<IPolicyReference> QueryServiceDelegate.getPolicyReferencesForResource(String resourcePattern)
          Finds all the policies that are attached to a resource pattern

 

Method parameters in oracle.wsm.policymanager.client with type arguments of type IPolicyReference
 IPolicySubjectAttachmentResult UpdateServiceDelegate.addAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
          Given a policy subject - represented by a resource pattern and a list of policy references for the policy subject - add attachments - if the referenced Policy does not exist - then that entry will be ignored (will not thrown an exception) and processing will continue Duplicate policy references are handled automatically as well as duplicate calls for the same resource pattern.
 List<IPolicyAttachmentResult> UpdateServiceDelegate.addAttachmentEntries(String resourcePattern, List<IPolicyReference> polRefs)
          
 IPolicyCompatibilityResult PolicyServiceDelegate.checkCompatibility(String wsdlDefintion, IPolicySubject polSubject, List<IPolicyReference> polRefs)
          Checks if the client side policies attached to a SCA Composite Reference/binding is compatible with the Server Side Policies.
 IPolicySubjectAttachmentResult UpdateServiceDelegate.deleteAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
          Disassociate a policy subject, represented by a resource pattern, with all policies pointed to by the passed policy reference list Given a policy subject - represented by a resource pattern and a list of policy references for the policy subject - deletes all the attachment entries for the corresponding combination of <resource pattern, IPolicyReference>.
 List<IPolicyAttachmentResult> UpdateServiceDelegate.deleteAttachmentEntries(String resourcePattern, List<IPolicyReference> polRefs)
          
 IPolicySet PolicyAccessServiceDelegate.getPolicies(Map<IPolicySubject,List<IPolicyReference>> polSubjectPolRefMap, boolean synchronizeAttachmentEntries, boolean includeConfigs)
          
 List<IPolicy> QueryServiceDelegate.getPoliciesByPolicyReferences(List<IPolicyReference> polRefs, boolean includeConfigs)
          Given a list of PolicyReferences returns the corresponding Policies.
 Map<IPolicyReference,IPolicy> QueryServiceDelegate.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
 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
 IPolicySubjectAttachmentResult UpdateServiceDelegate.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
          This API is equivalent to calling deleteAttachmentEntries(String resourcePattern) and calling addAttachmentEntries(String resourcePattern, List<IPolicyReference> polRefs)
 IPolicySubjectAttachmentResult UpdateServiceDelegate.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs, boolean runSubjVal)
          This method is similar to @see IUpdateService#updateAttachmentEntries(IPolicySubject, List) The variation of this method is it performs Policy subject validation
 List<IPolicyAttachmentResult> UpdateServiceDelegate.updateAttachmentEntries(String resourcePattern, List<IPolicyReference> polRefs)
          
 Map<IPolicySubject,List<IValidationError>> QueryServiceDelegate.validatePolicySubjects(Map<IPolicySubject,List<IPolicyReference>> polSubjectsToValidate)
          Performs Policy Subject Validation - where each Policy Subject is represented by a IPolicySubject and the List of PolicyReference that are attached for the PolicySubject

 

Uses of IPolicyReference in oracle.wsm.policymanager.ejb.impl

 

Method parameters in oracle.wsm.policymanager.ejb.impl with type arguments of type IPolicyReference
 IPolicySubjectAttachmentResult UpdateService.addAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
           
 IPolicySubjectAttachmentResult UpdateService.deleteAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
           
 IPolicySubjectAttachmentResult UpdateService.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
           
 IPolicySubjectAttachmentResult UpdateService.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs, boolean runPolSubjVal)
           

 

Uses of IPolicyReference in oracle.wsm.policymanager.impl

 

Methods in oracle.wsm.policymanager.impl that return IPolicyReference
 IPolicyReference PolicyAttachmentResult.getPolicyReference()
           

 

Methods in oracle.wsm.policymanager.impl that return types with arguments of type IPolicyReference
 Map<IPolicyReference,IPolicy> QueryService.getPoliciesByPolicyReferenceMap(List<IPolicyReference> polrefList)
          Returns a Map of policy reference objects and the corresponding policy object that is referenced
 Map<IPolicyReference,IPolicy> QueryService.getPoliciesByPolicyReferencesMap(List<IPolicyReference> polRefs, boolean includeConfigs)
           
 Map<IPolicyReference,IPolicy> QueryService.getPoliciesByPolicyReferencesMapObj(List<IPolicyReference> polRefs, boolean includeConfigs)
           
 Map<String,List<IPolicyReference>> QueryService.getPolicyReferencesForResource(List<String> policySubject)
           
 List<IPolicyReference> QueryService.getPolicyReferencesForResource(String resourcePattern)
          Get a list of policyreferences containing reference to the passed resource pattern

 

Method parameters in oracle.wsm.policymanager.impl with type arguments of type IPolicyReference
 IPolicySubjectAttachmentResult UpdateService.addAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
           
 IPolicyCompatibilityResult PolicyService.checkCompatibility(String wsdlDefinition, IPolicySubject polSubject, List<IPolicyReference> polRefs)
          Checks if the client side policies attached to a SCA Composite Reference/binding is compatible with the Server Side Policies.
 IPolicySubjectAttachmentResult UpdateService.deleteAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
           
 IPolicySet PolicyAccessService.getPolicies(Map<IPolicySubject,List<IPolicyReference>> polSubjectPolRefMap, boolean synchronizeAttachmentEntries, boolean includeConfigs)
           
 List<IPolicy> QueryService.getPoliciesByPolicyReferenceList(List<IPolicyReference> polrefList)
          Given a list of policyReferences, return a list of IPolicy objects corresponding to the references
 Map<IPolicyReference,IPolicy> QueryService.getPoliciesByPolicyReferenceMap(List<IPolicyReference> polrefList)
          Returns a Map of policy reference objects and the corresponding policy object that is referenced
 List<IPolicy> QueryService.getPoliciesByPolicyReferences(List<IPolicyReference> polRefs, boolean includeConfigs)
           
 Map<IPolicyReference,IPolicy> QueryService.getPoliciesByPolicyReferencesMap(List<IPolicyReference> polRefs, 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
 Map<IPolicyReference,IPolicy> QueryService.getPoliciesByPolicyReferencesMapObj(List<IPolicyReference> polRefs, boolean includeConfigs)
           
 IPolicySubjectAttachmentResult UpdateService.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
           
 IPolicySubjectAttachmentResult UpdateService.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs, boolean runPolSubjVal)
           
 Map<IPolicySubject,List<IValidationError>> QueryService.validatePolicySubjects(Map<IPolicySubject,List<IPolicyReference>> polSubjectsToValidate)
          Performs Policy Subject Validation - where each Policy Subject is represented by a IPolicySubject and the List of PolicyReference that are attached for the PolicySubject

 

Constructors in oracle.wsm.policymanager.impl with parameters of type IPolicyReference
PolicyAttachmentResult(String resourcePattern, IPolicyReference polRef, IPolicyAttachmentResult.ATTACHMENT_STATUS_ENUM status)
           

 

Uses of IPolicyReference in oracle.wsm.policymanager.internal

 

Methods in oracle.wsm.policymanager.internal that return types with arguments of type IPolicyReference
 Map<String,List<IPolicyReference>> IStringQueryService.getPolicyReferencesForResource(List<String> policySubject)
          Finds all the policies that are attached to a policySubject

 

Uses of IPolicyReference in oracle.wsm.policymanager.util

 

Methods in oracle.wsm.policymanager.util that return IPolicyReference
static IPolicyReference PolicyMgrUtil.convertStrToPolRef(String policyRef)
           

 

Methods in oracle.wsm.policymanager.util that return types with arguments of type IPolicyReference
static List<IPolicyReference> PolicyMgrUtil.convertStrsToPolRefs(List<String> polRefStrs)
           

 

Methods in oracle.wsm.policymanager.util with parameters of type IPolicyReference
static String PolicyMgrUtil.convertPolRefToStr(IPolicyReference polRef)
           

 

Method parameters in oracle.wsm.policymanager.util with type arguments of type IPolicyReference
static List<String> PolicyMgrUtil.convertPolRefsToStrs(List<IPolicyReference> polRefStrs)
           

 


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.