Skip navigation links

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

E10689-01


oracle.wsm.policy.util
Class SCAPolicyUtil

java.lang.Object
  extended by oracle.wsm.policy.util.SCAPolicyUtil


public class SCAPolicyUtil
extends Object

Constructor Summary
SCAPolicyUtil()
           

 

Method Summary
static IPolicySet 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 getPolicySet(IPolicySubject polSubject, List<IPolicy> policies)
          Given a Policy Subject and the set of Policies attached to the Policy Subject, builds a PolicySet object.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

SCAPolicyUtil

public SCAPolicyUtil()

Method Detail

getPolicySet

public static IPolicySet getPolicySet(Element scaBindingNode,
                                      List<IPolicy> policies)
                               throws PolicyModelException
Given a SCA Composite binding Node (ex: <binding.ws>) which contains policy references and the corresponding set of references Policies build a PolicySet object. Note: The method assumes that the policies passed in via policies matches the policy references in the
Parameters:
scaBindingNode - - SCA Composite binding node may contain policy references that are child elements of the binding node.
policies -
Returns:
Throws:
PolicyModelException

getPolicySet

public static IPolicySet getPolicySet(IPolicySubject polSubject,
                                      List<IPolicy> policies)
Given a Policy Subject and the set of Policies attached to the Policy Subject, builds a PolicySet object.
Parameters:
polSubject -
policies -
Returns:
Throws:
PolicyModelException

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.