Uses of Class
org.forgerock.opendj.server.embedded.ConnectionParameters
-
Packages that use ConnectionParameters Package Description org.forgerock.opendj.server.embedded Provides support for an embedded directory server. -
-
Uses of ConnectionParameters in org.forgerock.opendj.server.embedded
Methods in org.forgerock.opendj.server.embedded that return ConnectionParameters Modifier and Type Method Description 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. ldapSecurePort(int port)
Sets the port on which the directory server listens for LDAPS (secure) communication.Methods in org.forgerock.opendj.server.embedded with parameters of type ConnectionParameters Modifier and Type Method Description static EmbeddedDirectoryServer
EmbeddedDirectoryServer. manageEmbeddedDirectoryServer(ConfigParameters configParams, ConnectionParameters connParams, OutputStream out, OutputStream err)
Creates an instance of an embedded directory server for any operation.
-