public class RPSigninRequest extends WSFederationAction
request, response
Constructor and Description |
---|
RPSigninRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String whr,
String wct,
String wctx,
String wreply)
Creates a new instance of RPSigninRequest
|
Modifier and Type | Method and Description |
---|---|
void |
process()
Processes the sign-in request, redirecting the browser to the identity
provider via the HttpServletResponse passed to the constructor.
|
public RPSigninRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String whr, String wct, String wctx, String wreply)
request
- HTTPServletRequest for this interactionresponse
- HTTPServletResponse for this interactionwhr
- the whr parameter from the signin requestwct
- the wct parameter from the signin requestwctx
- the wctx parameter from the signin requestwreply
- the wreply parameter from the signin requestpublic void process() throws WSFederationException, IOException
process
in class WSFederationAction
WSFederationException
IOException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.