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

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

There is a newer version: 1.1.5
Show newest version
package com.github.antelopeframework.remoting.server.auth;

public interface RemoteCallAuthenticate {

	/**
	 * 
	 * @param app
	 * @param username
	 * @param password
	 * @return
	 */
	boolean auth(String app, String username, String password);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy