@Component(value="aggregator") public class Aggregator extends Object
| Constructor and Description |
|---|
Aggregator() |
| Modifier and Type | Method and Description |
|---|---|
void |
aggregateLogin(List<LoginEntry> loginEntries)
Use the given LoginEntries to aggregate data in the database.
|
static String |
aggregationRecordHash(LoginEntry le) |
static String |
aggregationRecordHash(String userId,
String spEntityId) |
static String |
aggregationRecordHash(String idpEntityId,
String spEntityId,
Date loginDate) |
void |
run() |
void |
shutdownAggregator() |
public static String aggregationRecordHash(LoginEntry le)
public static String aggregationRecordHash(String idpEntityId, String spEntityId, Date loginDate)
public void run()
public void aggregateLogin(List<LoginEntry> loginEntries)
loginEntries - @PreDestroy public void shutdownAggregator()
Copyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.