Authorizer   Authorizer 
Compiled from "Authorizer.java" Compiled from "Authorizer.java"
public interface io.dropwizard.auth.Authorizer<P extends java.security.Prin cipal> { public interface io.dropwizard.auth.Authorizer<P extends java.security.Prin cipal> {
public abstract boolean authorize(P, java.lang.String, javax.ws.rs.contai public abstract boolean authorize(P, java.lang.String, jakarta.ws.rs.cont
ner.ContainerRequestContext); ainer.ContainerRequestContext);
public default io.dropwizard.auth.AuthorizationContext<P> getAuthorizatio public default io.dropwizard.auth.AuthorizationContext<P> getAuthorizatio
nContext(P, java.lang.String, javax.ws.rs.container.ContainerRequestContext nContext(P, java.lang.String, jakarta.ws.rs.container.ContainerRequestConte
); xt);
} }
 End of changes. 1 change blocks. 
5 lines changed or deleted 5 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/