Interface EmailConfirmationServletProvider
-
public interface EmailConfirmationServletProviderProvides servlet used as a email confirmation endpoint- Author:
- P. Piernik
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONFIRMATION_TOKEN_ARGstatic java.lang.StringSERVLET_PATH
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.servlet.FiltergetServiceFilter()org.eclipse.jetty.servlet.ServletHoldergetServiceServlet()
-
-
-
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
-
-