Class LdapAuthenticatorBundle<T extends io.dropwizard.Configuration>
java.lang.Object
com.yammer.dropwizard.authenticator.LdapAuthenticatorBundle<T>
- All Implemented Interfaces:
io.dropwizard.ConfiguredBundle<T>
public abstract class LdapAuthenticatorBundle<T extends io.dropwizard.Configuration>
extends Object
implements io.dropwizard.ConfiguredBundle<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract LdapConfigurationgetConfiguration(T configuration) voidinitialize(io.dropwizard.setup.Bootstrap<?> bootstrap) void
-
Constructor Details
-
LdapAuthenticatorBundle
public LdapAuthenticatorBundle()
-
-
Method Details
-
getConfiguration
-
initialize
public void initialize(io.dropwizard.setup.Bootstrap<?> bootstrap) - Specified by:
initializein interfaceio.dropwizard.ConfiguredBundle<T extends io.dropwizard.Configuration>
-
run
- Specified by:
runin interfaceio.dropwizard.ConfiguredBundle<T extends io.dropwizard.Configuration>
-
getLdapContext
-