-
- All Superinterfaces:
java.util.EventListener
public interface AuthenticationFailureListener extends java.util.EventListener
TheAuthenticationFailureListener
listens for authentication failure events.- Since:
- 1.5
- Version:
- 3.0.6
- Author:
- Frank Fock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
authenticationFailure(AuthenticationFailureEvent<? super Address> event)
Informs about an authentication failure occurred while processing the message contained in the supplied event object.
-
-
-
Method Detail
-
authenticationFailure
void authenticationFailure(AuthenticationFailureEvent<? super Address> event)
Informs about an authentication failure occurred while processing the message contained in the supplied event object.- Parameters:
event
- aAuthenticationFailureEvent
describing the type of authentication failure, the offending message, and its source address and transport protocol.
-
-