Uses of Interface
org.uberfire.ext.security.management.api.validation.EntityValidator
-
Packages that use EntityValidator Package Description org.uberfire.ext.security.management.api org.uberfire.ext.security.management.api.validation -
-
Uses of EntityValidator in org.uberfire.ext.security.management.api
Methods in org.uberfire.ext.security.management.api that return EntityValidator Modifier and Type Method Description EntityValidator<org.jboss.errai.security.shared.api.Group>UserSystemManager. groupsValidator()The group validator.EntityValidator<org.jboss.errai.security.shared.api.Role>UserSystemManager. rolesValidator()The role validator.EntityValidator<org.jboss.errai.security.shared.api.identity.User>UserSystemManager. usersValidator()The user validator. -
Uses of EntityValidator in org.uberfire.ext.security.management.api.validation
Classes in org.uberfire.ext.security.management.api.validation that implement EntityValidator Modifier and Type Class Description classGroupValidatorThe base validator class for a Group entity based on JSR303 Bean Validations.classRoleValidatorThe base validator class for a Role entity based on JSR303 Bean Validations.classUserValidatorThe base validator class for a User entity based on JSR303 Bean Validations.
-