Package | Description |
---|---|
org.ldaptive.provider |
Modifier and Type | Class and Description |
---|---|
class |
ActivePassiveConnectionStrategy
Connection strategy that returns URLs ordered exactly the way they are configured.
|
class |
DefaultConnectionStrategy
Connection strategy that returns the exact URL that is returned from
ConnectionFactoryMetadata.getLdapUrl() . |
class |
DnsSrvConnectionStrategy
DNS SRV connection strategy.
|
class |
RandomConnectionStrategy
Connection strategy that randomizes the list of configured URLs.
|
class |
RoundRobinConnectionStrategy
Connection strategy that attempts each URL in the order they are configured.
|
Modifier and Type | Field and Description |
---|---|
static ConnectionStrategy |
ConnectionStrategy.ACTIVE_PASSIVE
active-passive strategy.
|
static ConnectionStrategy |
ConnectionStrategy.DEFAULT
default strategy.
|
static ConnectionStrategy |
ConnectionStrategy.RANDOM
random strategy.
|
static ConnectionStrategy |
ConnectionStrategy.ROUND_ROBIN
round robin strategy.
|
Modifier and Type | Method and Description |
---|---|
ConnectionStrategy |
ProviderConfig.getConnectionStrategy()
Returns the connection strategy.
|
Modifier and Type | Method and Description |
---|---|
void |
ProviderConfig.setConnectionStrategy(ConnectionStrategy strategy)
Sets the connection strategy.
|
Copyright © 2021. All rights reserved.