Copied from initial slack discussion to keep track of the outcome:
Currently I have a database with multiple sub graphs (disconnected from each other). This seems like a perfect fit to create a database for each sub graph.
I understand I can supply the databasename in the driver.session() call to query the right database/subgraph.
What I am wondering about is how to use the RBAC features in addition to this. If I created multiple roles with different privileges and connect users to those roles, then I need to also login to the database with those users instead of the generic neo4j user from our API.
Does the neo4j java driver have options for this?