|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.6.3) E10660-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.bpel.services.workflow.client.config.IdentityPropagationType
public class IdentityPropagationType
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>
| 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 |
|---|
public IdentityPropagationType()
| Method Detail |
|---|
public PolicyReferencesType getPolicyReferences()
PolicyReferencesTypepublic void setPolicyReferences(PolicyReferencesType value)
value - allowed object is PolicyReferencesTypepublic java.lang.String getWssRecipientKeyAlias()
Stringpublic void setWssRecipientKeyAlias(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getMode()
Stringpublic void setMode(java.lang.String value)
value - allowed object is String
|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.6.3) E10660-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||