com.groiss.passwd
Interface Checker


public interface Checker

Interface for Policy Checker. Implement a checker if default configuration options are insufficient due to your requrements


Method Summary
 java.util.List<java.lang.String> getReasons()
          Get the non-compliant reasons
 boolean isCompliant(java.lang.String password)
          Checks if password is compliant to the policy
 

Method Detail

getReasons

java.util.List<java.lang.String> getReasons()
Get the non-compliant reasons

Returns:
Returns a List 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


@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.