PageMixer demonstration with Servlet

common
Interface AuthKeys

All Superinterfaces:
AuthConstants
All Known Implementing Classes:
FarewellTrimFilter, NotYetLoginFilter, AuthFilter, AuthServlet, NotLoginCondition

public interface AuthKeys
extends AuthConstants

Keys to look information for authentication up.


Field Summary
static java.lang.Object KEY_FAREWELL
           
static java.lang.Object KEY_INVALID_PASSWORD
           
static java.lang.Object KEY_LOGIN
           
static java.lang.Object KEY_LOGIN_REQUEST
           
static java.lang.Object KEY_LOGIN_REQUIRED
           
static java.lang.Object KEY_LOGOUT_REQUEST
           
static java.lang.Object KEY_PASSWORD
           
static java.lang.Object KEY_USER_UNKNOWN
           
static java.lang.Object KEY_USERNAME
           
static java.lang.Object KEY_WELCOME
           
 
Fields inherited from interface common.AuthConstants
CLASS_ALREADY_LOGIN, CLASS_FAREWELL, CLASS_INVALID_PASSWORD, CLASS_LOGIN_REQUIRED, CLASS_NOT_YET_LOGIN, CLASS_USER_UNKNOWN, CLASS_USERNAME, CLASS_WELCOME, PARAM_LOGIN, PARAM_LOGIN_REQUEST, PARAM_LOGOUT_REQUEST, PARAM_PASSWORD, PARAM_USERNAME, REQUEST_FAREWELL, REQUEST_WELCOME, SESSION_LOGIN
 

Field Detail

KEY_LOGIN_REQUEST

public static final java.lang.Object KEY_LOGIN_REQUEST

KEY_LOGOUT_REQUEST

public static final java.lang.Object KEY_LOGOUT_REQUEST

KEY_USERNAME

public static final java.lang.Object KEY_USERNAME

KEY_PASSWORD

public static final java.lang.Object KEY_PASSWORD

KEY_USER_UNKNOWN

public static final java.lang.Object KEY_USER_UNKNOWN

KEY_INVALID_PASSWORD

public static final java.lang.Object KEY_INVALID_PASSWORD

KEY_LOGIN_REQUIRED

public static final java.lang.Object KEY_LOGIN_REQUIRED

KEY_WELCOME

public static final java.lang.Object KEY_WELCOME

KEY_FAREWELL

public static final java.lang.Object KEY_FAREWELL

KEY_LOGIN

public static final java.lang.Object KEY_LOGIN

PageMixer demonstration with Servlet