Kasai: Authentication and authorization framework
Kasai is an open source 100% Java based authentication and authorization framework.
It allows you to integrate into your application a granular, complete and manageable permission scheme. The goal of the framework is to provide a simple-to-use-yet-powerful security environment for multi-user applications.
May 17th, 2007 at 1:41 pm
Thanks for your good job, I try kasai 2.0.0 alpha1 on winxp, tomcat5, mysql5.
I found need change table field type from bit to integer(users and groups) and I can’t fount the role UI, I think also need a register UI.
May 17th, 2007 at 1:43 pm
why use ibatis instead of hibernate?
May 24th, 2007 at 12:21 pm
@sunjipeng: you are right about bit->integer, we’ll fix it. Reg. iBatis, we actually aren’t using neither, the JAR file is in the alpha build by mistake, we’ll remove it.