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[] |
handleException(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.Exception e) |
java.lang.String[] |
login(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
static final java.lang.String AUTO_LOGIN_REDIRECT
static final java.lang.String AUTO_LOGIN_REDIRECT_AND_CONTINUE
java.lang.String[] handleException(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.Exception e)
throws AutoLoginException
AutoLoginExceptionjava.lang.String[] login(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws AutoLoginException
AutoLoginException