Package org.dspace.authorize
Class ValidatePasswordServiceImpl
- java.lang.Object
-
- org.dspace.authorize.ValidatePasswordServiceImpl
-
- All Implemented Interfaces:
ValidatePasswordService
public class ValidatePasswordServiceImpl extends Object implements ValidatePasswordService
Basic implementation for validation password robustness.- Author:
- Mykhaylo Boychuk (mykhaylo.boychuk@4science.com)
-
-
Constructor Summary
Constructors Constructor Description ValidatePasswordServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisPasswordValid(String password)This method checks whether the password is valid based on the configured rules/strategies.
-
-
-
Method Detail
-
isPasswordValid
public boolean isPasswordValid(String password)
Description copied from interface:ValidatePasswordServiceThis method checks whether the password is valid based on the configured rules/strategies.- Specified by:
isPasswordValidin interfaceValidatePasswordService- Parameters:
password- password to validate
-
-