Class SingleSignOnSettings

  • All Implemented Interfaces:
    com.sforce.ws.bind.XMLizable

    public class SingleSignOnSettings
    extends java.lang.Object
    implements com.sforce.ws.bind.XMLizable
    This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
    • Constructor Detail

      • SingleSignOnSettings

        public SingleSignOnSettings()
        Constructor
    • Method Detail

      • getEnableCaseInsensitiveFederationID

        public boolean getEnableCaseInsensitiveFederationID()
      • isEnableCaseInsensitiveFederationID

        public boolean isEnableCaseInsensitiveFederationID()
      • setEnableCaseInsensitiveFederationID

        public void setEnableCaseInsensitiveFederationID​(boolean enableCaseInsensitiveFederationID)
      • setEnableCaseInsensitiveFederationID

        protected void setEnableCaseInsensitiveFederationID​(com.sforce.ws.parser.XmlInputStream __in,
                                                            com.sforce.ws.bind.TypeMapper __typeMapper)
                                                     throws java.io.IOException,
                                                            com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getEnableForceDelegatedCallout

        public boolean getEnableForceDelegatedCallout()
      • isEnableForceDelegatedCallout

        public boolean isEnableForceDelegatedCallout()
      • setEnableForceDelegatedCallout

        public void setEnableForceDelegatedCallout​(boolean enableForceDelegatedCallout)
      • setEnableForceDelegatedCallout

        protected void setEnableForceDelegatedCallout​(com.sforce.ws.parser.XmlInputStream __in,
                                                      com.sforce.ws.bind.TypeMapper __typeMapper)
                                               throws java.io.IOException,
                                                      com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getEnableMultipleSamlConfigs

        public boolean getEnableMultipleSamlConfigs()
      • isEnableMultipleSamlConfigs

        public boolean isEnableMultipleSamlConfigs()
      • setEnableMultipleSamlConfigs

        public void setEnableMultipleSamlConfigs​(boolean enableMultipleSamlConfigs)
      • setEnableMultipleSamlConfigs

        protected void setEnableMultipleSamlConfigs​(com.sforce.ws.parser.XmlInputStream __in,
                                                    com.sforce.ws.bind.TypeMapper __typeMapper)
                                             throws java.io.IOException,
                                                    com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getEnableSamlJitProvisioning

        public boolean getEnableSamlJitProvisioning()
      • isEnableSamlJitProvisioning

        public boolean isEnableSamlJitProvisioning()
      • setEnableSamlJitProvisioning

        public void setEnableSamlJitProvisioning​(boolean enableSamlJitProvisioning)
      • setEnableSamlJitProvisioning

        protected void setEnableSamlJitProvisioning​(com.sforce.ws.parser.XmlInputStream __in,
                                                    com.sforce.ws.bind.TypeMapper __typeMapper)
                                             throws java.io.IOException,
                                                    com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getEnableSamlLogin

        public boolean getEnableSamlLogin()
      • isEnableSamlLogin

        public boolean isEnableSamlLogin()
      • setEnableSamlLogin

        public void setEnableSamlLogin​(boolean enableSamlLogin)
      • setEnableSamlLogin

        protected void setEnableSamlLogin​(com.sforce.ws.parser.XmlInputStream __in,
                                          com.sforce.ws.bind.TypeMapper __typeMapper)
                                   throws java.io.IOException,
                                          com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getIsLoginWithSalesforceCredentialsDisabled

        public boolean getIsLoginWithSalesforceCredentialsDisabled()
      • isIsLoginWithSalesforceCredentialsDisabled

        public boolean isIsLoginWithSalesforceCredentialsDisabled()
      • setIsLoginWithSalesforceCredentialsDisabled

        public void setIsLoginWithSalesforceCredentialsDisabled​(boolean isLoginWithSalesforceCredentialsDisabled)
      • setIsLoginWithSalesforceCredentialsDisabled

        protected void setIsLoginWithSalesforceCredentialsDisabled​(com.sforce.ws.parser.XmlInputStream __in,
                                                                   com.sforce.ws.bind.TypeMapper __typeMapper)
                                                            throws java.io.IOException,
                                                                   com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.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:
        write in interface com.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:
        load in interface com.sforce.ws.bind.XMLizable
        Throws:
        java.io.IOException
        com.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.IOException
        com.sforce.ws.ConnectionException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object