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

com.eshore.tfa.ITFAEnable Maven / Gradle / Ivy

There is a newer version: 2.0.3
Show newest version
package com.eshore.tfa;

import javax.servlet.http.HttpServletRequest;

import com.eshore.uas.server.api.User;

/**
 * 
 * @author eshore
 *
 */
public interface ITFAEnable {
	
	/**
	 * 
	 * @param u user
	 * @param req httpServletRequest
	 * @return tfaenable
	 * 
	 */
	boolean needTFA(User u,HttpServletRequest req);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy