Skip navigation links

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


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

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

All Implemented Interfaces:
java.io.Serializable

public class IdentityPropagationType
extends java.lang.Object
implements java.io.Serializable

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"/>
         <element name="wssRecipientKeyAlias" type="{http://www.w3.org/2001/XMLSchema}string" 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>
 
See Also:
Serialized Form

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.
 java.lang.String getWssRecipientKeyAlias()
          Gets the value of the wssRecipientKeyAlias 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.
 void setWssRecipientKeyAlias(java.lang.String value)
          Sets the value of the wssRecipientKeyAlias 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

getWssRecipientKeyAlias

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

setWssRecipientKeyAlias

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

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.5.0)
E10660-05


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