KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > net > ssl > HostnameVerifier > Top Examples

  • org.infoglue.cms.security.CASBasicAuthenticationModule
    @author Mattias Bogeblad This authentication module authenticates an user against CAS (edu.yale.its.tp.cas) which is a singe sign on service.
  • org.jboss.mq.il.http.AnyhostVerifier
    An implementation of the HostnameVerifier that accepts any SSL certificate hostname as matching the https URL that was used to initiate the SSL connection. This is useful for testing SSL setup in development environments using self signed SSL certificates. This is a duplicate object found here and ...
  • com.sun.enterprise.admin.jmx.remote.comm.HttpConnectorAddress
    This class abstracts the details of URLS from a client. allowing the client to set the host, port, security property and authorization informaiton. This information is then used to create an URLConnection which will only connect to the admin servlet using basic authorization (if authorization infor ...
Popular Tags