All,
I've created and uploaded a Java-based EAUT library -- it's in the Google code site now (
http://eaut.googlecode.com/svn/code/java/).
This library borrows some of the Discovery code from OpenID4Java because the latest/greatest OpenID4Java code is not automatically accessible in the Maven repo. Plus, my Java EAUT code uses the same apache license as openid4java, so I don't see too much of a problem (not to mention that the openid4java library is over 40mb, so it makes more sense to just borrow a few files instead of requiring the whole thing).
EAUT4Java can be built using Maven2. Below is some sample code....I plan to put up a binary jar file shortly.
----
String email = "
be...@example.com";
String mappedUrl = new EAUTConsumerImpl().doEAUT(email);
----
Could somebody update the
eaut.org code-page to reflect this new library?
Thanks!
David