public class IPSigninRequest extends WSFederationAction
request, response
Constructor and Description |
---|
IPSigninRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String whr,
String wtrealm,
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, returning a response via the
HttpServletResponse passed to the constructor.
|
public IPSigninRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String whr, String wtrealm, String wct, String wctx, String wreply)
request
- HTTPServletRequest for this interactionresponse
- HTTPServletResponse for this interactionwhr
- the whr parameter from the signin requestwtrealm
- the wtrealm 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 IOException, WSFederationException
process
in class WSFederationAction
IOException
WSFederationException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.