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

br.com.caelum.brutauth.reflection.methodsearchers.MethodSearcher Maven / Gradle / Ivy

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

import br.com.caelum.brutauth.auth.rules.CustomBrutauthRule;
import br.com.caelum.brutauth.reflection.Argument;
import br.com.caelum.brutauth.reflection.BrutauthMethod;
import br.com.caelum.vraptor.http.ValuedParameter;

public interface MethodSearcher {
	BrutauthMethod search(CustomBrutauthRule ruleToSearch, Argument... arguments);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy