fr.paris.lutece.plugins.mylutece.authentication.logs
Interface IConnectionLogDAO
- All Known Implementing Classes:
- ConnectionLogDAO
public interface IConnectionLogDAO
- Author:
- lenaini
Method Summary |
void |
insertLog(ConnectionLog connectionLog,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table of connections |
int |
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 |
insertLog
void insertLog(ConnectionLog connectionLog,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
- Insert a new record in the table of connections
- Parameters:
connectionLog
- the ConnectionLog Objectplugin
- The plugin
selectLoginErrors
int 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
- Parameters:
connectionLog
- The Log of connectionnIntervalMinutes
- The number of minutes since the last connectionplugin
- The plugin
- Returns:
- int The number of loggin error during the last
nIntervalMinutes minutes
Copyright © 2012 Mairie de Paris. All Rights Reserved.