public interface UserEditor extends Editor<org.jboss.errai.security.shared.api.identity.User,org.jboss.errai.security.shared.api.identity.User>
A user editor.
Note:Add roles sub-editor when they're supported in the future.Modifier and Type | Method and Description |
---|---|
UserAttributesEditor |
attributesEditor()
The editor for the user's attributes.
|
UserAssignedGroupsExplorer |
groupsExplorer()
The explorer for the user's groups.
|
String |
identifier()
The leaf value user's identifier.
|
UserAssignedRolesExplorer |
rolesExplorer()
The explorer for the user's roles.
|
edit, flush, getValue, setViolations
String identifier()
UserAttributesEditor attributesEditor()
UserAssignedGroupsExplorer groupsExplorer()
UserAssignedRolesExplorer rolesExplorer()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.