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

usn.net.ssl.util.StarttlsHandlerLDAPS 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 StarttlsHandlerLDAPS
       extends StarttlsHandlerLDAP {

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

} // class StarttlsHandlerLDAP




© 2015 - 2024 Weber Informatics LLC | Privacy Policy