Class CaptchaContext
CaptchaProvider methods.- Since:
- 11.2
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGet the 'action' of the request.Get the map that contains a set of input parameters.javax.servlet.http.HttpServletRequestGet the HttpServletRequest.javax.servlet.http.HttpServletResponseGet theHttpServletResponseinstance
-
Method Details
-
getRequest
public javax.servlet.http.HttpServletRequest getRequest()Get the HttpServletRequest.- Returns:
HttpServletRequest, or null.
-
getResponse
public javax.servlet.http.HttpServletResponse getResponse()Get theHttpServletResponseinstance- Returns:
HttpServletResponseor null,- Since:
- 11.3
-
getAction
Get the 'action' of the request. SeeCaptchaProviderfor 'actions'.- Returns:
- the action, or null.
-
getInParameters
Get the map that contains a set of input parameters.Current available parameters are:
IdpAuthenticationAdapterV2.IN_PARAMETER_NAME_TRACKING_IDIdpAuthenticationAdapterV2.IN_PARAMETER_NAME_REQUEST_IDIdpAuthenticationAdapterV2.IN_PARAMETER_NAME_TRANSACTION_IDIdpAuthenticationAdapterV2.IN_PARAMETER_NAME_USERIDIdpAuthenticationAdapterV2.IN_PARAMETER_NAME_USERID_AUTHENTICATEDIdpAuthenticationAdapterV2.IN_PARAMETER_NAME_PARTNER_ENTITYIDIdpAuthenticationAdapterV2.IN_PARAMETER_NAME_OAUTH_CLIENT_IDIdpAuthenticationAdapterV2.IN_PARAMETER_NAME_SP_ADAPTER_IDIdpAuthenticationAdapterV2.IN_PARAMETER_NAME_CHAINED_ATTRIBUTESIdpAuthenticationAdapterV2.IN_PARAMETER_NAME_DEVICE_SHARING_TYPEIdpAuthenticationAdapterV2.IN_PARAMETER_NAME_RESUME_PATHIdpAuthenticationAdapterV2.IN_PARAMETER_NAME_APPLICATION_NAMEIdpAuthenticationAdapterV2.IN_PARAMETER_NAME_APPLICATION_ICON_URL- Returns:
- a map that contains a set of input parameters, or empty map
- Since:
- 11.3
-