org.owasp.passfault.CompositeFinder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of passfault-core Show documentation
Show all versions of passfault-core Show documentation
OWASP Passfault evaluates password strength and enforces password policy
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