|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface SURFCAHttps.SURFCACommunicator
Interface for SURFCAHttps
communication with the user.
SURFCAHttps.StdioComm
Method Summary | |
---|---|
void |
error(String text,
Exception e)
Called when an error occurs. |
void |
postBrowse()
Called just after the webbrowser is started, which can be used to give us feedback when the user is ready with the webbrowser. |
void |
preBrowse()
Called just before the webbrowser is started. |
boolean |
retry(String text,
Exception e)
Identical to error(String,Exception) except that it is
called when an error occurs that might be fixed by the user. |
void |
success(String text)
Called when the interaction has been successful and the certificate stored. |
Method Detail |
---|
void preBrowse() throws IOException
IOException
void postBrowse() throws IOException
IOException
void error(String text, Exception e)
Throwable.getMessage()
from
e
.
text
- String
- some text.e
- Exception
that caused the error (if any).retry(String,Exception)
boolean retry(String text, Exception e)
error(String,Exception)
except that it is
called when an error occurs that might be fixed by the user. (S)He
can then choose to retry.
text
- String
- some text.e
- Exception
that caused the error (if any).
error(String,Exception)
void success(String text)
SURFCAHttps.getShowSuccess()
to
decide whether to show anything.
text
- String
- some text
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
nl.nikhef.slcshttps | Mischa Sallé - msalle(AT)nikhef.nl |