public static final class SelectClientCertificateCallback.Action extends AsyncCallbackAction<Response>
SelectClientCertificateCallback.| Constructor and Description |
|---|
Action(java.util.function.Consumer<Response> consumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Notifies the browser that the SSL authorization should be cancelled.
|
void |
select(ClientCertificate clientCertificate)
Notifies the browser that the given
clientCertificate should be selected. |
void |
select(int index)
Notifies the browser that the client certificate from the list with the given index
should be selected.
|
isClosedpublic void select(int index)
public void select(ClientCertificate clientCertificate)
clientCertificate should be selected.public void cancel()