public class AuthMetrics
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected com.codahale.metrics.Meter | failureNumber and rate of login failures | 
| static AuthMetrics | instance | 
| protected com.codahale.metrics.Meter | successNumber and rate of successful logins | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | init() | 
| void | markFailure() | 
| void | markSuccess() | 
public static final AuthMetrics instance
protected final com.codahale.metrics.Meter success
protected final com.codahale.metrics.Meter failure
Copyright © 2018 The Apache Software Foundation