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

io.dropwizard.auth.UnauthorizedHandler Maven / Gradle / Ivy

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