usn.net.ssl.util.StarttlsHandlerLDAPGCS Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of install-cert Show documentation
Show all versions of install-cert Show documentation
A utility to add certs to the trust store from a connection attempt, originially written by Oracle
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