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 final pl.edu.icm.unity.base.message.MessageSource
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    IdpStatisticReporter(org.springframework.context.ApplicationEventPublisher applicationEventPublisher, pl.edu.icm.unity.base.message.MessageSource msg, pl.edu.icm.unity.base.endpoint.Endpoint endpoint)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    reportStatus(String clientId, String clientName, pl.edu.icm.unity.base.endpoint.idp.IdpStatistic.Status status)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • msg

      protected final pl.edu.icm.unity.base.message.MessageSource msg
  • Constructor Details

    • IdpStatisticReporter

      public IdpStatisticReporter(org.springframework.context.ApplicationEventPublisher applicationEventPublisher, pl.edu.icm.unity.base.message.MessageSource msg, pl.edu.icm.unity.base.endpoint.Endpoint endpoint)
  • Method Details

    • reportStatus

      public void reportStatus(String clientId, String clientName, pl.edu.icm.unity.base.endpoint.idp.IdpStatistic.Status status)