public abstract class BaseChallengeHandler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected com.worklight.wlclient.WLRequest |
activeRequest |
Modifier | Constructor and Description |
---|---|
protected |
BaseChallengeHandler(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Calling this method tells MobileFirst Platform that the challenge that you no longer want to take any actions to attempt to resolve the challenge.
|
abstract void |
handleChallenge(java.lang.Object challenge)
You must implement this method to handle the challenge logic, for example to display the login screen.
|
public void cancel()
public abstract void handleChallenge(java.lang.Object challenge)
challenge
- The response to be handled.
© Copyright IBM Corp. 2006, 2015. All Rights Reserved.