nl.nikhef.slcshttps.trust
Interface HttxURLConnection.HttxClientCommunicator

All Known Implementing Classes:
HttxClientPopupComm, HttxURLConnection.StdioComm
Enclosing class:
HttxURLConnection

public static interface HttxURLConnection.HttxClientCommunicator

Interface for HttxURLConnection communication about client certificate expiration.

Version:
0.1
Author:
Mischa Sallé

Method Summary
 void almostexpired(String mesg)
          Method to inform the user that his client certificate is about to expire.
 boolean expired(String mesg)
          Method to ask the user for confirmation to continue since the client certificate has expired.
 

Method Detail

expired

boolean expired(String mesg)
Method to ask the user for confirmation to continue since the client certificate has expired.

Parameters:
mesg - String containing a message describing the problem.
Returns:
boolean true when the user wants to continue. false otherwise

almostexpired

void almostexpired(String mesg)
Method to inform the user that his client certificate is about to expire.

Parameters:
mesg - String containing a message describing the problem.


nl.nikhef.slcshttps Mischa Sallé - msalle(AT)nikhef.nl