public interface AccessControlEventHandler extends DeviceEventHandler
| Modifier and Type | Method and Description | 
|---|---|
| void | authenticationFailure(AuthenticationModule authModule,
                     User user)Called when a user has failed authenticating himself (insufficient permissions). | 
| void | authenticationSuccess(AuthenticationModule authModule,
                     User user)Called when a user has been successfully authenticated. | 
void authenticationSuccess(AuthenticationModule authModule, User user)
authModule - Instance of AuthenticationModule allowing the access.user - User instance.void authenticationFailure(AuthenticationModule authModule, User user)
authModule - Instance of AuthenticationModule denying the access.user - User instance.