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
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleWebsudoInvalidIP(ApplicationUser user, IPAllowListValidationResult result) voidvoidvoid
-
Constructor Details
-
LoggingWebsudoAuditHandler
public LoggingWebsudoAuditHandler()
-
-
Method Details
-
handleWebsudoSessionStarted
public void handleWebsudoSessionStarted()- Specified by:
handleWebsudoSessionStartedin interfaceWebsudoAuditHandler
-
handleWebsudoSessionInvalidated
public void handleWebsudoSessionInvalidated()- Specified by:
handleWebsudoSessionInvalidatedin interfaceWebsudoAuditHandler
-
handleWebsudoWrongPassword
- Specified by:
handleWebsudoWrongPasswordin interfaceWebsudoAuditHandler
-
handleWebsudoInvalidIP
- Specified by:
handleWebsudoInvalidIPin interfaceWebsudoAuditHandler
-