public interface AutoLogin
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AUTO_LOGIN_REDIRECT
Set a request attribute with this variable to tell the AutoLoginFilter to
stop processing filters and redirect the user to a specified location.
|
static java.lang.String |
AUTO_LOGIN_REDIRECT_AND_CONTINUE
Set a request attribute with this variable to tell the AutoLoginFilter to
continue processing filters and then redirect the user to a specified
location.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
login(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
static final java.lang.String AUTO_LOGIN_REDIRECT
static final java.lang.String AUTO_LOGIN_REDIRECT_AND_CONTINUE
java.lang.String[] login(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws AutoLoginException
AutoLoginException