|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionLog | |
---|---|
fr.paris.lutece.plugins.mylutece.authentication.logs |
Uses of ConnectionLog in fr.paris.lutece.plugins.mylutece.authentication.logs |
---|
Methods in fr.paris.lutece.plugins.mylutece.authentication.logs with parameters of type ConnectionLog | |
---|---|
static void |
ConnectionLogHome.addUserLog(ConnectionLog connetionLog,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table of connections |
static int |
ConnectionLogHome.getLoginErrors(ConnectionLog connetionLog,
int nIntervalMinutes,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Calculate the number of connections with a given ip_address by a determinate time |
void |
IConnectionLogDAO.insertLog(ConnectionLog connectionLog,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table of connections |
void |
ConnectionLogDAO.insertLog(ConnectionLog connectionLog,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table of connections |
int |
IConnectionLogDAO.selectLoginErrors(ConnectionLog connectionLog,
int nIntervalMinutes,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Calculate the number of connections with a given ip_address by a determinate time |
int |
ConnectionLogDAO.selectLoginErrors(ConnectionLog connectionLog,
int nIntervalMinutes,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Calculate the number of connections with a given ip_address by a determinate time |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |