[jboss-user] [JBoss Seam] - Re: Two login pages/methods

shane.bryzak@jboss.com do-not-reply at jboss.com
Thu Jan 17 10:52:04 EST 2008


Extend Identity (the security chapter of the docs describes how to do this) and add an EmployeeID property to it.  You'll also need to override the isCredentialsSet() method and probably some other stuff as well.  Then your authenticator simply checks to see what is set (either username/password or employeeId) and authenticates accordingly.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120961#4120961

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120961



More information about the jboss-user mailing list