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

com.github.antelopeframework.remoting.server.auth.RemoteCallAuthenticate Maven / Gradle / Ivy

The newest version!
package com.github.antelopeframework.remoting.server.auth;

public interface RemoteCallAuthenticate {

	/**
	 * 
	 * @param app
	 * @param basic
	 * 
	 * @return
	 */
	boolean basicAuth(String app, String basic);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy