public static class LDAPLoginModule.TrustAllSSLSocketFactory extends SocketFactory
SocketFactory that trusts all SSL certificates.| Modifier and Type | Method and Description |
|---|---|
Socket |
createSocket(InetAddress address,
int port) |
Socket |
createSocket(InetAddress address,
int port,
InetAddress localAddress,
int localPort) |
Socket |
createSocket(String host,
int port) |
Socket |
createSocket(String host,
int port,
InetAddress localHost,
int localPort) |
static SocketFactory |
getDefault() |
createSocketpublic static SocketFactory getDefault()
SocketFactory.getDefault()public Socket createSocket(String host, int port) throws IOException
createSocket in class SocketFactoryIOExceptionSocketFactory.createSocket(String, int)public Socket createSocket(InetAddress address, int port) throws IOException
createSocket in class SocketFactoryIOExceptionSocketFactory.createSocket(InetAddress, int)public Socket createSocket(String host, int port, InetAddress localHost, int localPort) throws IOException
createSocket in class SocketFactoryIOExceptionSocketFactory.createSocket(String, int, InetAddress, int)public Socket createSocket(InetAddress address, int port, InetAddress localAddress, int localPort) throws IOException
createSocket in class SocketFactoryIOExceptionSocketFactory.createSocket(InetAddress, int, InetAddress, int)Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.