Class MechanismProviderFilteringSaslClientFactory

  • All Implemented Interfaces:
    SaslClientFactory

    public final class MechanismProviderFilteringSaslClientFactory
    extends AbstractDelegatingSaslClientFactory
    A SASL client factory which filters mechanisms based on the combination of mechanism name and security provider. Mechanisms which do not come from a security provider are not filtered.
    Author:
    David M. Lloyd