Class WL.Client.AbstractChallengeHandler

WL.Client.AbstractChallengeHandler

Description:
This should not be used directly. Instead, create a challenge handler using either WL.Client.createSecurityCheckChallengeHandler(securityCheck) or WL.Client.createGatewayChallengeHandler(gatewayName) to call methods of this class.

Method Summary
Method Attributes Method Name and Description
 
cancel()
Notifies the MobileFirst framework that the authentication process needs to be canceled.
 
handleChallenge(challenge)
The MobileFirst framework calls this method only for the relevant challenge.
Method Detail
cancel
cancel()
Notifies the MobileFirst framework that the authentication process needs to be canceled. The MobileFirst framework then disposes of the original request that triggered the authentication.

handleChallenge
handleChallenge(challenge)
The MobileFirst framework calls this method only for the relevant challenge. This function is used to perform required actions, such as hiding the application screen, displaying the login screen, or other actions required to pass the challenge successfully.
Parameters:
challenge - Challenge to handle

© Copyright IBM Corp. 2011, 2016.