JAAS to RSA RADIUS Server

I need to write a JAAS module that will validate passwords against an RSA RADIUS Server (via RSA's Authentication Manager).

I'm not seeing the sort of api's I saw when I did a similar module for Siteminder, so a couple of questions:

- Is there a Java API for RSA Authentication Manager? (I'm not finding one on their website or via Google)

- If I need to use a RADIUS client what's the best (open source) choice?

Thanks in advance-- Mike

[473 byte] By [MikeSummersa] at [2007-10-2 19:14:06]
# 1

If I got your right, they provide you a RADIUS Server, so you don't need a special API. just go on sourceforge (www.sf.net) and try one of the available java radius client APIs to do the authentication as a proxy between your user and the RADIUS server.

I wrote a very simple one back in 2001 for the authentication against a RADIUS server only and not a full implmenetation of standard, but I think now on sf you will find much more mature ones.

babakNa at 2007-7-13 20:55:31 > top of Java-index,Security,Other Security APIs, Tools, and Issues...