Package org.dspace.authorize.service
Interface ValidatePasswordService
-
- All Known Implementing Classes:
ValidatePasswordServiceImpl
public interface ValidatePasswordServiceServices to use during Validating of password.- Author:
- Mykhaylo Boychuk (mykhaylo.boychuk@4science.com)
-
-
Method Summary
All Methods Instance Methods Abstract 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
boolean isPasswordValid(String password)
This method checks whether the password is valid based on the configured rules/strategies.- Parameters:
password- password to validate
-
-