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

com.eshore.tfa.DefaultTFAEnable 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.conf.GlobalConf;
import com.eshore.uas.server.api.User;

/**
 * 
 * @author eshore
 *
 */
public class DefaultTFAEnable implements ITFAEnable {

	@Override
	public boolean needTFA(User u, HttpServletRequest req) {
		return GlobalConf.isTfa();
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy