| public void |
enableXsrf(Boolean)
|
Sets the XSRFEnabled flag. |
| public String |
getBaseUrl()
|
Returns the base URL for the requests. |
| public Certificate[] |
getCertificate()
|
|
| public String |
getLanguage()
|
Returns the language setting. |
| public final TrustManager[] |
getTrustManagers()
|
Returns an array of TrustManager instances. |
| public String |
getUserName()
|
Returns the username. |
| public String |
getUserPassword()
|
Returns the password. |
| public boolean |
isAutoRedirectEnabled()
|
Returns whether auto redirect is enabled. |
| public void |
setAutoRedirectEnabled(boolean)
|
Enables or disables auto redirect. |
| public void |
setBaseUrl(String)
|
Sets the base URL for requests. |
| public void |
setCertificate(Certificate[])
|
|
| public void |
setLanguage(final String)
|
|
| public void |
setServerCertificate(Certificate[])
|
|
| public void |
setServerCertificate(Certificate)
|
|
| public void |
setUserName(String)
|
Sets the username which must be used during authentication. |
| public void |
setUserPassword(String)
|
Sets the password. |