com.yammer.dropwizard.authenticator.TlsOption Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dropwizard-auth-ldap Show documentation
Show all versions of dropwizard-auth-ldap Show documentation
Dropwizard Authentication Module for LDAP using JNDI
The newest version!
package com.yammer.dropwizard.authenticator;
public enum TlsOption {
NONE, ATTEMPT, STRICT
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy