package auth; public class Authenticator { public boolean auth(String username, String pass) { return false; } }