Package | Description |
---|---|
fr.paris.lutece.plugins.mylutece.authentication.logs |
Modifier and Type | Method and Description |
---|---|
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 |
ConnectionLogDAO.insertLog(ConnectionLog connectionLog,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table of connections
|
void |
IConnectionLogDAO.insertLog(ConnectionLog connectionLog,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table of connections
|
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
|
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
|
Copyright © 2021 City of Paris. All rights reserved.