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

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

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 - 2025 Weber Informatics LLC | Privacy Policy