Interface AuthConfigProvider<C extends io.dropwizard.core.Configuration>

Type Parameters:
C - the type of the specific Configuration used in the application
All Superinterfaces:
Function<C,AuthConfig>

public interface AuthConfigProvider<C extends io.dropwizard.core.Configuration> extends Function<C,AuthConfig>
Provides the AuthConfig for the AuthBundle