I found little documentation on this specific case, however I have found many tutoriels that uses GlassFish to create security realm + no EJB.
However my web application is running on
- jboss wildfly 8 server
- Having a separate EJB project for JPA entities and ejb sessions for services
- Another JSF java EE web project (no maven no spring) that having managedbeans / xhtml view pages...
In my database I have a user Table that contains: username,pwd(plaintxt),role
What I want to achieve is to find a way to do authentication so each Role will have access to specifics views + add encryption over ssl if possible