
io.dropwizard.auth.UnauthorizedHandler Maven / Gradle / Ivy
package io.dropwizard.auth;
import javax.ws.rs.core.Response;
public interface UnauthorizedHandler {
Response buildResponse(String prefix, String realm);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy