public class AuthHeader
extends java.lang.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 and Description |
---|
AuthHeader() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccessToken()
Gets the value of the accessToken property.
|
java.lang.String |
getAppName()
Gets the value of the appName property.
|
java.lang.String |
getAppVersion()
Gets the value of the appVersion property.
|
java.lang.Integer |
getFaultHttpStatusCode()
Gets the value of the faultHttpStatusCode property.
|
java.lang.String |
getLocale()
Gets the value of the locale property.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
java.lang.String |
getPassword()
Gets the value of the password property.
|
java.lang.String |
getSamlResponse()
Gets the value of the samlResponse property.
|
java.lang.String |
getUser()
Gets the value of the user property.
|
java.lang.Boolean |
isGzipResponse()
Gets the value of the gzipResponse property.
|
void |
setAccessToken(java.lang.String value)
Sets the value of the accessToken property.
|
void |
setAppName(java.lang.String value)
Sets the value of the appName property.
|
void |
setAppVersion(java.lang.String value)
Sets the value of the appVersion property.
|
void |
setFaultHttpStatusCode(java.lang.Integer value)
Sets the value of the faultHttpStatusCode property.
|
void |
setGzipResponse(java.lang.Boolean value)
Sets the value of the gzipResponse property.
|
void |
setLocale(java.lang.String value)
Sets the value of the locale property.
|
void |
setPassword(java.lang.String value)
Sets the value of the password property.
|
void |
setSamlResponse(java.lang.String value)
Sets the value of the samlResponse property.
|
void |
setUser(java.lang.String value)
Sets the value of the user property.
|
public java.lang.String getUser()
String
public void setUser(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPassword()
String
public void setPassword(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAccessToken()
String
public void setAccessToken(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSamlResponse()
String
public void setSamlResponse(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLocale()
String
public void setLocale(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAppName()
String
public void setAppName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAppVersion()
String
public void setAppVersion(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isGzipResponse()
Boolean
public void setGzipResponse(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Integer getFaultHttpStatusCode()
Integer
public void setFaultHttpStatusCode(java.lang.Integer value)
value
- allowed object is
Integer
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
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.
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"