Uses of Interface
org.apache.manifoldcf.core.interfaces.ISSLSocketFactoryProducer
-
Packages that use ISSLSocketFactoryProducer Package Description org.apache.manifoldcf.connectorcommon.interfaces org.apache.manifoldcf.connectorcommon.keystore org.apache.manifoldcf.core.common -
-
Uses of ISSLSocketFactoryProducer in org.apache.manifoldcf.connectorcommon.interfaces
Subinterfaces of ISSLSocketFactoryProducer in org.apache.manifoldcf.connectorcommon.interfaces Modifier and Type Interface Description interfaceIKeystoreManagerThis interface describes a class that manages keys and certificates in a secure manner. -
Uses of ISSLSocketFactoryProducer in org.apache.manifoldcf.connectorcommon.keystore
Classes in org.apache.manifoldcf.connectorcommon.keystore that implement ISSLSocketFactoryProducer Modifier and Type Class Description classKeystoreManagerThis interface describes a class that manages keys and certificates in a secure manner.classTrustingSSLSocketFactoryProducerThis SSLSocketFactoryProducer does no certificate checking whatsoever. -
Uses of ISSLSocketFactoryProducer in org.apache.manifoldcf.core.common
Fields in org.apache.manifoldcf.core.common with type parameters of type ISSLSocketFactoryProducer Modifier and Type Field Description protected static java.lang.ThreadLocal<ISSLSocketFactoryProducer>LDAPSSLSocketFactory. sslSocketFactoryProducerThis is the implicit way to pass in a socket factory producerMethods in org.apache.manifoldcf.core.common with parameters of type ISSLSocketFactoryProducer Modifier and Type Method Description static voidLDAPSSLSocketFactory. setSocketFactoryProducer(ISSLSocketFactoryProducer p)Set the socket factory producer to use
-