- GatewayChallengeHandler - Class in com.worklight.wlclient.api.challengehandler
-
You use this abstract base class to create a custom challenge handler to handle responses from a third party gateway.
- GatewayChallengeHandler(String) - Constructor for class com.worklight.wlclient.api.challengehandler.GatewayChallengeHandler
-
Constructs an GatewayChallengeHandler with a specific 'gatewayName'.
- generateKey(String, String, int) - Static method in class com.worklight.wlclient.api.SecurityUtils
-
Generate key of the given length with the given password and salt, using the given number of iterations to generate the key.
- generateKey(String, String, int, int) - Static method in class com.worklight.wlclient.api.SecurityUtils
-
Generate key of the given length with the given password, salt, and key length, using the given number of iterations to generate the key.
- generateLocalKey(int) - Static method in class com.worklight.wlclient.api.SecurityUtils
-
- generateSecretKey(String, String, int, int) - Static method in class com.worklight.wlclient.api.SecurityUtils
-
- GET - Static variable in class com.worklight.wlclient.api.WLResourceRequest
-
String constant for the HTTP GET
method.
- getAdapter() - Method in class com.worklight.wlclient.api.WLProcedureInvocationData
-
Deprecated.
- getAllHeaders() - Method in class com.worklight.wlclient.api.WLResourceRequest
-
Returns all headers for this resource request.
- getAppSessionID() - Static method in class com.worklight.wlclient.api.WLLifecycleHelper
-
- getAsAuthorizationRequestHeader() - Method in class com.worklight.wlclient.auth.AccessToken
-
Returns the value of the access token in the required format for an authorization header.
- getAsFormEncodedBodyParameter() - Method in class com.worklight.wlclient.auth.AccessToken
-
Returns the value of the access token in the required format for the body of an HTTP-request entity.
- getAuthorizationServerUrl() - Method in class com.worklight.wlclient.api.WLAuthorizationManager
-
Returns the URL of the current authorization server.
- getCapture() - Static method in class com.worklight.common.Logger
-
Get the current value of the capture flag, indicating that the Logger is recording log calls persistently.
- getchMap() - Method in class com.worklight.wlclient.api.WLClient
-
- getCookies() - Method in class com.worklight.wlclient.api.WLCookie
-
- getPersistentCookies() - Method in class com.worklight.wlclient.api.WLClient
-
Retrieves the persistent cookie that is used by the framework when communicating with the server.
- getData() - Method in class com.worklight.androidgap.api.WLInitWebFrameworkResult
-
- getDescription() - Method in class com.worklight.wlclient.api.WLErrorCode
-
- getDeviceDisplayName(DeviceDisplayNameListener) - Method in class com.worklight.wlclient.api.WLClient
-
Gets the display name of the device.
- getDomain() - Method in class com.worklight.wlclient.api.WLCookie
-
- getErrorCode() - Method in class com.worklight.wlclient.api.WLFailResponse
-
Deprecated.
As of MobileFirst v8.0, replaced by getErrorStatusCode method.
The
WLErrorCode
section contains a description of the possible errors.
- getErrorMsg() - Method in class com.worklight.wlclient.api.WLFailResponse
-
This method returns an error message that is for the developer, and not necessarily suitable for the user.
- getErrorStatusCode() - Method in class com.worklight.wlclient.api.WLFailResponse
-
- getExpiryDate() - Method in class com.worklight.wlclient.api.WLCookie
-
- getFileContentsAsByteArray(File) - Method in class com.worklight.common.Logger.FileLoggerInterface
-
- getFilters() - Static method in class com.worklight.common.Logger
-
Get the current list of filters.
- getFirstHeader(String) - Method in class com.worklight.wlclient.api.WLResponse
-
Returns the first header from the response that matches the given header name.
- getGlobalHeaders() - Method in class com.worklight.wlclient.api.WLClient
-
- getHeaders(String) - Method in class com.worklight.wlclient.api.WLResourceRequest
-
Returns all headers of the specified name for this resource request.
- getHeaders() - Method in class com.worklight.wlclient.api.WLResponse
-
- getInstance() - Static method in class com.worklight.androidgap.api.WL
-
- getInstance(String) - Static method in class com.worklight.common.Logger
-
Get or create an instance of this logger.
- getInstance() - Static method in class com.worklight.wlclient.api.WLAuthorizationManager
-
- getInstance() - Static method in class com.worklight.wlclient.api.WLClient
-
This method gets the singleton instance of
WLClient
.
- getInstance() - Static method in class com.worklight.wlclient.api.WLLifecycleHelper
-
- getInvocationContext() - Method in class com.worklight.wlclient.api.WLRequestOptions
-
Return the user invocation context
- getInvocationContext() - Method in class com.worklight.wlclient.api.WLResponse
-
- getLevel() - Static method in class com.worklight.common.Logger
-
Get the current Logger.LEVEL.
- getMainHtmlFilePath() - Method in class com.worklight.androidgap.api.WL
-
Calculates and returns the main HTML file path.
- getMaxFileSize() - Static method in class com.worklight.common.Logger
-
Get the current setting for the max file size threshold.
- getMessage() - Method in class com.worklight.androidgap.api.WLInitWebFrameworkResult
-
- getMethod() - Method in class com.worklight.wlclient.api.WLResourceRequest
-
Returns the HTTP method of this resource request.
- getName() - Method in class com.worklight.wlclient.api.WLCookie
-
- getParameters() - Method in class com.worklight.wlclient.api.WLProcedureInvocationData
-
Deprecated.
- getPath() - Method in class com.worklight.wlclient.api.WLCookie
-
- getProcedure() - Method in class com.worklight.wlclient.api.WLProcedureInvocationData
-
Deprecated.
- getProcedureInvocationErrors() - Method in class com.worklight.wlclient.api.WLProcedureInvocationFailResponse
-
This method returns a list of applicative error messages that are collected while the procedure is called.
- getQueryParameters() - Method in class com.worklight.wlclient.api.WLResourceRequest
-
Returns the query parameters set for this resource request as a Map.
- getQueryString() - Method in class com.worklight.wlclient.api.WLResourceRequest
-
Returns the query parameters of this resource request as a string.
- getRandomString(int) - Static method in class com.worklight.wlclient.api.SecurityUtils
-
Generate a hexadecimal-encoded random byte string locally with the given byte length.
- getRandomStringFromServer(int, Context, WLRequestListener) - Static method in class com.worklight.wlclient.api.SecurityUtils
-
Gets a random string from the server.
- getResourceScope(HttpURLConnection) - Method in class com.worklight.wlclient.api.WLAuthorizationManager
-
- getResourceScope(Map) - Method in class com.worklight.wlclient.api.WLAuthorizationManager
-
- getResponseBytes() - Method in class com.worklight.wlclient.api.WLResponse
-
Retrieves the original response from the server, in the form of an array of bytes.
- getResponseJSON() - Method in class com.worklight.wlclient.api.WLResponse
-
- getResponseListener() - Method in class com.worklight.wlclient.api.WLRequestOptions
-
- getResponseText() - Method in class com.worklight.wlclient.api.WLResponse
-
Retrieves the original response text from the server.
- getResult() - Method in class com.worklight.wlclient.api.WLProcedureInvocationFailResponse
-
This method returns a JSONObject that represents the JSON response from the server.
- getServerUrl() - Method in class com.worklight.androidgap.api.WL
-
Returns the current IBM MobileFirst Platform Server URL
- getServerUrl() - Method in class com.worklight.wlclient.api.WLClient
-
Returns the current MobileFirst Platform server URL
- getSharedToken(String) - Method in class com.worklight.common.WLSimpleDataSharing
-
Retrieve value that has been previously shared by applications on the same device that have the same sharedUserId and signing key
and properly set MobileFirst Platform configuration.
- getStatus() - Method in class com.worklight.wlclient.api.WLResponse
-
Retrieves the HTTP status from the response.
- getStatusCode() - Method in class com.worklight.androidgap.api.WLInitWebFrameworkResult
-
SUCCESS - The web framework initialization completed successfully.
- getStatusText() - Method in class com.worklight.wlclient.api.WLResponse
-
- getTimeout() - Method in class com.worklight.wlclient.api.WLRequestOptions
-
This method gets the request timeout that you currently use.
- getTimeout() - Method in class com.worklight.wlclient.api.WLResourceRequest
-
Returns the expiration period (timeout) for this resource request.
- getUrl() - Method in class com.worklight.wlclient.api.WLResourceRequest
-
Returns the URL for this resource request.
- getValue() - Method in class com.worklight.wlclient.api.WLCookie
-
- getValue() - Method in class com.worklight.wlclient.auth.AccessToken
-
Returns the value of the access token.
- getWLServerURL() - Method in class com.worklight.wlclient.api.WLClient
-