Skip to content

BrowserId

martin-g edited this page Aug 17, 2011 · 1 revision

This project is an integration between Apache Wicket and Mozilla BrowserId.

Usage

By simply including org.wicketstuff.browserid.BrowserIdPanel in your page you'll be able to sign in and out with BrowserId. As default UI widget for "Sign In" button will be used one of the images provided by BrowserId. For "Sign Out" a simple AjaxLink is used. Both widgets can be customized by overriding the proper methods of BrowserIdPanel.

org.wicketstuff.browserid.SessionHelper can be used to check whether there is an authenticated user, to log in or log out.

Clone this wiki locally