public class AuthMetrics
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected com.codahale.metrics.Meter |
failure
Number and rate of login failures
|
static AuthMetrics |
instance |
protected com.codahale.metrics.Meter |
success
Number 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 © 2009-2022 The Apache Software Foundation