public class ClusterAuthStatsManager extends Object
Constructor and Description |
---|
ClusterAuthStatsManager(com.atlassian.event.api.EventPublisher eventPublisher) |
Modifier and Type | Method and Description |
---|---|
void |
notifyAuthenticationFinished(boolean isServer,
long duration,
ClusterAuthenticationResult result) |
void |
notifyAuthenticationSkipped(boolean isServer) |
void |
onPluginFrameworkShutdownEvent(com.atlassian.plugin.event.events.PluginFrameworkShutdownEvent event) |
void |
start() |
public ClusterAuthStatsManager(com.atlassian.event.api.EventPublisher eventPublisher)
public void start()
public void notifyAuthenticationSkipped(boolean isServer)
public void notifyAuthenticationFinished(boolean isServer, long duration, ClusterAuthenticationResult result)
@EventListener public void onPluginFrameworkShutdownEvent(com.atlassian.plugin.event.events.PluginFrameworkShutdownEvent event)
Copyright © 2002-2022 Atlassian. All Rights Reserved.