T - The security entity type.public interface EntityValidator<T>
The validator contract for a given security entity of type T.
Compatible with JSR303 Bean Validation for future integration with other validation frameworks.
| Modifier and Type | Method and Description |
|---|---|
Set<javax.validation.ConstraintViolation<T>> |
validate(T entity)
Validates the given entity.
|
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.