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.
|
onError
void onReply(C context, SecurityControl.SecurityConfiguration configuration)
configuration
- snapshot of information from the security storecontext
- the context object supplied when making the callCopyright © 2024 DiffusionData Ltd. All Rights Reserved.