public interface IAuthenticationListener
| Modifier and Type | Interface and Description |
|---|---|
static class |
IAuthenticationListener.Reason
This
enumeration lists the possible reasons for the message authentication exception. |
| Modifier and Type | Method and Description |
|---|---|
void |
onAuthenticationException(com.highdeal.hmi.IConnectable client,
IAuthenticationListener.Reason reason)
Called while a connection cannot register due to a
MessageAuthenticationException. |
void onAuthenticationException(com.highdeal.hmi.IConnectable client,
IAuthenticationListener.Reason reason)
MessageAuthenticationException.client - the client that cannot be authenticatedreason - the IAuthenticationListener.Reason of the authentication error