org.apache.cxf.fediz.service.idp
Class IdpServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.cxf.fediz.service.idp.IdpServlet
- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class IdpServlet
- extends javax.servlet.http.HttpServlet
- See Also:
- Serialized Form
|
Method Summary |
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
org.apache.cxf.Bus |
getBus()
|
void |
init()
|
void |
setBus(org.apache.cxf.Bus bus)
|
| Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARAM_ACTION
public static final String PARAM_ACTION
- See Also:
- Constant Field Values
ACTION_SIGNIN
public static final String ACTION_SIGNIN
- See Also:
- Constant Field Values
ACTION_SIGNOUT
public static final String ACTION_SIGNOUT
- See Also:
- Constant Field Values
ACTION_SIGNOUT_CLEANUP
public static final String ACTION_SIGNOUT_CLEANUP
- See Also:
- Constant Field Values
PARAM_WTREALM
public static final String PARAM_WTREALM
- See Also:
- Constant Field Values
PARAM_WREPLY
public static final String PARAM_WREPLY
- See Also:
- Constant Field Values
PARAM_WRESULT
public static final String PARAM_WRESULT
- See Also:
- Constant Field Values
PARAM_WCONTEXT
public static final String PARAM_WCONTEXT
- See Also:
- Constant Field Values
PARAM_WFRESH
public static final String PARAM_WFRESH
- See Also:
- Constant Field Values
AUTH_HEADER_NAME
public static final String AUTH_HEADER_NAME
- See Also:
- Constant Field Values
SERVLET_PARAM_TOKENTYPE
public static final String SERVLET_PARAM_TOKENTYPE
- See Also:
- Constant Field Values
IDP_TOKEN
public static final String IDP_TOKEN
- See Also:
- Constant Field Values
IDP_USER
public static final String IDP_USER
- See Also:
- Constant Field Values
isPortSet
protected boolean isPortSet
stsWsdlUrl
protected String stsWsdlUrl
useWfreshForTTL
protected boolean useWfreshForTTL
IdpServlet
public IdpServlet()
init
public void init()
throws javax.servlet.ServletException
- Overrides:
init in class javax.servlet.GenericServlet
- Throws:
javax.servlet.ServletException
doGet
public void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- Overrides:
doGet in class javax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
IOException
setBus
public void setBus(org.apache.cxf.Bus bus)
getBus
public org.apache.cxf.Bus getBus()
Apache Fediz