Class IdpStatisticReporter
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.idp.statistic.IdpStatisticReporter
-
public class IdpStatisticReporter extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected MessageSource
msg
-
Constructor Summary
Constructors Constructor Description IdpStatisticReporter(org.springframework.context.ApplicationEventPublisher applicationEventPublisher, MessageSource msg, Endpoint endpoint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
reportStatus(String clientId, String clientName, IdpStatistic.Status status)
-
-
-
Field Detail
-
msg
protected final MessageSource msg
-
-
Constructor Detail
-
IdpStatisticReporter
public IdpStatisticReporter(org.springframework.context.ApplicationEventPublisher applicationEventPublisher, MessageSource msg, Endpoint endpoint)
-
-
Method Detail
-
reportStatus
public void reportStatus(String clientId, String clientName, IdpStatistic.Status status)
-
-