My users are registered in a database. I use the Java EE 8 API for security and JSF.
I would like to retrieve the groups directly from a principal without launching a JPA request. Is it possible?
My users are registered in a database. I use the Java EE 8 API for security and JSF.
I would like to retrieve the groups directly from a principal without launching a JPA request. Is it possible?