|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eaglei.model.webapp.server.email.SSLUtilities._FakeHostnameVerifier
SSLUtilities.FakeHostnameVerifier.
@Deprecated public static class SSLUtilities._FakeHostnameVerifier
This class implements a fake hostname verificator, trusting any host name. This class uses the old deprecated API from the com.sun. ssl package.
| Constructor Summary | |
|---|---|
SSLUtilities._FakeHostnameVerifier()
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
verify(java.lang.String hostname,
java.lang.String session)
Deprecated. Always return true, indicating that the host name is an acceptable match with the server's authentication scheme. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SSLUtilities._FakeHostnameVerifier()
| Method Detail |
|---|
public boolean verify(java.lang.String hostname,
java.lang.String session)
verify in interface com.sun.net.ssl.HostnameVerifierhostname - the host name.session - the SSL session used on the connection to host.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||