Package com.sforce.soap.metadata
Class SingleSignOnSettings
- java.lang.Object
-
- com.sforce.soap.metadata.SingleSignOnSettings
-
-
Constructor Summary
Constructors Constructor Description SingleSignOnSettings()Constructor
-
Method Summary
-
-
-
Method Detail
-
getEnableCaseInsensitiveFederationID
public boolean getEnableCaseInsensitiveFederationID()
-
isEnableCaseInsensitiveFederationID
public boolean isEnableCaseInsensitiveFederationID()
-
setEnableCaseInsensitiveFederationID
public void setEnableCaseInsensitiveFederationID(boolean enableCaseInsensitiveFederationID)
-
setEnableCaseInsensitiveFederationID
protected void setEnableCaseInsensitiveFederationID(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableForceDelegatedCallout
public boolean getEnableForceDelegatedCallout()
-
isEnableForceDelegatedCallout
public boolean isEnableForceDelegatedCallout()
-
setEnableForceDelegatedCallout
public void setEnableForceDelegatedCallout(boolean enableForceDelegatedCallout)
-
setEnableForceDelegatedCallout
protected void setEnableForceDelegatedCallout(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableMultipleSamlConfigs
public boolean getEnableMultipleSamlConfigs()
-
isEnableMultipleSamlConfigs
public boolean isEnableMultipleSamlConfigs()
-
setEnableMultipleSamlConfigs
public void setEnableMultipleSamlConfigs(boolean enableMultipleSamlConfigs)
-
setEnableMultipleSamlConfigs
protected void setEnableMultipleSamlConfigs(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableSamlJitProvisioning
public boolean getEnableSamlJitProvisioning()
-
isEnableSamlJitProvisioning
public boolean isEnableSamlJitProvisioning()
-
setEnableSamlJitProvisioning
public void setEnableSamlJitProvisioning(boolean enableSamlJitProvisioning)
-
setEnableSamlJitProvisioning
protected void setEnableSamlJitProvisioning(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableSamlLogin
public boolean getEnableSamlLogin()
-
isEnableSamlLogin
public boolean isEnableSamlLogin()
-
setEnableSamlLogin
public void setEnableSamlLogin(boolean enableSamlLogin)
-
setEnableSamlLogin
protected void setEnableSamlLogin(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsLoginWithSalesforceCredentialsDisabled
public boolean getIsLoginWithSalesforceCredentialsDisabled()
-
isIsLoginWithSalesforceCredentialsDisabled
public boolean isIsLoginWithSalesforceCredentialsDisabled()
-
setIsLoginWithSalesforceCredentialsDisabled
public void setIsLoginWithSalesforceCredentialsDisabled(boolean isLoginWithSalesforceCredentialsDisabled)
-
setIsLoginWithSalesforceCredentialsDisabled
protected void setIsLoginWithSalesforceCredentialsDisabled(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
-
-