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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description SudoAuthIpAllowListFailEvent(Object src, String clientIp, String requestIpHeader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getClientIp()
String
getRequestIpHeader()
int
hashCode()
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-