Interface EmailConfirmationServletProvider
-
public interface EmailConfirmationServletProvider
Provides servlet used as a email confirmation endpoint- Author:
- P. Piernik
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CONFIRMATION_TOKEN_ARG
static java.lang.String
SERVLET_PATH
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.servlet.Filter
getServiceFilter()
org.eclipse.jetty.servlet.ServletHolder
getServiceServlet()
-
-
-
Field Detail
-
SERVLET_PATH
static final java.lang.String SERVLET_PATH
- See Also:
- Constant Field Values
-
CONFIRMATION_TOKEN_ARG
static final java.lang.String CONFIRMATION_TOKEN_ARG
- See Also:
- Constant Field Values
-
-