| Package | Description |
|---|---|
| com.holonplatform.auth |
| Modifier and Type | Method and Description |
|---|---|
void |
Authentication.AuthenticationNotifier.addAuthenticationListener(Authentication.AuthenticationListener authenticationListener)
Register an
Authentication.AuthenticationListener. |
default Realm.Builder |
Realm.Builder.listener(Authentication.AuthenticationListener authenticationListener)
Deprecated.
Use withAuthenticationListener(AuthenticationListener)
|
void |
Authentication.AuthenticationNotifier.removeAuthenticationListener(Authentication.AuthenticationListener authenticationListener)
Removes a registered
Authentication.AuthenticationListener. |
Realm.Builder |
Realm.Builder.withAuthenticationListener(Authentication.AuthenticationListener authenticationListener)
Register an
Authentication.AuthenticationListener for authentication events |
Copyright © 2019 The Holon Platform. All rights reserved.