Class IgnoringHostNameVerifier

java.lang.Object
org.jenkinsci.plugins.oic.ssl.IgnoringHostNameVerifier
All Implemented Interfaces:
HostnameVerifier

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public final class IgnoringHostNameVerifier extends Object implements HostnameVerifier
HostnameVerifier that accepts any presented hostanme including incorrect ones.