Class IPSigninRequest
- java.lang.Object
-
- com.sun.identity.wsfederation.servlet.WSFederationAction
-
- com.sun.identity.wsfederation.servlet.IPSigninRequest
-
public class IPSigninRequest extends WSFederationAction
This class implements the sign-in request for the identity provider.
-
-
Field Summary
-
Fields inherited from class com.sun.identity.wsfederation.servlet.WSFederationAction
request, response
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process()
Processes the sign-in request, returning a response via the HttpServletResponse passed to the constructor.
-
-
-
Constructor Detail
-
IPSigninRequest
public IPSigninRequest(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String whr, String wtrealm, String wct, String wctx, String wreply)
Creates a new instance of RPSigninRequest- Parameters:
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 request
-
-
Method Detail
-
process
public void process() throws IOException, WSFederationException
Processes the sign-in request, returning a response via the HttpServletResponse passed to the constructor.- Specified by:
process
in classWSFederationAction
- Throws:
IOException
WSFederationException
-
-