Hacker News new | ask | show | jobs
JSF and Seam Security - custom login in 3 steps (fuzz-box.blogspot.com)
1 points by arapidhs 5473 days ago
Seam framework provides a standard IdentityManagement API to manage user management and authentication.But some times extra information is needed to authenticate a user. For example a company or an organization idenntification number, etc.What we can do is simply extend the Credentials class including these properties and...