Deprecated. since 3.0, Use com.sap.mobile.lib.request.ConnectivityParameters
All members of SDMConnectivityParameters, including inherited members.
VariablesModifier and Type | Variable | Description |
---|---|---|
public static Boolean | autoredirectenabled | |
public static Boolean | isXcsrfEnabled |
Modifier and Type | Method | Description |
---|---|---|
public void | enableXsrf(Boolean) | Sets the XSRFEnabled flag. |
public String | getBaseUrl() | |
public String | getLanguage() | Returns the language setting. |
public final TrustManager[] | getTrustManagers() | Returns an array filled with 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 | 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. |
Modifier and Type | Member | Description |
---|---|---|
public void | setLanguage(String) | Sets the language used in connection. |
public void | setServerCertificate(final Certificate[]) | Sets the server certificate. |
public void | setServerCertificate(final Certificate) | Sets a single server certificate. |