Package | Description |
---|---|
com.nimbusds.common.config |
Configuration classes.
|
com.nimbusds.common.ldap |
LDAP directory related classes.
|
Modifier and Type | Field and Description |
---|---|
static ServerSelectionAlgorithm |
LDAPServerDetails.DEFAULT_SELECTION_ALGORITHM
The default server selection algorithm.
|
ServerSelectionAlgorithm |
LDAPServerDetails.selectionAlgorithm
The preferred algorithm for selecting an LDAP server from the array
specified by
LDAPServerDetails.url , null if only a single server URL
is defined. |
Modifier and Type | Method and Description |
---|---|
static ServerSelectionAlgorithm |
ServerSelectionAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerSelectionAlgorithm[] |
ServerSelectionAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LDAPServerDetails(com.unboundid.ldap.sdk.LDAPURL[] url,
ServerSelectionAlgorithm selectionAlgorithm,
LDAPConnectionSecurity security,
int connectTimeout,
int responseTimeout,
boolean trustSelfSignedCerts)
Creates a new LDAP server details instance.
|
Modifier and Type | Method and Description |
---|---|
static com.unboundid.ldap.sdk.ServerSet |
LDAPServerSetFactory.create(com.unboundid.ldap.sdk.LDAPURL[] url,
ServerSelectionAlgorithm selectionAlgorithm,
SocketFactory socketFactory,
com.unboundid.ldap.sdk.LDAPConnectionOptions opts)
Creates an LDAP server set from the specified configuration
parameters.
|
Copyright © 2016 Connect2id. All Rights Reserved.