Class TrustingSSLSocketFactoryProducer
- java.lang.Object
-
- org.apache.manifoldcf.connectorcommon.keystore.TrustingSSLSocketFactoryProducer
-
- All Implemented Interfaces:
ISSLSocketFactoryProducer
public class TrustingSSLSocketFactoryProducer extends java.lang.Object implements ISSLSocketFactoryProducer
This SSLSocketFactoryProducer does no certificate checking whatsoever.
-
-
Field Summary
-
Fields inherited from interface org.apache.manifoldcf.core.interfaces.ISSLSocketFactoryProducer
_rcsid
-
-
Constructor Summary
Constructors Constructor Description TrustingSSLSocketFactoryProducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.net.ssl.SSLSocketFactorygetSecureSocketFactory()Build a secure socket factory based on this producer.
-
-
-
Method Detail
-
getSecureSocketFactory
public javax.net.ssl.SSLSocketFactory getSecureSocketFactory() throws ManifoldCFExceptionBuild a secure socket factory based on this producer.- Specified by:
getSecureSocketFactoryin interfaceISSLSocketFactoryProducer- Throws:
ManifoldCFException
-
-