Class ConnectedAppOauthConfig

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

    public class ConnectedAppOauthConfig
    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

      • ConnectedAppOauthConfig

        public ConnectedAppOauthConfig()
        Constructor
    • Method Detail

      • setAssetTokenConfig

        protected void setAssetTokenConfig​(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
      • getCallbackUrl

        public java.lang.String getCallbackUrl()
      • setCallbackUrl

        public void setCallbackUrl​(java.lang.String callbackUrl)
      • setCallbackUrl

        protected void setCallbackUrl​(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
      • 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.IOException
        com.sforce.ws.ConnectionException
      • getConsumerKey

        public java.lang.String getConsumerKey()
      • setConsumerKey

        public void setConsumerKey​(java.lang.String consumerKey)
      • setConsumerKey

        protected void setConsumerKey​(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
      • getConsumerSecret

        public java.lang.String getConsumerSecret()
      • setConsumerSecret

        public void setConsumerSecret​(java.lang.String consumerSecret)
      • setConsumerSecret

        protected void setConsumerSecret​(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
      • setIdTokenConfig

        protected void setIdTokenConfig​(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
      • getIsAdminApproved

        public boolean getIsAdminApproved()
      • isIsAdminApproved

        public boolean isIsAdminApproved()
      • setIsAdminApproved

        public void setIsAdminApproved​(boolean isAdminApproved)
      • setIsAdminApproved

        protected void setIsAdminApproved​(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
      • getIsConsumerSecretOptional

        public boolean getIsConsumerSecretOptional()
      • isIsConsumerSecretOptional

        public boolean isIsConsumerSecretOptional()
      • setIsConsumerSecretOptional

        public void setIsConsumerSecretOptional​(boolean isConsumerSecretOptional)
      • setIsConsumerSecretOptional

        protected void setIsConsumerSecretOptional​(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
      • getIsIntrospectAllTokens

        public boolean getIsIntrospectAllTokens()
      • isIsIntrospectAllTokens

        public boolean isIsIntrospectAllTokens()
      • setIsIntrospectAllTokens

        public void setIsIntrospectAllTokens​(boolean isIntrospectAllTokens)
      • setIsIntrospectAllTokens

        protected void setIsIntrospectAllTokens​(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
      • getIsSecretRequiredForRefreshToken

        public boolean getIsSecretRequiredForRefreshToken()
      • isIsSecretRequiredForRefreshToken

        public boolean isIsSecretRequiredForRefreshToken()
      • setIsSecretRequiredForRefreshToken

        public void setIsSecretRequiredForRefreshToken​(boolean isSecretRequiredForRefreshToken)
      • setIsSecretRequiredForRefreshToken

        protected void setIsSecretRequiredForRefreshToken​(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
      • setScopes

        protected void setScopes​(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
      • getSingleLogoutUrl

        public java.lang.String getSingleLogoutUrl()
      • setSingleLogoutUrl

        public void setSingleLogoutUrl​(java.lang.String singleLogoutUrl)
      • setSingleLogoutUrl

        protected void setSingleLogoutUrl​(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