Uses of Class
org.forgerock.opendj.server.embedded.ConnectionParameters
Package
Description
Provides support for an embedded directory server.
-
Uses of ConnectionParameters in org.forgerock.opendj.server.embedded
Modifier and TypeMethodDescriptionConnectionParameters.adminPort
(int port) Sets the port for directory server administration.Sets the Dn to use to bind to the directory server.ConnectionParameters.bindPassword
(String password) Sets the password to use to bind to the directory server.static ConnectionParameters
ConnectionParameters.connectionParams()
Creates connection parameters.Sets the fully-qualified directory server host name.ConnectionParameters.ldapPort
(int port) Sets the port on which the directory server listens for LDAP communication.ConnectionParameters.ldapPortWithStartTls
(int port) Sets the port on which the directory server listens for LDAP with StartTLS communications.ConnectionParameters.ldapSecurePort
(int port) Sets the port on which the directory server listens for LDAPS (secure) communication.Modifier and TypeMethodDescriptionstatic EmbeddedDirectoryServer
EmbeddedDirectoryServer.manageEmbeddedDirectoryServer
(ConfigParameters configParams, ConnectionParameters connParams, OutputStream out, OutputStream err) Creates an instance of an embedded directory server for any operation.