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