org.apache.cxf.fediz.tomcat.handler
Class TomcatSigninHandler
java.lang.Object
org.apache.cxf.fediz.core.handler.SigninHandler<org.apache.cxf.fediz.core.FedizPrincipal>
org.apache.cxf.fediz.tomcat.handler.TomcatSigninHandler
- All Implemented Interfaces:
- org.apache.cxf.fediz.core.handler.RequestHandler<org.apache.cxf.fediz.core.FedizPrincipal>
public class TomcatSigninHandler
- extends org.apache.cxf.fediz.core.handler.SigninHandler<org.apache.cxf.fediz.core.FedizPrincipal>
|
Constructor Summary |
TomcatSigninHandler(org.apache.cxf.fediz.core.config.FedizContext fedizContext)
|
|
Method Summary |
boolean |
canHandleRequest(javax.servlet.http.HttpServletRequest request)
|
protected org.apache.cxf.fediz.core.FedizPrincipal |
createPrincipal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.apache.cxf.fediz.core.processor.FedizResponse wfRes)
|
Object |
getLandingPage()
|
void |
setLandingPage(Object landingPage)
|
| Methods inherited from class org.apache.cxf.fediz.core.handler.SigninHandler |
getFedizContext, getResponseToken, handleRequest, processSigninRequest, validateAudienceRestrictions |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TomcatSigninHandler
public TomcatSigninHandler(org.apache.cxf.fediz.core.config.FedizContext fedizContext)
createPrincipal
protected org.apache.cxf.fediz.core.FedizPrincipal createPrincipal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.apache.cxf.fediz.core.processor.FedizResponse wfRes)
- Overrides:
createPrincipal in class org.apache.cxf.fediz.core.handler.SigninHandler<org.apache.cxf.fediz.core.FedizPrincipal>
canHandleRequest
public boolean canHandleRequest(javax.servlet.http.HttpServletRequest request)
- Specified by:
canHandleRequest in interface org.apache.cxf.fediz.core.handler.RequestHandler<org.apache.cxf.fediz.core.FedizPrincipal>- Overrides:
canHandleRequest in class org.apache.cxf.fediz.core.handler.SigninHandler<org.apache.cxf.fediz.core.FedizPrincipal>
getLandingPage
public Object getLandingPage()
setLandingPage
public void setLandingPage(Object landingPage)
Apache Fediz