Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-02


oracle.bpel.services.workflow.client.config
Class IdentityPropagationType

java.lang.Object
  extended by oracle.bpel.services.workflow.client.config.IdentityPropagationType


public class IdentityPropagationType
extends java.lang.Object

Java class for identityPropagationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="identityPropagationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="policy_references" type="{http://xmlns.oracle.com/bpel/services/client}PolicyReferencesType" minOccurs="0"/>
       </sequence>
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" default="saml" />
       <attribute name="mode" type="{http://www.w3.org/2001/XMLSchema}string" default="dynamic" />
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
IdentityPropagationType()
           

 

Method Summary
 java.lang.String getMode()
          Gets the value of the mode property.
 PolicyReferencesType getPolicyReferences()
          Gets the value of the policyReferences property.
 java.lang.String getType()
          Gets the value of the type property.
 void setMode(java.lang.String value)
          Sets the value of the mode property.
 void setPolicyReferences(PolicyReferencesType value)
          Sets the value of the policyReferences property.
 void setType(java.lang.String value)
          Sets the value of the type property.

 

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

 

Constructor Detail

IdentityPropagationType

public IdentityPropagationType()

Method Detail

getPolicyReferences

public PolicyReferencesType getPolicyReferences()
Gets the value of the policyReferences property.
Returns:
possible object is PolicyReferencesType

setPolicyReferences

public void setPolicyReferences(PolicyReferencesType value)
Sets the value of the policyReferences property.
Parameters:
value - allowed object is PolicyReferencesType

getType

public java.lang.String getType()
Gets the value of the type property.
Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.
Parameters:
value - allowed object is String

getMode

public java.lang.String getMode()
Gets the value of the mode property.
Returns:
possible object is String

setMode

public void setMode(java.lang.String value)
Sets the value of the mode property.
Parameters:
value - allowed object is String

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-02


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