Package | Description |
---|---|
org.ldaptive | |
org.ldaptive.provider |
Modifier and Type | Method and Description |
---|---|
String[] |
DefaultConnectionStrategy.getLdapUrls(ConnectionFactoryMetadata metadata)
Returns an array containing a single entry URL obtained from
getLdapUrl() . |
String[] |
RoundRobinConnectionStrategy.getLdapUrls(ConnectionFactoryMetadata metadata)
Return a list of URLs that cycles the list order.
|
String[] |
ConnectionStrategy.getLdapUrls(ConnectionFactoryMetadata metadata)
Returns an ordered list of URLs to attempt to open.
|
String[] |
ActivePassiveConnectionStrategy.getLdapUrls(ConnectionFactoryMetadata metadata)
Return the URLs in the order they are provided, so that the first URL is always tried first, then the second, and
so forth.
|
String[] |
DnsSrvConnectionStrategy.getLdapUrls(ConnectionFactoryMetadata metadata)
Returns a list of URLs retrieved from DNS SRV records.
|
String[] |
RandomConnectionStrategy.getLdapUrls(ConnectionFactoryMetadata metadata)
Return a list of URLs in random order.
|
Modifier and Type | Class and Description |
---|---|
private class |
AbstractProviderConnectionFactory.DefaultConnectionFactoryMetadata
Provides an object to track the connection count.
|
Modifier and Type | Method and Description |
---|---|
protected ConnectionFactoryMetadata |
AbstractProviderConnectionFactory.getMetadata()
Returns the connection factory metadata.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.