package auth; import thrift.UserInfo; public class Authentification { public boolean auth(String username, String pass) { return false; } }