use of org.neo4j.bolt.security.auth.BasicAuthentication in project neo4j by neo4j.
the class BoltInitChangePasswordTest method setup.
@Before
public void setup() throws Throwable {
authentication = new BasicAuthentication(authManagerRule.getManager(), authManagerRule.getManager());
authManagerRule.getManager().getUserManager().newUser("neo4j", "123", true);
}
Aggregations