Class UntrustedSSL
java.lang.Object
org.opendaylight.aaa.shiro.realm.util.http.UntrustedSSL
Container for an SSL context that allows untrusted access and a hostname
verifier that accepts any hostname.
-
Method Summary
Modifier and TypeMethodDescriptionstatic HostnameVerifier
Get a hostname verifier that accepts all hostnames.static SSLContext
Get an SSL context that allows untrusted access.
-
Method Details
-
getHostnameVerifier
Get a hostname verifier that accepts all hostnames.- Returns:
- the hostname verifier.
-
getSSLContext
Get an SSL context that allows untrusted access.- Returns:
- the SSL context.
-