| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Listener which is used to query the choice of authentication mechanism to be used. Note: If the server does not support SASL or does not return any authentication 'features' , for backwardly compatibility , we do not invoke this listener but directly proceed to jabber iq auth.
| Field Summary | |
| static java.lang.String | JABBER_IQ_AUTH_MECHANISMThe old jabber iq auth mechanism name. | 
| Method Summary | |
|  void | authenticationComplete()called by API after the authentication nego is complete. | 
|  int | useAuthenticationMechanism(java.lang.String[] mechanisms)Called by the API implementation to find which mechanism to use. | 
| Methods inherited from interface org.netbeans.lib.collab.CollaborationSessionListener | 
| onError | 
| Field Detail | 
public static final java.lang.String JABBER_IQ_AUTH_MECHANISM
| Method Detail | 
public int useAuthenticationMechanism(java.lang.String[] mechanisms)
public void authenticationComplete()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||