org.apache.cxf.fediz.service.idp
Class IdpServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by 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

Field Summary
static String ACTION_SIGNIN
           
static String ACTION_SIGNOUT
           
static String ACTION_SIGNOUT_CLEANUP
           
static String AUTH_HEADER_NAME
           
static String IDP_TOKEN
           
static String IDP_USER
           
protected  boolean isPortSet
           
static String PARAM_ACTION
           
static String PARAM_WCONTEXT
           
static String PARAM_WFRESH
           
static String PARAM_WREPLY
           
static String PARAM_WRESULT
           
static String PARAM_WTREALM
           
static String SERVLET_PARAM_TOKENTYPE
           
protected  String stsWsdlUrl
           
protected  boolean useWfreshForTTL
           
 
Constructor Summary
IdpServlet()
           
 
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
 

Field Detail

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
Constructor Detail

IdpServlet

public IdpServlet()
Method Detail

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