-
- All Superinterfaces:
java.util.EventListener
public interface AuthenticationFailureListener extends java.util.EventListener
TheAuthenticationFailureListener
listens for authentication failure events.- Since:
- 1.5
- Version:
- 3.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <A extends Address>
voidauthenticationFailure(AuthenticationFailureEvent<A> event)
Informs about an authentication failure occurred while processing the message contained in the supplied event object.
-
-
-
Method Detail
-
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 peerAddress
type.- Parameters:
event
- aAuthenticationFailureEvent
describing the type of authentication failure, the offending message, and its source address and transport protocol.
-
-