Package com.soffid.iam.service.ejb
Interface AccessLogService
-
public interface AccessLogService
EJB AccessLogService
-
-
Method Summary
-
-
-
Method Detail
-
findAccessLogByJsonQueryAsync
AsyncList<AccessLog> findAccessLogByJsonQueryAsync(String jsonQuery) throws InternalErrorException
- Throws:
InternalErrorException
-
findLastEntriesSSOHostAccess
Collection<AccessLog> findLastEntriesSSOHostAccess(String nomServidor, String numRegistres) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findLastEntriesByUserName
Collection<AccessLog> findLastEntriesByUserName(String codiUsuari, String numRegistres, String codiProtocolAcces) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findEntryByInitialDataAndUserName
Collection<AccessLog> findEntryByInitialDataAndUserName(String dataIni, String codiUsuari, String numRegistres) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findEntryByFilter
Collection<AccessLog> findEntryByFilter(String data, String nomServidor, String nomClient, String codiUsuari) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findEntryByFilter
Collection<AccessLog> findEntryByFilter(String dataIni, String dataFi, String nomServidor, String nomClient, String codiUsuari) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findEntryByNewFilter
Collection<AccessLog> findEntryByNewFilter(String dataIni, String dataFi, String nomServidor, String nomClient, String codiUsuari) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findEntryByHost
Collection<AccessLog> findEntryByHost(String dataIni, String nomServidor, String numRegistres, String protocolAcces) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findEntryBySSOHostAccess
Collection<AccessLog> findEntryBySSOHostAccess(String dataIni, String nomServidor, String numRegistres) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findAccessLogByJsonQuery
List<AccessLog> findAccessLogByJsonQuery(String jsonQuery, Integer start, Integer pageSize) throws InternalErrorException
- Throws:
InternalErrorException
-
-