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

org.owasp.passfault.CompositeFinder Maven / Gradle / Ivy

There is a newer version: 0.81
Show newest version
package org.owasp.passfault;


public interface CompositeFinder extends PatternFinder
{

  public abstract void blockingAnalyze(PasswordResults pass)
    throws Exception;

  public abstract void waitForAnalysis(PasswordResults pass)
    throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy