List of usage examples for javax.security.sasl SaslClientFactory interface-usage
From source file de.tbosch.tools.googleapps.oauth2.OAuth2SaslClientFactory.java
/**
* A SaslClientFactory that returns instances of OAuth2SaslClient.
*
* <p>
* Only the "XOAUTH2" mechanism is supported. The {@code callbackHandler} is passed to the OAuth2SaslClient. Other
* parameters are ignored.