Github user LionelCons commented on the issue: https://github.com/apache/activemq-artemis/pull/2011 The final code can be seen [here](https://github.com/LionelCons/activemq-artemis/blob/9ead970395975a28846de4ba237eb78bc728c8fb/artemis-server/src/main/java/org/apache/activemq/artemis/spi/core/security/jaas/TextFileCertificateLoginModule.java). Just like in the original code, both `getUserNameForCertificates` and `getUserRoles` still use `get`.
---