Module de.powerstat.validation
Interface IPasswordStrategy
- All Known Implementing Classes:
PasswordConfigurableStrategy
,PasswordDefaultStrategy
public interface IPasswordStrategy
Password strategy interface.
-
Method Summary
-
Method Details
-
validationStrategy
Validation strategy.- Parameters:
password
- Password- Throws:
IllegalArgumentException
- If the password does not match the configured parameters
-