Methods that use callbacks are deprecated and will be removed in a future release. Use CompletableFuture variant instead.
@Deprecated public static interface Security.ChangePrincipalCallback extends Callback
Security.changePrincipal(String, Credentials, ChangePrincipalCallback)
.| Modifier and Type | Interface and Description |
|---|---|
static class |
Security.ChangePrincipalCallback.Default
Deprecated.
Default implementation of
Security.ChangePrincipalCallback. |
| Modifier and Type | Method and Description |
|---|---|
void |
onAuthenticationFailure()
Deprecated.
This will be called if an attempt to change the session principal
failed because authentication failed at the server.
|
void |
onPrincipalChanged()
Deprecated.
This will be called when the session principal has been successfully
changed.
|
void onPrincipalChanged()
void onAuthenticationFailure()
Copyright © 2024 DiffusionData Limited. All rights reserved.