Class SudoAuthIpAllowListFailEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.internal.auth.SudoAuthIpAllowListFailEvent
- All Implemented Interfaces:
Serializable
@Internal
public class SudoAuthIpAllowListFailEvent
extends org.springframework.context.ApplicationEvent
This event is triggered when websudo authentication fails
during an attempt to gain administrative access due to the client IP not being in the allowlist.
- Since:
- 8.9
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionSudoAuthIpAllowListFailEvent
(Object src, String clientIp, String requestIpHeader) -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString