Example usage for Java javax.security.sasl SaslClientFactory fields, constructors, methods, implement or subclass
The text is from its open source code.
SaslClient | createSaslClient(String[] mechanisms, String authorizationId, String protocol, String serverName, Map Creates a SaslClient using the parameters supplied. |
String[] | getMechanismNames(Map Returns an array of names of mechanisms that match the specified mechanism selection policies. |