All Downloads are FREE. Search and download functionalities are using the official Maven repository.

usn.net.ssl.util.StarttlsHandlerLDAPGCS Maven / Gradle / Ivy

Go to download

A utility to add certs to the trust store from a connection attempt, originially written by Oracle

There is a newer version: 1.0.16
Show newest version
package usn.net.ssl.util;

/**
 * A {@link StarttlsHandler} implementation for LDAP protocol.
 */
public class StarttlsHandlerLDAPGCS extends StarttlsHandlerLDAPS {

    public StarttlsHandlerLDAPGCS() {
        super();
    }
    
    @Override
     public String getUrlPrefix(){
        return "ldaps://";
    }
} // class StarttlsHandlerLDAP




© 2015 - 2024 Weber Informatics LLC | Privacy Policy