Package com.sforce.soap.metadata
Class ConnectedAppSamlConfig
java.lang.Object
com.sforce.soap.metadata.ConnectedAppSamlConfig
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAcsUrl(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetCertificate(XmlInputStream __in, TypeMapper __typeMapper) voidsetCertificate(String certificate) protected voidsetEncryptionCertificate(XmlInputStream __in, TypeMapper __typeMapper) voidsetEncryptionCertificate(String encryptionCertificate) voidsetEncryptionType(SamlEncryptionType encryptionType) protected voidsetEncryptionType(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetEntityUrl(XmlInputStream __in, TypeMapper __typeMapper) voidsetEntityUrl(String entityUrl) protected voidsetIssuer(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetSamlIdpSLOBindingEnum(SamlIdpSLOBinding samlIdpSLOBindingEnum) protected voidsetSamlIdpSLOBindingEnum(XmlInputStream __in, TypeMapper __typeMapper) voidsetSamlNameIdFormat(SamlNameIdFormatType samlNameIdFormat) protected voidsetSamlNameIdFormat(XmlInputStream __in, TypeMapper __typeMapper) voidsetSamlSigningAlgoType(SamlSigningAlgoType samlSigningAlgoType) protected voidsetSamlSigningAlgoType(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetSamlSloUrl(XmlInputStream __in, TypeMapper __typeMapper) voidsetSamlSloUrl(String samlSloUrl) protected voidsetSamlSubjectCustomAttr(XmlInputStream __in, TypeMapper __typeMapper) voidsetSamlSubjectCustomAttr(String samlSubjectCustomAttr) voidsetSamlSubjectType(SamlSubjectType samlSubjectType) protected voidsetSamlSubjectType(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
ConnectedAppSamlConfig
public ConnectedAppSamlConfig()Constructor
-
-
Method Details
-
getAcsUrl
-
setAcsUrl
-
setAcsUrl
protected void setAcsUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCertificate
-
setCertificate
-
setCertificate
protected void setCertificate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEncryptionCertificate
-
setEncryptionCertificate
-
setEncryptionCertificate
protected void setEncryptionCertificate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEncryptionType
-
setEncryptionType
-
setEncryptionType
protected void setEncryptionType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEntityUrl
-
setEntityUrl
-
setEntityUrl
protected void setEntityUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIssuer
-
setIssuer
-
setIssuer
protected void setIssuer(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSamlIdpSLOBindingEnum
-
setSamlIdpSLOBindingEnum
-
setSamlIdpSLOBindingEnum
protected void setSamlIdpSLOBindingEnum(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSamlNameIdFormat
-
setSamlNameIdFormat
-
setSamlNameIdFormat
protected void setSamlNameIdFormat(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSamlSigningAlgoType
-
setSamlSigningAlgoType
-
setSamlSigningAlgoType
protected void setSamlSigningAlgoType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSamlSloUrl
-
setSamlSloUrl
-
setSamlSloUrl
protected void setSamlSloUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSamlSubjectCustomAttr
-
setSamlSubjectCustomAttr
-
setSamlSubjectCustomAttr
protected void setSamlSubjectCustomAttr(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSamlSubjectType
-
setSamlSubjectType
-
setSamlSubjectType
protected void setSamlSubjectType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
toString
-