Java javax.security.sasl SaslClientFactory fields, constructors, methods, implement or subclass

Example usage for Java javax.security.sasl SaslClientFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.security.sasl SaslClientFactory.

The text is from its open source code.

Implementation

javax.security.sasl.SaslClientFactory has the following implementations.
Click this link to see all its implementation.

Method

SaslClientcreateSaslClient(String[] mechanisms, String authorizationId, String protocol, String serverName, Map props, CallbackHandler cbh)
Creates a SaslClient using the parameters supplied.
String[]getMechanismNames(Map props)
Returns an array of names of mechanisms that match the specified mechanism selection policies.