public interface UserSystemManager extends UserManagementService
Main users, groups and roles management API.
It provides a centralized entry point for using the different entities management API.
By default, two implementation are provided. A given one for the backend side and another one for the client side.
Modifier and Type | Method and Description |
---|---|
EntityValidator<org.jboss.errai.security.shared.api.Group> |
groupsValidator()
The group validator.
|
boolean |
isActive()
Check if the user system management service are active and successfully initialized.
|
EntityValidator<org.jboss.errai.security.shared.api.Role> |
rolesValidator()
The role validator.
|
EntityValidator<org.jboss.errai.security.shared.api.identity.User> |
usersValidator()
The user validator.
|
groups, roles, users
EntityValidator<org.jboss.errai.security.shared.api.identity.User> usersValidator()
The user validator.
EntityValidator<org.jboss.errai.security.shared.api.Group> groupsValidator()
The group validator.
EntityValidator<org.jboss.errai.security.shared.api.Role> rolesValidator()
The role validator.
boolean isActive()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.