public interface AfterLoginCallback extends AsynchronousCallback
OnAuthenticationCallback or OnAuthorizationCallback for that purpose.| Modifier and Type | Method and Description |
|---|---|
void |
afterFailedLogin(AuthenticationException exception,
ClientData clientData)
Called after a client was denied authentication
The client will be disconnected after calling this method.
|
void |
afterSuccessfulLogin(ClientData clientData)
Called after a client was granted authentication
|
void afterSuccessfulLogin(ClientData clientData)
clientData - the information about the clientvoid afterFailedLogin(AuthenticationException exception, ClientData clientData)
exception - the exception which has details why the client had an unsuccessful login attempt or null if no exception was thrown.clientData - information about the clientCopyright © 2013-2018 dc-square GmbH. All Rights Reserved.