Package com.pingidentity.sdk.clientauth
Class ClientSideContext
java.lang.Object
com.pingidentity.sdk.clientauth.ClientSideContext
A wrapper class for contextual information used by
ClientSideAuthenticator methods.- Since:
- 13.0
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGet 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.- Since:
- 13.0
-
getResponse
public javax.servlet.http.HttpServletResponse getResponse()Get theHttpServletResponseinstance- Returns:
HttpServletResponseor null,- Since:
- 13.0
-
getInParameters
Get the map that contains a set of input parameters.Current available parameters are listed on the
IdpAuthenticationAdapterV2- Returns:
- a map that contains a set of input parameters, or empty map
- Since:
- 11.3
-