
io.dropwizard.bundles.apikey.ApiKeyBundleConfiguration Maven / Gradle / Ivy
package io.dropwizard.bundles.apikey;
public interface ApiKeyBundleConfiguration {
/**
* Get the configuration for how API keys should be handled by the bundle.
*/
ApiKeyConfiguration getApiKeyConfiguration();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy