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.
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 |
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