0
votes
0answers
113 views

Programmatically access JBoss Security realm

I have defined a realm in standalone.xml which is: <security-domain name="adbRealm" cache-type="default"> <authentication> <login-module ...
0
votes
2answers
875 views

Login configuration in Vaadin/Spring application in JBoss AS 7

I am trying to configure authentication in my Vaadin/Spring application deployed in JBoss AS 7, but I cannot find any documentation on this. I've managed to configure the application so that only ...