Package | Description |
---|---|
com.nimbusds.common.config |
Configuration classes.
|
com.nimbusds.common.ldap |
LDAP directory related classes.
|
Modifier and Type | Field and Description |
---|---|
static LDAPConnectionSecurity |
LDAPServerDetails.DEFAULT_SECURITY
The default LDAP connection security.
|
LDAPConnectionSecurity |
LDAPServerDetails.security
The LDAP connection security.
|
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.
|
LDAPServerDetails(com.unboundid.ldap.sdk.LDAPURL url,
LDAPConnectionSecurity security,
int connectTimeout,
int responseTimeout,
boolean trustSelfSignedCerts)
Creates a new LDAP server details instance.
|
Modifier and Type | Method and Description |
---|---|
static LDAPConnectionSecurity |
LDAPConnectionSecurity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LDAPConnectionSecurity[] |
LDAPConnectionSecurity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
com.unboundid.ldap.sdk.LDAPConnection |
LDAPConnectionFactory.createLDAPConnection(com.unboundid.ldap.sdk.ServerSet ldapServerSet,
LDAPConnectionSecurity security,
boolean trustSelfSignedCerts)
Creates a new LDAP connection to the specified directory server set.
|
com.unboundid.ldap.sdk.LDAPConnection |
LDAPConnectionFactory.createLDAPConnection(String host,
int port,
LDAPConnectionSecurity security,
int timeout,
boolean trustSelfSignedCerts)
Creates a new LDAP connection to the specified directory server.
|
static SocketFactory |
LDAPConnectionFactory.getSocketFactory(LDAPConnectionSecurity security,
CustomTrustStoreConfiguration customTrustStore,
CustomKeyStoreConfiguration customKeyStore,
boolean trustSelfSignedCerts)
Creates a new socket factory according to the specified LDAP
connection security settings.
|
Copyright © 2017 Connect2id. All rights reserved.