Skip to content

Commit

Permalink
Update hefquin-pgconnector/src/main/java/se/liu/ida/hefquin/engine/wr…
Browse files Browse the repository at this point in the history
…appers/lpg/conn/Neo4jConnectionFactory.java

Co-authored-by: Olaf Hartig <olaf.hartig@liu.se>
  • Loading branch information
keski and hartig authored Sep 20, 2024
1 parent 288b266 commit b1f73dc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ public Neo4jConnection( final URI uri, final String username, final String passw
final String encodedAuth = Base64.getEncoder().encodeToString( auth.getBytes() );
authHeader = "Basic " + encodedAuth;
}
else {
authHeader = null;
}
}

public URI getURI() {
Expand Down

0 comments on commit b1f73dc

Please sign in to comment.