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

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

There is a newer version: 1.3.2
Show newest version
package io.dropwizard.bundles.apikey;

public interface ApiKeyProvider {
  /**
   * Provide the API key for the specified user.
   */
  ApiKey get(String username);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy