Package org.dspace.authorize
Class ValidatePasswordServiceImpl
java.lang.Object
org.dspace.authorize.ValidatePasswordServiceImpl
- All Implemented Interfaces:
ValidatePasswordService
Basic implementation for validation password robustness.
- Author:
- Mykhaylo Boychuk (mykhaylo.boychuk@4science.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisPasswordValid(String password) This method checks whether the password is valid based on the configured rules/strategies.
-
Constructor Details
-
ValidatePasswordServiceImpl
public ValidatePasswordServiceImpl()
-
-
Method Details
-
isPasswordValid
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
-