Class LoggingWebsudoAuditHandler
java.lang.Object
com.atlassian.jira.auditing.handlers.LoggingWebsudoAuditHandler
- All Implemented Interfaces:
WebsudoAuditHandler
This is a stub implementation of
WebsudoAuditHandler
. It is registered in
SetupConfiguration
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleWebsudoInvalidIP
(ApplicationUser user, IPAllowListValidationResult result) void
void
void
-
Constructor Details
-
LoggingWebsudoAuditHandler
public LoggingWebsudoAuditHandler()
-
-
Method Details
-
handleWebsudoSessionStarted
public void handleWebsudoSessionStarted()- Specified by:
handleWebsudoSessionStarted
in interfaceWebsudoAuditHandler
-
handleWebsudoSessionInvalidated
public void handleWebsudoSessionInvalidated()- Specified by:
handleWebsudoSessionInvalidated
in interfaceWebsudoAuditHandler
-
handleWebsudoWrongPassword
- Specified by:
handleWebsudoWrongPassword
in interfaceWebsudoAuditHandler
-
handleWebsudoInvalidIP
- Specified by:
handleWebsudoInvalidIP
in interfaceWebsudoAuditHandler
-