Package org.forgerock.openam.http
Interface SslConnectionManager
This interface exposes the key components necessary to establish secure HTTPS connections.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the hostname verifier to be used when establishing a connection.Returns the SSL socket factory to be used when establishing a connection.
-
Method Details
-
getSocketFactory
SSLSocketFactory getSocketFactory()Returns the SSL socket factory to be used when establishing a connection.- Returns:
- The SSL socket factory.
-
getHostnameVerifier
HostnameVerifier getHostnameVerifier()Returns the hostname verifier to be used when establishing a connection.- Returns:
- The hostname verifier.
-