| Package | Description |
|---|---|
| com.holonplatform.auth | |
| com.holonplatform.auth.internal |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAuthContext.addAuthenticationListener(Authentication.AuthenticationListener authenticationListener) |
void |
DefaultRealm.addAuthenticationListener(Authentication.AuthenticationListener authenticationListener) |
void |
DefaultAuthContext.removeAuthenticationListener(Authentication.AuthenticationListener authenticationListener) |
void |
DefaultRealm.removeAuthenticationListener(Authentication.AuthenticationListener authenticationListener) |
Realm.Builder |
DefaultRealm.RealmBuilder.withAuthenticationListener(Authentication.AuthenticationListener authenticationListener) |
Copyright © 2019 The Holon Platform. All rights reserved.