Class AuthHeader


  • public class AuthHeader
    extends Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="user" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="accessToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="samlResponse" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="locale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="appName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="appVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="gzipResponse" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="faultHttpStatusCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
           </sequence>
           <anyAttribute processContents='lax' namespace='##other'/>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AuthHeader

        public AuthHeader()
    • Method Detail

      • getUser

        public String getUser()
        Gets the value of the user property.
        Returns:
        possible object is String
      • setUser

        public void setUser​(String value)
        Sets the value of the user property.
        Parameters:
        value - allowed object is String
      • getPassword

        public String getPassword()
        Gets the value of the password property.
        Returns:
        possible object is String
      • setPassword

        public void setPassword​(String value)
        Sets the value of the password property.
        Parameters:
        value - allowed object is String
      • getAccessToken

        public String getAccessToken()
        Gets the value of the accessToken property.
        Returns:
        possible object is String
      • setAccessToken

        public void setAccessToken​(String value)
        Sets the value of the accessToken property.
        Parameters:
        value - allowed object is String
      • getSamlResponse

        public String getSamlResponse()
        Gets the value of the samlResponse property.
        Returns:
        possible object is String
      • setSamlResponse

        public void setSamlResponse​(String value)
        Sets the value of the samlResponse property.
        Parameters:
        value - allowed object is String
      • getLocale

        public String getLocale()
        Gets the value of the locale property.
        Returns:
        possible object is String
      • setLocale

        public void setLocale​(String value)
        Sets the value of the locale property.
        Parameters:
        value - allowed object is String
      • getAppName

        public String getAppName()
        Gets the value of the appName property.
        Returns:
        possible object is String
      • setAppName

        public void setAppName​(String value)
        Sets the value of the appName property.
        Parameters:
        value - allowed object is String
      • getAppVersion

        public String getAppVersion()
        Gets the value of the appVersion property.
        Returns:
        possible object is String
      • setAppVersion

        public void setAppVersion​(String value)
        Sets the value of the appVersion property.
        Parameters:
        value - allowed object is String
      • isGzipResponse

        public Boolean isGzipResponse()
        Gets the value of the gzipResponse property.
        Returns:
        possible object is Boolean
      • setGzipResponse

        public void setGzipResponse​(Boolean value)
        Sets the value of the gzipResponse property.
        Parameters:
        value - allowed object is Boolean
      • getFaultHttpStatusCode

        public Integer getFaultHttpStatusCode()
        Gets the value of the faultHttpStatusCode property.
        Returns:
        possible object is Integer
      • setFaultHttpStatusCode

        public void setFaultHttpStatusCode​(Integer value)
        Sets the value of the faultHttpStatusCode property.
        Parameters:
        value - allowed object is Integer
      • getOtherAttributes

        public Map<QName,​String> getOtherAttributes()
        Gets a map that contains attributes that aren't bound to any typed property on this class.

        the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

        Returns:
        always non-null