OpenIDをWicketで使うためのライブラリ?後で読む
http://code.google.com/p/wicket-auth-openid/
→これまだ何もアップされていなかった・・・WicketでOpenIDを使いたいと思っていた矢先だっただけに、んー残念!
それだったらこのURLの方がまだ助かる。
Re: OpenId with Wicket
http://markmail.org/message/prwh4wh42x7qgg4h
mount a bookmarkable page. get a url for it via urlfor(mypage.class)
use requestutils to translate the url into an absolute one. give that
to openid provider. make sure you have a constructor in that page that
takes PageParameters, use them to pull out posted values.