Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-03


oracle.adf.model.connection.webservice.util
Class PolicyUtil

java.lang.Object
  extended by oracle.adf.model.connection.webservice.util.PolicyUtil


public class PolicyUtil
extends java.lang.Object

Field Summary
static javax.xml.namespace.QName POLICY_QNAME
           
static javax.xml.namespace.QName POLICY_REFERENCE_QNAME
           

 

Constructor Summary
PolicyUtil()
           

 

Method Summary
static java.util.Collection<oracle.wsm.policy.model.IPolicy> getPoliciesFromPolicyElement(Element element)
           
static java.lang.String getPolicyIdFromPolicyReferenceElement(Element element)
           
static boolean isSAMLToken(oracle.webservices.model.Port port)
          Check if the port is configured with SAML token policy

 

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

 

Field Detail

POLICY_QNAME

public static final javax.xml.namespace.QName POLICY_QNAME

POLICY_REFERENCE_QNAME

public static final javax.xml.namespace.QName POLICY_REFERENCE_QNAME

Constructor Detail

PolicyUtil

public PolicyUtil()

Method Detail

getPoliciesFromPolicyElement

public static java.util.Collection<oracle.wsm.policy.model.IPolicy> getPoliciesFromPolicyElement(Element element)

getPolicyIdFromPolicyReferenceElement

public static java.lang.String getPolicyIdFromPolicyReferenceElement(Element element)

isSAMLToken

public static boolean isSAMLToken(oracle.webservices.model.Port port)
Check if the port is configured with SAML token policy

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-03


Copyright © 1997, 2009, Oracle. All rights reserved.