public class LoggingWebsudoAuditHandler extends Object implements WebsudoAuditHandler
WebsudoAuditHandler
. It is registered in
SetupContainerRegistrar
which is used before Jira's
database is set up. It is a dependency for InternalWebSudoManagerImpl
.
The Observability Framework is not available back then thus this simple logging implementation is used.Constructor and Description |
---|
LoggingWebsudoAuditHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handleWebsudoSessionInvalidated() |
void |
handleWebsudoSessionStarted() |
void |
handleWebsudoWrongPassword(ApplicationUser user) |
public void handleWebsudoSessionStarted()
handleWebsudoSessionStarted
in interface WebsudoAuditHandler
public void handleWebsudoSessionInvalidated()
handleWebsudoSessionInvalidated
in interface WebsudoAuditHandler
public void handleWebsudoWrongPassword(ApplicationUser user)
handleWebsudoWrongPassword
in interface WebsudoAuditHandler
Copyright © 2002-2021 Atlassian. All Rights Reserved.