Package | Description |
---|---|
org.uberfire.ext.security.management.api | |
org.uberfire.ext.security.management.api.validation |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
GroupValidator
The base validator class for a Group entity based on JSR303 Bean Validations.
|
class |
RoleValidator
The base validator class for a Role entity based on JSR303 Bean Validations.
|
class |
UserValidator
The base validator class for a User entity based on JSR303 Bean Validations.
|
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.