Interface UserEditor

  • All Superinterfaces:
    Editor<org.jboss.errai.security.shared.api.identity.User,​org.jboss.errai.security.shared.api.identity.User>, Viewer<org.jboss.errai.security.shared.api.identity.User>

    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.
    Since:
    0.8.0
    • Method Detail

      • identifier

        String identifier()
        The leaf value user's identifier.
      • groupsExplorer

        UserAssignedGroupsExplorer groupsExplorer()
        The explorer for the user's groups. It's considered an editor as it allows removing assigned groups from the user instance.
      • rolesExplorer

        UserAssignedRolesExplorer rolesExplorer()
        The explorer for the user's roles. It's considered an editor as it allows removing assigned roles from the user instance.