![JAR search and dependency download from the Maven repository](/logo.png)
com.eshore.tfa.ITFAEnable Maven / Gradle / Ivy
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