Class EmailSSOAuthenticationFailedCollector
java.lang.Object
com.atlassian.crowd.analytics.statistics.collectors.EmailSSOAuthenticationFailedCollector
- All Implemented Interfaces:
StatisticsCollector<UserEmailSSOAuthenticationFailedAggregateAnalyticsEvent>
@Named
public class EmailSSOAuthenticationFailedCollector
extends Object
implements StatisticsCollector<UserEmailSSOAuthenticationFailedAggregateAnalyticsEvent>
Collects count email authentication failures.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncollect()
boolean
Determines whether StatisticsCollector should run on each node OR once per cluster.
-
Constructor Details
-
EmailSSOAuthenticationFailedCollector
-
-
Method Details
-
collect
- Specified by:
collect
in interfaceStatisticsCollector<UserEmailSSOAuthenticationFailedAggregateAnalyticsEvent>
- Returns:
- the statistics event to publish
-
isPerNodeCollector
public boolean isPerNodeCollector()Description copied from interface:StatisticsCollector
Determines whether StatisticsCollector should run on each node OR once per cluster.- Specified by:
isPerNodeCollector
in interfaceStatisticsCollector<UserEmailSSOAuthenticationFailedAggregateAnalyticsEvent>
- Returns:
- true if StatisticsCollector should run on each node, false if once per cluster.
-