public static final class SelectClientCertificateCallback.Action extends AsyncCallbackAction<com.teamdev.jxbrowser.net.internal.rpc.SelectClientCertificate.Response>
SelectClientCertificateCallback
.Constructor and Description |
---|
Action(java.util.function.Consumer<com.teamdev.jxbrowser.net.internal.rpc.SelectClientCertificate.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.
|
isClosed
public Action(java.util.function.Consumer<com.teamdev.jxbrowser.net.internal.rpc.SelectClientCertificate.Response> consumer)
public void select(int index)
public void select(ClientCertificate clientCertificate)
clientCertificate
should be selected.public void cancel()