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:
  • Constructor Details

    • SudoAuthIpAllowListFailEvent

      public SudoAuthIpAllowListFailEvent(Object src, String clientIp, String requestIpHeader)
  • Method Details

    • getClientIp

      public String getClientIp()
    • getRequestIpHeader

      public String getRequestIpHeader()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object