public static interface Authentication.AuthenticationNotifier
Authentication.AuthenticationListener registration.| Modifier and Type | Method and Description |
|---|---|
void |
addAuthenticationListener(Authentication.AuthenticationListener authenticationListener)
Register an
Authentication.AuthenticationListener. |
void |
removeAuthenticationListener(Authentication.AuthenticationListener authenticationListener)
Removes a registered
Authentication.AuthenticationListener. |
void addAuthenticationListener(Authentication.AuthenticationListener authenticationListener)
Authentication.AuthenticationListener.authenticationListener - The listener to add (not null)void removeAuthenticationListener(Authentication.AuthenticationListener authenticationListener)
Authentication.AuthenticationListener.authenticationListener - Listener to removeCopyright © 2019 The Holon Platform. All rights reserved.