Example usage for javax.security.sasl SaslClientFactory interface-usage

List of usage examples for javax.security.sasl SaslClientFactory interface-usage

Introduction

In this page you can find the example usage for javax.security.sasl SaslClientFactory interface-usage.

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.