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.
March 3rd, 2007 at 8:16 am
It is cool. I am waiting the Kasai2.0. When will it come out? Would you mind giving us a roadmap for the project.
March 3rd, 2007 at 11:42 am
We’r working as fast as possible on it. It has taken a lot more effort than expected but we’re trying to release a beta soon. I’ll keep you all posted.
April 10th, 2007 at 10:09 am
I am waiting the Kasai2.0.
April 25th, 2007 at 6:27 am
Waiting for kasai2.0!
May 7th, 2008 at 3:46 pm
After 2 days of configuration, it works.
Slightly more detailed documentation would be desirable.
All in one this is great framework!
December 11th, 2009 at 2:38 pm
Hello,
i’m trying to configure the administrative web application to send the emails through smtp. My email account is hosted on a server that blocks the default port 25 for smtp and i must use 26. How can i set it?
i’ve seen settings in the Config.properties just for mail.from;mail.replyTo; mail.smtp.host; mail.smtp.user; mail.smtp.password;
Any advice is appreciated!
Thank you,
Sorin
December 11th, 2009 at 4:19 pm
@Sorin: At the moment you cannot change the password via configuration. I’ll add it to the wish list for upcoming versions.
December 22nd, 2009 at 12:59 pm
Hello,
the documentation says that if we want to change the Config.properties name or path we have to use something like this:
java -D org.manentia.kasai.configPath=”com.mycompany.accounting.Configuration”
com.mycompany.SomeMain
i tried it from command promt in Windows 7 but it doesn’t work. Also i tried it with Apache Ant like this
but it doesn’t work either..could you please elaborate on how to change the path to the configuration file?
thank you
December 22nd, 2009 at 1:01 pm
The apache ant settings are
target name=”Run”
java classpathref=”myclasspath” classname=”validateUser.UserValidator” fork=”true”
arg line=”org.manentia.kasai.configPath=’config.Config’”
sysproperty key=”org.manentia.kasai.configPath” value=”config.Config”
java
target
April 3rd, 2010 at 3:40 am
Забавное положение дел
Резчик Let us know what you think (now you can comment right here ;P).
ps: Kasai 2.0 is warm and in the oven, [….