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

br.com.caelum.vraptor.vaas.ProviderConfiguration Maven / Gradle / Ivy

The newest version!
package br.com.caelum.vraptor.vaas;

import br.com.caelum.vraptor.vaas.authentication.AuthProvider;
import br.com.caelum.vraptor.vaas.authentication.AuthProviders;


/**
 * Interface that should be implemented for configure {@link AuthProvider}
 * @author Alberto Souza
 *
 */
public interface ProviderConfiguration {
	public AuthProviders providers();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy