public static interface SelectClientCertificateCallback.Params
SelectClientCertificateCallback
.Modifier and Type | Method and Description |
---|---|
default java.lang.String |
cancelActionText()
Returns a string that represents the localized text of the "Cancel" action.
|
default java.util.List<Certificate> |
certificates()
Returns an immutable list of the certificates allowed by the server.
|
default HostPort |
hostPort()
Returns the host and port of the server that requested the client authentication.
|
default boolean |
isProxy()
Returns
true if the request that requires the client certificate selection is
issued by an HTTPS proxy server. |
default java.lang.String |
message()
Returns a string that represents the localized dialog message.
|
default java.lang.String |
selectActionText()
Returns a string that represents the localized text of the "Select" action.
|
default java.lang.String |
title()
Returns a string that represents the localized dialog title.
|
default java.lang.String title()
default java.lang.String message()
default java.lang.String selectActionText()
default java.lang.String cancelActionText()
default boolean isProxy()
true
if the request that requires the client certificate selection is
issued by an HTTPS proxy server.default HostPort hostPort()
default java.util.List<Certificate> certificates()
ClientCertificate
.