public class LoginChecknewAction extends MaliCommonAction
Constructor and Description |
---|
LoginChecknewAction() |
Modifier and Type | Method and Description |
---|---|
SYSLOGINLOG |
creatSYSLOGINLOG(MaliContext incontext) |
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
doPKIAuth(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
pki授權
|
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
java.lang.String |
getMesg()
提供給若有extend action 可取到msg 訊息
|
ORGQuery |
getORGQuery(MaliContext incontext) |
AJAXMESGObject |
getPKIMESGObject(boolean isok,
java.lang.String mesg,
java.lang.String tokenkey)
先組好 foreward, 決定ok與否,還是由call此metod前端決定
|
SYSMEMBERQuery |
getSYSMEMBERQuery()
取得會員檔查詢介面
|
void |
insert_errorloginlog(java.lang.String input_loginid,
java.lang.String logintype)
insert error log loginlog 若未檢查到帳密者,記錄 login log
|
MaliActionTarget |
run(MaliActionParameter param,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setMaliContext(MaliContext incontext) |
void |
setOUser() |
void |
writePKITMP(java.lang.String uid,
java.lang.String cardsn,
java.lang.String tokenkey,
java.lang.String pwd,
MaliContext incontext) |
createAJAXMESGObject, getTarget, outputHtml, outputJson, outputXML, outputXML, setTarget
public MaliActionTarget run(MaliActionParameter param, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException
run
in class MaliCommonAction
java.io.IOException
javax.servlet.ServletException
public void doPKIAuth(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException
request
- response
- java.io.IOException
public void writePKITMP(java.lang.String uid, java.lang.String cardsn, java.lang.String tokenkey, java.lang.String pwd, MaliContext incontext) throws java.lang.Exception
java.lang.Exception
public AJAXMESGObject getPKIMESGObject(boolean isok, java.lang.String mesg, java.lang.String tokenkey)
isok
- mesg
- public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException
java.io.IOException
javax.servlet.ServletException
public void setOUser()
public SYSMEMBERQuery getSYSMEMBERQuery()
public SYSLOGINLOG creatSYSLOGINLOG(MaliContext incontext)
public ORGQuery getORGQuery(MaliContext incontext)
public void insert_errorloginlog(java.lang.String input_loginid, java.lang.String logintype)
input_loginid
- public java.lang.String getMesg()
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException
java.io.IOException
javax.servlet.ServletException
public void setMaliContext(MaliContext incontext)