|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.Action
org.apache.struts.actions.BaseAction
org.apache.struts.actions.DispatchAction
org.codelabor.system.web.struts.actions.BaseDispatchAction
org.codelabor.system.login.web.struts.actions.LoginAction
org.codelabor.example.login.web.struts.actions.LoginAction
public class LoginAction
로그인 액션
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 |
---|
public LoginAction()
Method Detail |
---|
protected boolean isAuthenticated(String userId, String password)
LoginAction
isAuthenticated
in class LoginAction
userId
- 사용자 Idpassword
- 패스워드
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |