com.netscape.certsrv.password
Interface IConfigPasswordCheck

All Known Implementing Classes:
PasswordChecker

public interface IConfigPasswordCheck

Configuration Wizard Password quality checker interface.

Version:
$Revision: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $

Method Summary
 java.lang.String getConfigReason(java.lang.String pwd)
          Returns a reason if the password doesnt meet the quality requirement.
 boolean isGoodConfigPassword(java.lang.String pwd)
          Check if the password meets the quality requirement
 

Method Detail

isGoodConfigPassword

boolean isGoodConfigPassword(java.lang.String pwd)
Check if the password meets the quality requirement

Parameters:
pwd - the given password
Returns:
true if the password meets the quality requirement; otherwise false

getConfigReason

java.lang.String getConfigReason(java.lang.String pwd)
Returns a reason if the password doesnt meet the quality requirement.

Parameters:
pwd - the given password
Returns:
a reason if the password quality requirement is not met.