public class IPRPSignoutRequest extends WSFederationAction
request, response
Constructor and Description |
---|
IPRPSignoutRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String wreply)
Creates a new instance of
RPSigninRequest . |
Modifier and Type | Method and Description |
---|---|
void |
process()
Processes the sign-out request, returning a response via the
HttpServletResponse passed to the constructor.
|
public IPRPSignoutRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String wreply)
RPSigninRequest
.request
- HTTPServletRequest for this interactionresponse
- HTTPServletResponse for this interactionwreply
- Reply URL, to which control is to be transferred
on successful completion of sign-out. May be null, in which case, control
stays with the provider.public void process() throws IOException, WSFederationException
process
in class WSFederationAction
IOException
WSFederationException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.