io.dropwizard.bundles.apikey.ApiKeyBundleConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dropwizard-api-key-bundle Show documentation
Show all versions of dropwizard-api-key-bundle Show documentation
Dropwizard bundle that allows your application to support API keys.
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