
net.sf.jstuff.integration.auth.Authenticator Maven / Gradle / Ivy
/*
* Copyright 2010-2022 by Sebastian Thomschke and contributors.
* SPDX-License-Identifier: EPL-2.0
*/
package net.sf.jstuff.integration.auth;
/**
* @author Sebastian Thomschke
*/
public interface Authenticator {
/**
* @return true if authenticated, false if not
*/
boolean authenticate(String logonName, String password);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy