Class PasswordValidationResult

java.lang.Object
ch.tocco.nice2.web.core.api.auth.password.PasswordValidationResult
All Implemented Interfaces:
Serializable

public class PasswordValidationResult extends Object implements Serializable
The result of a PasswordValidator. If valid is false it should contain at least one error message.
See Also: