OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:authenticationId
(Results
1 - 2
of
2
) sorted by null
/external/smack/src/org/jivesoftware/smack/sasl/
SASLMechanism.java
61
protected String
authenticationId
;
85
//Set the
authenticationID
as the username, since they must be the same in this case.
86
this.
authenticationId
= username;
175
ncb.setName(
authenticationId
);
SASLFacebookConnect.java
82
this.
authenticationId
= sessionKey;
Completed in 30 milliseconds