|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This specifies the callback which will be used to determine the runtime behaviour of the api w.r.t TLS. If this is not implemented by the listener passed in during session creation , then TLS will not be initiated - if the server specifies TLF support as mandatory , this will result in session termination.
Method Summary | |
boolean |
continueInClear()
When api determines that the communication with server will be in cleartext it invokes this method. |
void |
securityHandshakeComplete()
called by API after the security nego is complete. |
boolean |
useTLS()
Called by the API implementation after it detects that TLS is available and optional. |
Methods inherited from interface org.netbeans.lib.collab.SecureSessionListener |
onX509Certificate |
Methods inherited from interface org.netbeans.lib.collab.CollaborationSessionListener |
onError |
Method Detail |
public boolean continueInClear()
public void securityHandshakeComplete()
public boolean useTLS()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |