Package com.sforce.soap.metadata
Class ConnectedAppSamlConfig
- java.lang.Object
-
- com.sforce.soap.metadata.ConnectedAppSamlConfig
-
-
Constructor Summary
Constructors Constructor Description ConnectedAppSamlConfig()Constructor
-
Method Summary
-
-
-
Method Detail
-
getAcsUrl
public String getAcsUrl()
-
setAcsUrl
public void setAcsUrl(String acsUrl)
-
setAcsUrl
protected void setAcsUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCertificate
public String getCertificate()
-
setCertificate
public void setCertificate(String certificate)
-
setCertificate
protected void setCertificate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEncryptionCertificate
public String getEncryptionCertificate()
-
setEncryptionCertificate
public void setEncryptionCertificate(String encryptionCertificate)
-
setEncryptionCertificate
protected void setEncryptionCertificate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEncryptionType
public SamlEncryptionType getEncryptionType()
-
setEncryptionType
public void setEncryptionType(SamlEncryptionType encryptionType)
-
setEncryptionType
protected void setEncryptionType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEntityUrl
public String getEntityUrl()
-
setEntityUrl
public void setEntityUrl(String entityUrl)
-
setEntityUrl
protected void setEntityUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIssuer
public String getIssuer()
-
setIssuer
public void setIssuer(String issuer)
-
setIssuer
protected void setIssuer(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSamlIdpSLOBindingEnum
public SamlIdpSLOBinding getSamlIdpSLOBindingEnum()
-
setSamlIdpSLOBindingEnum
public void setSamlIdpSLOBindingEnum(SamlIdpSLOBinding samlIdpSLOBindingEnum)
-
setSamlIdpSLOBindingEnum
protected void setSamlIdpSLOBindingEnum(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSamlNameIdFormat
public SamlNameIdFormatType getSamlNameIdFormat()
-
setSamlNameIdFormat
public void setSamlNameIdFormat(SamlNameIdFormatType samlNameIdFormat)
-
setSamlNameIdFormat
protected void setSamlNameIdFormat(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSamlSigningAlgoType
public SamlSigningAlgoType getSamlSigningAlgoType()
-
setSamlSigningAlgoType
public void setSamlSigningAlgoType(SamlSigningAlgoType samlSigningAlgoType)
-
setSamlSigningAlgoType
protected void setSamlSigningAlgoType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSamlSloUrl
public String getSamlSloUrl()
-
setSamlSloUrl
public void setSamlSloUrl(String samlSloUrl)
-
setSamlSloUrl
protected void setSamlSloUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSamlSubjectCustomAttr
public String getSamlSubjectCustomAttr()
-
setSamlSubjectCustomAttr
public void setSamlSubjectCustomAttr(String samlSubjectCustomAttr)
-
setSamlSubjectCustomAttr
protected void setSamlSubjectCustomAttr(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSamlSubjectType
public SamlSubjectType getSamlSubjectType()
-
setSamlSubjectType
public void setSamlSubjectType(SamlSubjectType samlSubjectType)
-
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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-