@Singleton
public class LoginServlet
extends javax.servlet.http.HttpServlet
webclient query parameter.
If the application properties provide a list of allowed webclient URLs, the
redirect will silently fail unless the given URL matches one of the allowed
URLs.
This servlet is intended to be combined with filters to redirect to the
single sign-on login page to login to Eureka! Clinical webapps and
webclients.| Constructor and Description |
|---|
LoginServlet(org.eurekaclinical.standardapis.props.CasEurekaClinicalProperties inProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
void |
init(javax.servlet.ServletConfig config) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service@Inject public LoginServlet(org.eurekaclinical.standardapis.props.CasEurekaClinicalProperties inProperties)
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionprotected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws IOException
doGet in class javax.servlet.http.HttpServletIOExceptionCopyright © 2016–2018 Emory University. All rights reserved.