Multiple java servlet authentication methods

Posted by user355325 on Stack Overflow See other posts from Stack Overflow or by user355325
Published on 2010-06-18T02:39:53Z Indexed on 2010/06/18 2:43 UTC
Read the original article Hit count: 182

Filed under:

Is it possible to have multiple authentication methods for a java servlet? For example, have form based authentication in addition to open id based authentication so users can choose how they log in.

© Stack Overflow or respective owner

Related posts about java