public class TomcatSigninHandler
extends org.apache.cxf.fediz.core.handler.SigninHandler<org.apache.cxf.fediz.core.FedizPrincipal>
| Constructor and Description |
|---|
TomcatSigninHandler(org.apache.cxf.fediz.core.config.FedizContext fedizContext) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public TomcatSigninHandler(org.apache.cxf.fediz.core.config.FedizContext fedizContext)
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)
createPrincipal in class org.apache.cxf.fediz.core.handler.SigninHandler<org.apache.cxf.fediz.core.FedizPrincipal>public boolean canHandleRequest(javax.servlet.http.HttpServletRequest request)
canHandleRequest in interface org.apache.cxf.fediz.core.handler.RequestHandler<org.apache.cxf.fediz.core.FedizPrincipal>canHandleRequest in class org.apache.cxf.fediz.core.handler.SigninHandler<org.apache.cxf.fediz.core.FedizPrincipal>public Object getLandingPage()
public void setLandingPage(Object landingPage)
Apache Fediz