C
- the context typeMethods that use callbacks are deprecated and will be removed in a future release. Use CompletableFuture variant instead.
@Deprecated public static interface SystemAuthenticationControl.ConfigurationContextCallback<C> extends ContextCallback<C>
SystemAuthenticationControl.ConfigurationCallback
for
getSystemAuthentication
.
Attaches an arbitrary context object to callback notifications.
ContextCallback.Default<C>
Modifier and Type | Method and Description |
---|---|
void |
onReply(C context,
SystemAuthenticationControl.SystemAuthenticationConfiguration configuration)
Deprecated.
This is called to return the requested system authentication
configuration.
|
onError
void onReply(C context, SystemAuthenticationControl.SystemAuthenticationConfiguration configuration)
configuration
- snapshot of information from the system
authentication storecontext
- the context object supplied when making the callCopyright © 2024 DiffusionData Ltd. All Rights Reserved.