public interface IHandleAuthenticationCancelled
Modifier and Type | Method and Description |
---|---|
void |
handleAuthenticationCancelled(java.lang.String channelId,
java.lang.String responseReceiverId,
java.lang.Object loginMessage)
Callback method to handle when the output channel closes the connection during the authentication sequence.
|
void handleAuthenticationCancelled(java.lang.String channelId, java.lang.String responseReceiverId, java.lang.Object loginMessage)
channelId
- service addressresponseReceiverId
- unique id representing the connection with the clientloginMessage
- login message that was sent from the client