HomeSort by relevance Sort by last modified time
    Searched full:authenticationid (Results 1 - 4 of 4) sorted by null

  /external/smack/src/org/apache/harmony/javax/security/sasl/
AuthorizeCallback.java 28 * Serialized field for storing authenticationID.
30 private final String authenticationID;
49 authenticationID = authnID;
55 return authenticationID;
  /external/smack/src/org/apache/qpid/management/common/sasl/
PlainSaslClient.java 40 private String authenticationID;
50 this.authenticationID = (String) userInfo[0];
52 if (authenticationID == null || password == null)
54 throw new SaslException("PLAIN: authenticationID and password must be specified");
70 byte authnid[] = authenticationID.getBytes("UTF8");
  /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 1140 milliseconds