Neo4j embedded authentication

I've started an embedded version of neo4j following the guide: Using Neo4j embedded in Java applications - Java Reference
I've also exposed the bolt port following: Bolt connector - Java Reference
I would like to ask if it is possible to enable the authentication for the bolt endpoint. I didn't find anything on the documentation/online

Thanks in advance

You can find a solution to this problem in the following article. Enable Neo4J Browser GUI in Java with embedded Neo4J - Neo4j Graph Platform / Browser - Neo4j Online Community