public interface AuthenticationFailureListener extends EventListener
AuthenticationFailureListener
listens for authentication
failure events.Modifier and Type | Method and 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 © 2024 SNMP4J.org. All rights reserved.