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

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

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

import java.security.Principal;

/**
 * An interface for classes which create principal objects.
 *
 * @param 

the type of principal */ @FunctionalInterface public interface PrincipalFactory

{ /** * Create an instance of P from the specified name. */ P create(String name); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy