fr.paris.lutece.plugins.mylutece.authentication.logs
Class ConnectionLog

java.lang.Object
  extended by fr.paris.lutece.plugins.mylutece.authentication.logs.ConnectionLog

public class ConnectionLog
extends Object

This class represents business object UserLog


Field Summary
static int LOGIN_DENIED
           
static int LOGIN_DENIED_CANCELED
           
static int LOGIN_OK
           
 
Constructor Summary
ConnectionLog()
           
 
Method Summary
 Timestamp getDateLogin()
          Returns the login date of this user log.
 String getIpAddress()
          Returns the ip address of this connection log.
 int getLoginStatus()
          Returns the login status of this connection log.
 void setDateLogin(Timestamp dateLogin)
          Sets the login date of the connection log to the specified timestamp.
 void setIpAddress(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

LOGIN_OK

public static final int LOGIN_OK
See Also:
Constant Field Values

LOGIN_DENIED

public static final int LOGIN_DENIED
See Also:
Constant Field Values

LOGIN_DENIED_CANCELED

public static final int LOGIN_DENIED_CANCELED
See Also:
Constant Field Values
Constructor Detail

ConnectionLog

public ConnectionLog()
Method Detail

getIpAddress

public String getIpAddress()
Returns the ip address of this connection log.

Returns:
the user ip address

setIpAddress

public void setIpAddress(String strIpAddress)
Sets the ip address of the connection log to the specified string.

Parameters:
strIpAddress - the new ip address

getDateLogin

public Timestamp getDateLogin()
Returns the login date of this user log.

Returns:
the user date of login

setDateLogin

public void setDateLogin(Timestamp dateLogin)
Sets the login date of the connection log to the specified timestamp.

Parameters:
dateLogin - the new date of login

getLoginStatus

public int getLoginStatus()
Returns the login status of this connection log.

Returns:
the user status of login

setLoginStatus

public void setLoginStatus(int nLoginStatus)
Sets the login status of the connection log to the specified integer.

Parameters:
nLoginStatus - the new status of login


Copyright © 2014 Mairie de Paris. All Rights Reserved.