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

com.khubla.telnet.nvt.AuthenticationHandler Maven / Gradle / Ivy

/*
 * Copyright (C) khubla.com - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Tom Everett , 2018
 */
package com.khubla.telnet.nvt;

public interface AuthenticationHandler {
   boolean login(String username, String password);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy