Glassfish Custom Authentication Module?

authentication, glassfish, jakarta-ee

Solution

HERE is the step-by-step instructions of how to do this.

Problem

I know glassfish can authenticate against an LDAP server, I also know it can authenticate against my own database. What I would like to do is authenticate users against LDAP, but get their roles from my own database. Where would I start learning how to create my own custom authentication module?

Original source