Module org.snmp4j

Interface AuthenticationFailureListener

All Superinterfaces:
EventListener

public interface AuthenticationFailureListener extends EventListener
The AuthenticationFailureListener listens for authentication failure events.
Since:
1.5
Version:
3.1.0
Author:
Frank Fock
  • Method Summary

    Modifier and Type
    Method
    Description
    <A extends Address>
    void
    Informs about an authentication failure occurred while processing the message contained in the supplied event object.
  • Method Details

    • authenticationFailure

      <A extends Address> void authenticationFailure(AuthenticationFailureEvent<A> event)
      Informs about an authentication failure occurred while processing the message contained in the supplied event object.
      Type Parameters:
      A - the peer Address type.
      Parameters:
      event - a AuthenticationFailureEvent describing the type of authentication failure, the offending message, and its source address and transport protocol.