public abstract class WSFederationAction extends Object
Modifier and Type | Field and Description |
---|---|
protected javax.servlet.http.HttpServletRequest |
request |
protected javax.servlet.http.HttpServletResponse |
response |
Constructor and Description |
---|
WSFederationAction(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates a new instance of WSFederationAction
|
Modifier and Type | Method and Description |
---|---|
abstract void |
process()
Processes the sign-out request, returning a response via the
HttpServletResponse passed to the constructor.
|
protected javax.servlet.http.HttpServletRequest request
protected javax.servlet.http.HttpServletResponse response
public WSFederationAction(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
request
- HTTPServletRequest for this interactionresponse
- HTTPServletResponse for this interactionpublic abstract void process() throws javax.servlet.ServletException, IOException, WSFederationException
javax.servlet.ServletException
IOException
WSFederationException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.