java.util.EventListener
public interface AuthenticationFailureListener
extends java.util.EventListener
AuthenticationFailureListener
listens for authentication
failure events.Modifier and Type | Method | Description |
---|---|---|
void |
authenticationFailure(AuthenticationFailureEvent event) |
Informs about an authentication failure occurred while processing the
message contained in the supplied event object.
|
void authenticationFailure(AuthenticationFailureEvent event)
event
- a AuthenticationFailureEvent
describing the type of
authentication failure, the offending message, and its source address
and transport protocol.Copyright © 2018 SNMP4J.org. All rights reserved.