All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.dropwizard.bundles.apikey.ApiKeyBundleConfiguration Maven / Gradle / Ivy

There is a newer version: 1.3.2
Show newest version
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