Package | Description |
---|---|
org.forgerock.opendj.setup.model |
Contains code of the opendj setup model.
|
Modifier and Type | Method and Description |
---|---|
ProxyServerSetup |
ProxyServerSetup.loadBalancingAlgorithm(ProxyBackendCfgDefn.LoadBalancingAlgorithm algorithm)
Specifies the
ProxyBackendCfgDefn.LoadBalancingAlgorithm to use to load balance between servers. |
ProxyServerSetup |
ProxyServerSetup.loadBalancingAlgorithm(String algorithm)
Specifies the algorithm to use to load balance between servers.
|
static ProxyServerSetup |
ProxyServerSetup.newProxyServerSetup()
Creates a new
ProxyServerSetup object to start adding setup parameters. |
ProxyServerSetup |
ProxyServerSetup.proxyBackendName(String backendName)
Specifies the proxy backend name.
|
ProxyServerSetup |
ProxyServerSetup.proxyBindDn(Dn proxyBindDn)
Specified the bind
Dn that is used to forward LDAP requests to remote servers. |
ProxyServerSetup |
ProxyServerSetup.proxyBindDn(String proxyDn)
Specified the bind DN that is used to forward LDAP requests to remote servers.
|
ProxyServerSetup |
ProxyServerSetup.proxyBindPassword(Security.PasswordProvider proxyBindPasswordProvider)
Specifies the provider which must provide the bind password associated with the proxy bind DN.
|
ProxyServerSetup |
ProxyServerSetup.routingStrategy(ProxyServerSetup.RoutingStrategy routingStrategy)
Specified the strategy to use to route incoming requests to the remote servers.
|
ProxyServerSetup |
ProxyServerSetup.serviceDiscoveryMechanism(ProxyServerSetup.ServiceDiscoveryMechanism<?> serviceDiscoveryMechanism)
Specifies the
ProxyServerSetup.ServiceDiscoveryMechanism to use in the proxy instance to setup. |
Copyright 2010-2020 ForgeRock AS.