|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.mylutece.authentication.logs.ConnectionLog
public class ConnectionLog
This class represents business object UserLog
Field Summary | |
---|---|
static int |
LOGIN_DENIED
|
static int |
LOGIN_OK
|
Constructor Summary | |
---|---|
ConnectionLog()
|
Method Summary | |
---|---|
java.sql.Timestamp |
getDateLogin()
Returns the login date of this user log. |
java.lang.String |
getIpAddress()
Returns the ip address of this connection log. |
int |
getLoginStatus()
Returns the login status of this connection log. |
void |
setDateLogin(java.sql.Timestamp dateLogin)
Sets the login date of the connection log to the specified timestamp. |
void |
setIpAddress(java.lang.String strIpAddress)
Sets the ip address of the connection log to the specified string. |
void |
setLoginStatus(int nLoginStatus)
Sets the login status of the connection log to the specified integer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int LOGIN_OK
public static final int LOGIN_DENIED
Constructor Detail |
---|
public ConnectionLog()
Method Detail |
---|
public java.lang.String getIpAddress()
public void setIpAddress(java.lang.String strIpAddress)
strIpAddress
- the new ip addresspublic java.sql.Timestamp getDateLogin()
public void setDateLogin(java.sql.Timestamp dateLogin)
dateLogin
- the new date of loginpublic int getLoginStatus()
public void setLoginStatus(int nLoginStatus)
nLoginStatus
- the new status of login
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |