|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserInputHandler
Interacts with the user when additional input is required.
| Method Summary | |
|---|---|
UnknownCertificateResponse |
queryUnknownCertificate(X509Certificate[] chain)
The client tried to establish an SSL connection to a remote service, but the service's certificate isn't trusted (the issuer isn't in the keystore). |
void |
reportError(Exception ex)
Convenience wrapper for reportError(Exception, Object), where the object is null. |
void |
reportError(Exception ex,
Object object)
Report the error to the user. |
| Method Detail |
|---|
void reportError(Exception ex,
Object object)
ex - The exception to reportobject - An object (usually a string) which the exception is about.void reportError(Exception ex)
UnknownCertificateResponse queryUnknownCertificate(X509Certificate[] chain)
UnknownCertificateResponse
for a list of possible responses.
chain - the certificate chain presented by the service (may only contain a
single certificate if that is all we have available)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||