Class PasswordModelValidator
- java.lang.Object
-
- com.tetsuwantech.atom.web.authentication.PasswordModelValidator
-
- All Implemented Interfaces:
org.springframework.validation.Validator
public class PasswordModelValidator extends Object implements org.springframework.validation.Validator
-
-
Constructor Summary
Constructors Constructor Description PasswordModelValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
supports(Class<?> target)
void
validate(Object object, org.springframework.validation.Errors errors)
-
-
-
Method Detail
-
supports
public boolean supports(Class<?> target)
- Specified by:
supports
in interfaceorg.springframework.validation.Validator
-
validate
public void validate(Object object, org.springframework.validation.Errors errors)
- Specified by:
validate
in interfaceorg.springframework.validation.Validator
-
-