|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.stc.connector.ldapadapter.appconn.SSLHostNameVerifier
public class SSLHostNameVerifier
This class is used to set whether hostname verification has to be done during SSL handshake or not
| Constructor Summary | |
|---|---|
SSLHostNameVerifier()
|
|
| Method Summary | |
|---|---|
boolean |
verify(java.lang.String hostname,
javax.net.ssl.SSLSession session)
Method that does verification of the hostname. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SSLHostNameVerifier()
| Method Detail |
|---|
public boolean verify(java.lang.String hostname,
javax.net.ssl.SSLSession session)
verify in interface javax.net.ssl.HostnameVerifierhostname - the name of the hostsession - the SSL session object
|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||