public final class DefaultSelectClientCertificateCallback extends DefaultCallback implements SelectClientCertificateCallback
SelectClientCertificateCallback
implementation that shows a dialog that
allows the user to select a certificate from the certificate list passed to the callback.
If the certificate list is empty, the dialog is not displayed and the browser will be informed that the SSL authorization should be cancelled.
SelectClientCertificateCallback.Action, SelectClientCertificateCallback.Params
Constructor and Description |
---|
DefaultSelectClientCertificateCallback(BrowserView parent) |
Modifier and Type | Method and Description |
---|---|
void |
on(SelectClientCertificateCallback.Params params,
SelectClientCertificateCallback.Action tell)
Invoked when the callback needs a response for the given callback parameters.
|
public DefaultSelectClientCertificateCallback(BrowserView parent)
public void on(SelectClientCertificateCallback.Params params, SelectClientCertificateCallback.Action tell)
AsyncCallback
on
in interface AsyncCallback<SelectClientCertificateCallback.Params,SelectClientCertificateCallback.Action>
params
- the object that represents the callback parameterstell
- the object that can be used to provide the callback response. One of its
methods must be invoked to provide the response. Once the response has been
provided, any call to the object methods will result in the IllegalStateException