| java.lang.Object | |
| ↳ | com.workday.integrations.WebServiceSecurityConfigurationDataType |
A valid instance of Web Service Security Configuration
Java class for Web_Service_Security_Configuration_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Web_Service_Security_Configuration_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Enable_x509_Token_Authentication" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="X509_Public_Key_Reference" type="{urn:com.workday/bsvc}x509_Public_KeyObjectType" minOccurs="0"/>
<element name="Enable_SAML_Authentication" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SAML_Issuer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Identity_Provider_Public_Key_Reference" type="{urn:com.workday/bsvc}x509_Public_KeyObjectType" minOccurs="0"/>
<element name="Holder-of-Key_Public_Key_Reference" type="{urn:com.workday/bsvc}x509_Public_KeyObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| enableSAMLAuthentication | |||||||||||
| enableX509TokenAuthentication | |||||||||||
| holderOfKeyPublicKeyReference | |||||||||||
| identityProviderPublicKeyReference | |||||||||||
| samlIssuer | |||||||||||
| x509PublicKeyReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the enableSAMLAuthentication property.
| |||||||||||
Gets the value of the enableX509TokenAuthentication property.
| |||||||||||
Gets the value of the holderOfKeyPublicKeyReference property.
| |||||||||||
Gets the value of the identityProviderPublicKeyReference property.
| |||||||||||
Gets the value of the samlIssuer property.
| |||||||||||
Gets the value of the x509PublicKeyReference property.
| |||||||||||
Sets the value of the enableSAMLAuthentication property.
| |||||||||||
Sets the value of the enableX509TokenAuthentication property.
| |||||||||||
Sets the value of the holderOfKeyPublicKeyReference property.
| |||||||||||
Sets the value of the identityProviderPublicKeyReference property.
| |||||||||||
Sets the value of the samlIssuer property.
| |||||||||||
Sets the value of the x509PublicKeyReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the enableSAMLAuthentication property. This getter has been renamed from isEnableSAMLAuthentication() to getEnableSAMLAuthentication() by cxf-xjc-boolean plugin.
Gets the value of the enableX509TokenAuthentication property. This getter has been renamed from isEnableX509TokenAuthentication() to getEnableX509TokenAuthentication() by cxf-xjc-boolean plugin.
Gets the value of the holderOfKeyPublicKeyReference property.
X509PublicKeyObjectType
Gets the value of the identityProviderPublicKeyReference property.
X509PublicKeyObjectType
Gets the value of the samlIssuer property.
Gets the value of the x509PublicKeyReference property.
X509PublicKeyObjectType
Sets the value of the enableSAMLAuthentication property.
| value | Allowed object is Boolean |
|---|
Sets the value of the enableX509TokenAuthentication property.
| value | Allowed object is Boolean |
|---|
Sets the value of the holderOfKeyPublicKeyReference property.
| value | Allowed object is
X509PublicKeyObjectType
|
|---|
Sets the value of the identityProviderPublicKeyReference property.
| value | Allowed object is
X509PublicKeyObjectType
|
|---|
Sets the value of the samlIssuer property.
| value | Allowed object is String |
|---|
Sets the value of the x509PublicKeyReference property.
| value | Allowed object is
X509PublicKeyObjectType
|
|---|