Package com.sforce.soap.metadata
Class ConnectedAppSamlConfig
- java.lang.Object
-
- com.sforce.soap.metadata.ConnectedAppSamlConfig
-
- All Implemented Interfaces:
com.sforce.ws.bind.XMLizable
public class ConnectedAppSamlConfig extends java.lang.Object implements com.sforce.ws.bind.XMLizableThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description ConnectedAppSamlConfig()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAcsUrl()java.lang.StringgetCertificate()java.lang.StringgetEncryptionCertificate()SamlEncryptionTypegetEncryptionType()java.lang.StringgetEntityUrl()java.lang.StringgetIssuer()SamlIdpSLOBindinggetSamlIdpSLOBindingEnum()SamlNameIdFormatTypegetSamlNameIdFormat()java.lang.StringgetSamlSloUrl()java.lang.StringgetSamlSubjectCustomAttr()SamlSubjectTypegetSamlSubjectType()voidload(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetAcsUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetAcsUrl(java.lang.String acsUrl)protected voidsetCertificate(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetCertificate(java.lang.String certificate)protected voidsetEncryptionCertificate(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetEncryptionCertificate(java.lang.String encryptionCertificate)voidsetEncryptionType(SamlEncryptionType encryptionType)protected voidsetEncryptionType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetEntityUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetEntityUrl(java.lang.String entityUrl)protected voidsetIssuer(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetIssuer(java.lang.String issuer)voidsetSamlIdpSLOBindingEnum(SamlIdpSLOBinding samlIdpSLOBindingEnum)protected voidsetSamlIdpSLOBindingEnum(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetSamlNameIdFormat(SamlNameIdFormatType samlNameIdFormat)protected voidsetSamlNameIdFormat(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetSamlSloUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetSamlSloUrl(java.lang.String samlSloUrl)protected voidsetSamlSubjectCustomAttr(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetSamlSubjectCustomAttr(java.lang.String samlSubjectCustomAttr)voidsetSamlSubjectType(SamlSubjectType samlSubjectType)protected voidsetSamlSubjectType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)java.lang.StringtoString()voidwrite(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
-
-
-
Method Detail
-
getAcsUrl
public java.lang.String getAcsUrl()
-
setAcsUrl
public void setAcsUrl(java.lang.String acsUrl)
-
setAcsUrl
protected void setAcsUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getCertificate
public java.lang.String getCertificate()
-
setCertificate
public void setCertificate(java.lang.String certificate)
-
setCertificate
protected void setCertificate(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getEncryptionCertificate
public java.lang.String getEncryptionCertificate()
-
setEncryptionCertificate
public void setEncryptionCertificate(java.lang.String encryptionCertificate)
-
setEncryptionCertificate
protected void setEncryptionCertificate(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getEncryptionType
public SamlEncryptionType getEncryptionType()
-
setEncryptionType
public void setEncryptionType(SamlEncryptionType encryptionType)
-
setEncryptionType
protected void setEncryptionType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getEntityUrl
public java.lang.String getEntityUrl()
-
setEntityUrl
public void setEntityUrl(java.lang.String entityUrl)
-
setEntityUrl
protected void setEntityUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getIssuer
public java.lang.String getIssuer()
-
setIssuer
public void setIssuer(java.lang.String issuer)
-
setIssuer
protected void setIssuer(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getSamlIdpSLOBindingEnum
public SamlIdpSLOBinding getSamlIdpSLOBindingEnum()
-
setSamlIdpSLOBindingEnum
public void setSamlIdpSLOBindingEnum(SamlIdpSLOBinding samlIdpSLOBindingEnum)
-
setSamlIdpSLOBindingEnum
protected void setSamlIdpSLOBindingEnum(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getSamlNameIdFormat
public SamlNameIdFormatType getSamlNameIdFormat()
-
setSamlNameIdFormat
public void setSamlNameIdFormat(SamlNameIdFormatType samlNameIdFormat)
-
setSamlNameIdFormat
protected void setSamlNameIdFormat(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getSamlSloUrl
public java.lang.String getSamlSloUrl()
-
setSamlSloUrl
public void setSamlSloUrl(java.lang.String samlSloUrl)
-
setSamlSloUrl
protected void setSamlSloUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getSamlSubjectCustomAttr
public java.lang.String getSamlSubjectCustomAttr()
-
setSamlSubjectCustomAttr
public void setSamlSubjectCustomAttr(java.lang.String samlSubjectCustomAttr)
-
setSamlSubjectCustomAttr
protected void setSamlSubjectCustomAttr(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getSamlSubjectType
public SamlSubjectType getSamlSubjectType()
-
setSamlSubjectType
public void setSamlSubjectType(SamlSubjectType samlSubjectType)
-
setSamlSubjectType
protected void setSamlSubjectType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException- Specified by:
writein interfacecom.sforce.ws.bind.XMLizable- Throws:
java.io.IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException- Throws:
java.io.IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Specified by:
loadin interfacecom.sforce.ws.bind.XMLizable- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-