public static class LoginStats.MutableLoginStats extends Object implements LoginStats
LoginStats.MutableLoginStats
STATS_NAME
Constructor and Description |
---|
MutableLoginStats() |
Modifier and Type | Method and Description |
---|---|
void |
authentication(boolean successful,
long timeInMillis) |
void |
authenticationCacheGetOrLoad(long timeInMillis) |
void |
beforeUserAuthenticate(long timeInMillis) |
void |
cacheInvalidate() |
void |
encodePassword(long timeInMillis) |
String |
getStatsName() |
void |
settings(boolean legacyMode,
long authCacheExpireMin,
int authCacheMaxSize,
String passwordEncoder) |
void |
user(String username) |
void |
validatePassword(long timeInMillis) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create
public String getStatsName()
getStatsName
in interface com.atlassian.jira.util.stats.ManagedStats
public void settings(boolean legacyMode, long authCacheExpireMin, int authCacheMaxSize, String passwordEncoder)
settings
in interface LoginStats
public void user(String username)
user
in interface LoginStats
public void beforeUserAuthenticate(long timeInMillis)
beforeUserAuthenticate
in interface LoginStats
public void authentication(boolean successful, long timeInMillis)
authentication
in interface LoginStats
public void authenticationCacheGetOrLoad(long timeInMillis)
authenticationCacheGetOrLoad
in interface LoginStats
public void cacheInvalidate()
cacheInvalidate
in interface LoginStats
public void encodePassword(long timeInMillis)
encodePassword
in interface LoginStats
public void validatePassword(long timeInMillis)
validatePassword
in interface LoginStats
Copyright © 2002-2024 Atlassian. All Rights Reserved.