| Package | Description |
|---|---|
| org.apache.manifoldcf.connectorcommon.interfaces | |
| org.apache.manifoldcf.connectorcommon.keystore | |
| org.apache.manifoldcf.core.common |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IKeystoreManager
This interface describes a class that manages keys and certificates in a secure manner.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeystoreManager
This interface describes a class that manages keys and certificates in a secure manner.
|
class |
TrustingSSLSocketFactoryProducer
This SSLSocketFactoryProducer does no certificate checking whatsoever.
|
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.ThreadLocal<ISSLSocketFactoryProducer> |
LDAPSSLSocketFactory.sslSocketFactoryProducer
This is the implicit way to pass in a socket factory producer
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LDAPSSLSocketFactory.setSocketFactoryProducer(ISSLSocketFactoryProducer p)
Set the socket factory producer to use
|