Package org.dspace.authorize.service
Interface ValidatePasswordService
- All Known Implementing Classes:
ValidatePasswordServiceImpl
public interface ValidatePasswordService
Services to use during Validating of password.
- Author:
- Mykhaylo Boychuk (mykhaylo.boychuk@4science.com)
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisPasswordValid(String password) This method checks whether the password is valid based on the configured rules/strategies.
-
Method Details
-
isPasswordValid
This method checks whether the password is valid based on the configured rules/strategies.- Parameters:
password- password to validate
-