What are the alternatives for Java authentication?
Posted
by Crusader
on Stack Overflow
See other posts from Stack Overflow
or by Crusader
Published on 2010-05-08T16:42:24Z
Indexed on
2010/05/08
16:48 UTC
Read the original article
Hit count: 201
Preferably something that integrates well with a Flex front end. Yes the Spring Security guys say this is possible, but all examples seem to use legacy jsp tag libraries making them half useless as examples. I don't want to spend a month setting up and learning how to use a security tool. I would like a tool which supports using annotations (@RolesAllowed etc), MINIMAL XML, and 'remember-me' features (not cookie based).
Apache Shiro seems to support Flex/Silverlight/Swing as well but I'd like to know if there are any other alternatives that are NOT container specific.
© Stack Overflow or respective owner