OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentMechanism
(Results
1 - 2
of
2
) sorted by null
/external/smack/src/org/jivesoftware/smack/
SASLAuthentication.java
71
private SASLMechanism
currentMechanism
= null;
233
currentMechanism
= constructor.newInstance(this);
237
currentMechanism
.authenticate(username, connection.getHost(), cbh);
315
currentMechanism
= constructor.newInstance(this);
319
currentMechanism
.authenticate(username, connection.getServiceName(), password);
385
currentMechanism
= new SASLAnonymous(this);
386
currentMechanism
.authenticate(null,null,"");
510
currentMechanism
.challengeReceived(challenge);
SASLAuthentication.java.orig
71
private SASLMechanism
currentMechanism
= null;
233
currentMechanism
= constructor.newInstance(this);
237
currentMechanism
.authenticate(username, connection.getHost(), cbh);
315
currentMechanism
= constructor.newInstance(this);
319
currentMechanism
.authenticate(username, connection.getServiceName(), password);
385
currentMechanism
= new SASLAnonymous(this);
386
currentMechanism
.authenticate(null,null,"");
510
currentMechanism
.challengeReceived(challenge);
Completed in 239 milliseconds