Saturday, March 17, 2012

Shiro - A Java security framework

http://shiro.apache.org/index.html

Apache Shiro is a powerful and easy-to-use Java security framework that performs authentication, authorization, cryptography, and session management. With Shiro’s easy-to-understand API, you can quickly and easily secure any application – from the smallest mobile applications to the largest web and enterprise applications.

Note: Looks at the example at samples/web, it makes use of HtmlUnit to perform unit test on HTML pages. HtmlUnit is a "GUI-Less browser for Java programs". It models HTML documents and provides an API that allows you to invoke pages, fill out forms, click links, etc... just like you do in your "normal" browser.

No comments: