Searched defs:SASLAuthentication (Results 1 - 1 of 1) sorted by relevance

/external/smack/src/org/jivesoftware/smack/
H A DSASLAuthentication.java64 public class SASLAuthentication implements UserAuthentication { class in inherits:UserAuthentication
178 SASLAuthentication(Connection connection) { method in class:SASLAuthentication
232 Constructor<? extends SASLMechanism> constructor = mechanismClass.getConstructor(SASLAuthentication.class);
314 Constructor<? extends SASLMechanism> constructor = mechanismClass.getConstructor(SASLAuthentication.class);

Completed in 264 milliseconds