Class 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
    • Constructor Detail

      • SudoAuthIpAllowListFailEvent

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

      • getClientIp

        public String getClientIp()
      • getRequestIpHeader

        public String getRequestIpHeader()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object