authentication « Servlet « JSF Q&A





1. Is it possible to authenticate using JSF 2.0 and Glassfish without realm?    stackoverflow.com

I have a routine that checks if a couple user/password is correct (it simply ask another server and returns true or false). I would like to use it instead of implement ...