public class AuthBundle<T extends io.dropwizard.Configuration>
extends java.lang.Object
implements io.dropwizard.ConfiguredBundle<T>
Modifier and Type | Class and Description |
---|---|
static interface |
AuthBundle.AuthBuilder<C extends io.dropwizard.Configuration> |
static interface |
AuthBundle.AuthorizationBuilder<C extends io.dropwizard.Configuration> |
static class |
AuthBundle.Builder<C extends io.dropwizard.Configuration> |
static interface |
AuthBundle.ProviderBuilder |
Modifier and Type | Method and Description |
---|---|
static AuthBundle.ProviderBuilder |
builder() |
void |
initialize(io.dropwizard.setup.Bootstrap<?> bootstrap) |
void |
run(T configuration,
io.dropwizard.setup.Environment environment) |
public static AuthBundle.ProviderBuilder builder()
public void initialize(io.dropwizard.setup.Bootstrap<?> bootstrap)
initialize
in interface io.dropwizard.ConfiguredBundle<T extends io.dropwizard.Configuration>