MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / newSaslClient

Method newSaslClient

src/auth/ClientAuthProvider.java:65–66  ·  view source on GitHub ↗

Return a new SaslClient for target serviceIP host. Properties passed are expected to be passed as part of the newSaslClient props parameter. @param service_ip The IP of the target host. @param props The set of properties with which to create a new client. @return the newly-created client.

(final String service_ip, 
      final Map<String, String> props)

Source from the content-addressed store, hash-verified

63 * @return the newly-created client.
64 */
65 public abstract SaslClient newSaslClient(final String service_ip,
66 final Map<String, String> props);
67
68 /**
69 * @return The name of the user this provider is tied to.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected