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)
| 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. |
no outgoing calls
no test coverage detected