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

br.com.caelum.brutauth.verifier.BrutauthRulesVerifier Maven / Gradle / Ivy

There is a newer version: 4.0.4
Show newest version
package br.com.caelum.brutauth.verifier;

import java.lang.annotation.Annotation;

import br.com.caelum.brutauth.interceptors.BrutauthClassOrMethod;

public interface BrutauthRulesVerifier {
	boolean canVerify(Class annotation);
	boolean rulesOfTypeAllows(BrutauthClassOrMethod type);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy