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 SecurityControl.ConfigurationContextCallback<C> extends ContextCallback<C>
getSecurity .
Attaches an arbitrary context object to callback notifications.
ContextCallback.Default<C>| Modifier and Type | Method and Description |
|---|---|
void |
onReply(C context,
SecurityControl.SecurityConfiguration configuration)
Deprecated.
This is called to return the requested security configuration.
|
onErrorvoid onReply(C context, SecurityControl.SecurityConfiguration configuration)
configuration - snapshot of information from the security storecontext - the context object supplied when making the callCopyright © 2023 DiffusionData Limited. All rights reserved.