| Package | Description |
|---|---|
| com.holonplatform.auth |
| Modifier and Type | Method and Description |
|---|---|
List<Authentication.AuthenticationListener> |
Realm.getAuthenticationListeners()
Get registered AuthenticationListeners
|
| Modifier and Type | Method and Description |
|---|---|
void |
Authentication.AuthenticationNotifier.addAuthenticationListener(Authentication.AuthenticationListener authenticationListener)
Register an AuthenticationListener
|
Realm.Builder |
Realm.Builder.listener(Authentication.AuthenticationListener authenticationListener)
Register an AuthenticationListener for authentication events
|
void |
Authentication.AuthenticationNotifier.removeAuthenticationListener(Authentication.AuthenticationListener authenticationListener)
Removes a registered AuthenticationListener
|
Copyright © 2017 The Holon Platform. All rights reserved.