org.codelabor.example.login.web.struts.actions
Class LoginAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by org.apache.struts.actions.BaseAction
          extended by org.apache.struts.actions.DispatchAction
              extended by org.codelabor.system.web.struts.actions.BaseDispatchAction
                  extended by org.codelabor.system.login.web.struts.actions.LoginAction
                      extended by org.codelabor.example.login.web.struts.actions.LoginAction

public class LoginAction
extends LoginAction

로그인 액션

Author:
Shin Sangjae

Field Summary
 
Fields inherited from class org.codelabor.system.web.struts.actions.BaseDispatchAction
logger
 
Fields inherited from class org.apache.struts.actions.DispatchAction
clazz, log, methods, types
 
Fields inherited from class org.apache.struts.actions.BaseAction
messages
 
Fields inherited from class org.apache.struts.action.Action
servlet
 
Constructor Summary
LoginAction()
           
 
Method Summary
protected  boolean isAuthenticated(String userId, String password)
          인증 여부를 확인한다.
 
Methods inherited from class org.codelabor.system.login.web.struts.actions.LoginAction
login, logout, prepare
 
Methods inherited from class org.apache.struts.actions.DispatchAction
cancelled, dispatchMethod, execute, getMethod, getMethodName, getParameter, unspecified
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginAction

public LoginAction()
Method Detail

isAuthenticated

protected boolean isAuthenticated(String userId,
                                  String password)
Description copied from class: LoginAction
인증 여부를 확인한다.

Specified by:
isAuthenticated in class LoginAction
Parameters:
userId - 사용자 Id
password - 패스워드
Returns:
인증 여부


Copyright © 2010 CODELABOR. All Rights Reserved.