public class NamingConnectionDetails extends Object
| Constructor and Description |
|---|
NamingConnectionDetails(String host,
int port,
boolean tls,
String rootNamespace,
String userName,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
String |
getPassword() |
int |
getPort() |
String |
getRootNamespace() |
String |
getUserName() |
boolean |
useTLS() |
Copyright © 2017. All rights reserved.