A B C D E F G H I J L M N O P R S T U V W 

S

SecurityCheckChallengeHandler - Class in com.worklight.wlclient.api.challengehandler
Abstract base class for the IBM MobileFirst Platform challenge handlers.
SecurityCheckChallengeHandler(String) - Constructor for class com.worklight.wlclient.api.challengehandler.SecurityCheckChallengeHandler
Constructs an SecurityCheckChallengeHandler for a specific security check.
SecurityUtils - Class in com.worklight.wlclient.api
MobileFirst Platform class that provides security utilities.
SecurityUtils() - Constructor for class com.worklight.wlclient.api.SecurityUtils
 
send() - Static method in class com.worklight.common.Logger
Send the accumulated log data when the persistent log buffer exists and is not empty.
send(WLRequestListener) - Static method in class com.worklight.common.Logger
send() - Static method in class com.worklight.common.WLAnalytics
Send the accumulated log data when the persistent log buffer exists and is not empty.
send(WLRequestListener) - Static method in class com.worklight.common.WLAnalytics
send(WLResponseListener) - Method in class com.worklight.wlclient.api.WLResourceRequest
Send this resource request asynchronously, without a request body.
send(String, WLResponseListener) - Method in class com.worklight.wlclient.api.WLResourceRequest
Sends this resource request asynchronously, with the provided string as the request body.
send(Map, WLResponseListener) - Method in class com.worklight.wlclient.api.WLResourceRequest
Sends this resource request asynchronously, with the provided form parameters as the request body.
send(JSONObject, WLResponseListener) - Method in class com.worklight.wlclient.api.WLResourceRequest
Sends this resource request asynchronously, with the given JSON object as the request body.
sendActionToJS(String) - Method in class com.worklight.androidgap.api.WL
Sends action to JavaScript action receivers.
sendActionToJS(String, JSONObject) - Method in class com.worklight.androidgap.api.WL
Sends action to JavaScript action receivers.
sendIfUnCaughtExceptionDetected(Context) - Static method in class com.worklight.common.Logger
Deprecated.
since version 6.2; use Logger.send() with Logger.isUnCaughtExceptionDetected() conditional instead.

Send the log file when there is an uncaught exception detected, and was recorded to the log buffer due to capture being turned on at the time of the uncaught exception.

This is a convenience method so that callers may place a single line of code at the point in their application where they want to call it.

SERVER_ERROR - Static variable in class com.worklight.wlclient.api.WLErrorCode
 
setAuthorizationServerUrl(URL) - Method in class com.worklight.wlclient.api.WLAuthorizationManager
Sets the URL of the authorization server.
setAutoSendLogs(boolean) - Static method in class com.worklight.common.Logger
Global setting: turn Auto Log Send on and off.
setAZRequest(boolean) - Method in class com.worklight.wlclient.api.WLRequestOptions
Set true for authorization requests
setCacheableRequest(boolean) - Method in class com.worklight.wlclient.api.WLProcedureInvocationData
Deprecated.
This method is for internal use only.
setCapture(boolean) - Static method in class com.worklight.common.Logger
Global setting: turn persisting of log data passed to this class's log methods on or off.
setCompressResponse(boolean) - Method in class com.worklight.wlclient.api.WLProcedureInvocationData
Deprecated.
This method enables or disables compression.
setContext(Context) - Static method in class com.worklight.common.Logger
Context object must be set in order to use the Logger API.
setContext(Context) - Static method in class com.worklight.common.WLAnalytics
Deprecated.
use WLAnalytics.init() instead Context object must be set in order to use the WLAnalytics API. This is called automatically by WL.init.
setDeviceDisplayName(String, WLRequestListener) - Method in class com.worklight.wlclient.api.WLClient
Sets the display name of the device.
setFilters(HashMap) - Static method in class com.worklight.common.Logger
Filter on packages at and above designated LEVEL.
setHeaders(Map) - Method in class com.worklight.wlclient.api.WLResourceRequest
Sets the specified headers for this resource request.
For a header that is already set, the new value overwrites the previous value.
setHeartBeatInterval(int) - Method in class com.worklight.wlclient.api.WLClient
Sets heart beat interval.
setInvocationContext(Object) - Method in class com.worklight.wlclient.api.WLRequestOptions
User can add to the request any object, that will be available on the callback (success/failure) functions.
setLevel(Logger.LEVEL) - Static method in class com.worklight.common.Logger
Set the level and above at which log messages should be saved/printed.
setMaxFileSize(int) - Static method in class com.worklight.common.Logger
Set the maximum size of the local log file.
setParameters(Object[]) - Method in class com.worklight.wlclient.api.WLProcedureInvocationData
Deprecated.
This method sets the request parameters.
setQueryParameter(String, String) - Method in class com.worklight.wlclient.api.WLResourceRequest
Sets the value of the specified query parameter to the provided value.
If no matching parameter is found, the parameter is added.
setQueryParameters(HashMap) - Method in class com.worklight.wlclient.api.WLResourceRequest
Sets the query parameters of this resource.
setResponseJSON(JSONObject) - Method in class com.worklight.wlclient.api.WLResponse
 
setServerUrl(URL) - Method in class com.worklight.androidgap.api.WL
Sets the IBM MobileFirst Platform Server URL to the specified URL
setServerUrl(URL) - Method in class com.worklight.wlclient.api.WLClient
Sets the MobileFirst Platform server URL to the specified URL
setSharedToken(String, byte[]) - Method in class com.worklight.common.WLSimpleDataSharing
Share key/value pair with other applications on the same device that have the same sharedUserId and signing key and properly set MobileFirst Platform configuration.
setSharedToken(String, String) - Method in class com.worklight.common.WLSimpleDataSharing
Share key/value pair with other applications on the same device that have the same sharedUserId and signing key and properly set MobileFirst Platform configuration.
setStatusText(String) - Method in class com.worklight.wlclient.api.WLResponse
 
setTextContentType(boolean) - Method in class com.worklight.wlclient.api.WLRequestOptions
 
setTimeout(int) - Method in class com.worklight.wlclient.api.WLRequestOptions
This method sets a new timeout.
setTimeout(int) - Method in class com.worklight.wlclient.api.WLResourceRequest
Sets the expiration period (timeout) for this resource request.
setUserContext(String) - Static method in class com.worklight.common.WLAnalytics
Specify current application user.
SHARED_PREF_KEY - Static variable in class com.worklight.common.WLAnalytics
 
SHARED_PREF_KEY_USER_ID - Static variable in class com.worklight.common.WLAnalytics
 
showSplashScreen(Activity) - Method in class com.worklight.androidgap.api.WL
Shows the default IBM MobileFirst Platform splash screen on the activity that was passed as a parameter
statusText - Variable in class com.worklight.wlclient.api.WLResponse
 
submitChallengeAnswer(JSONObject) - Method in class com.worklight.wlclient.api.challengehandler.SecurityCheckChallengeHandler
Send the answer back to the request.
submitLoginForm(String, Map, Map, int, String) - Method in class com.worklight.wlclient.api.challengehandler.GatewayChallengeHandler
You use this method to send collected credentials to a specific URL.
submitSuccess(WLResponse) - Method in class com.worklight.wlclient.api.challengehandler.GatewayChallengeHandler
You must call this method when the challenge is answered successfully, for example after the user successfully submits the login form.
SUCCESS - Static variable in class com.worklight.androidgap.api.WLInitWebFrameworkResult
 
A B C D E F G H I J L M N O P R S T U V W 


© Copyright IBM Corp. 2006, 2015. All Rights Reserved.