com.groiss.passwd
Interface Checker
public interface Checker
- Author:
- gerald stanossek
Interface for Policy Checker
|
Method Summary |
java.util.Vector |
getReasons()
|
boolean |
isCompliant(java.lang.String password)
Checks if password is compliant to the policy |
getReasons
java.util.Vector getReasons()
- Returns:
- Returns a Vector of Strings, which specify the reasons, why Password is not compliant to the policy
isCompliant
boolean isCompliant(java.lang.String password)
- Checks if password is compliant to the policy
- Parameters:
password - The password to check
- Returns:
- true if password is compliant to this rule; false if not
Copyright © 2001-2006 Groiss Informatics GmbH. All Rights Reserved.