Skip navigation links
oracle.wsm.policy.util
Class SCAPolicyUtil
java.lang.Object
oracle.wsm.policy.util.SCAPolicyUtil
-
public class SCAPolicyUtil
- extends Object
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 |
SCAPolicyUtil
public SCAPolicyUtil()
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
Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.