Package org.uberfire.ext.security.management.api.validation
-
Interface Summary Interface Description EntityValidator<T> The validator contract for a given security entity of typeT. -
Class Summary Class Description GroupValidator The base validator class for a Group entity based on JSR303 Bean Validations.RoleValidator The base validator class for a Role entity based on JSR303 Bean Validations.UserValidator The base validator class for a User entity based on JSR303 Bean Validations.