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>
| Constructor and Description |
|---|
IdentityPropagationType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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