ConnectionParameters | 
ConnectionParameters.adminPort(int port) | 
 Sets the port for directory server administration. 
 | 
ConnectionParameters | 
ConnectionParameters.bindDn(String dn) | 
 Sets the Dn to use to bind to the directory server. 
 | 
ConnectionParameters | 
ConnectionParameters.bindPassword(String password) | 
 Sets the password to use to bind to the directory server. 
 | 
static ConnectionParameters | 
ConnectionParameters.connectionParams() | 
 Creates connection parameters. 
 | 
ConnectionParameters | 
ConnectionParameters.hostName(String hostName) | 
 Sets the the fully-qualified directory server host name. 
 | 
ConnectionParameters | 
ConnectionParameters.ldapPort(int port) | 
 Sets the port on which the directory server listens for LDAP communication. 
 | 
ConnectionParameters | 
ConnectionParameters.ldapPortWithStartTls(int port) | 
 Sets the port on which the directory server listens for LDAP with StartTLS communications. 
 | 
ConnectionParameters | 
ConnectionParameters.ldapSecurePort(int port) | 
 Sets the port on which the directory server listens for LDAPS (secure) communication. 
 |