The Jeenius framework has two destinct parts:
The profile store abstracts an user authentication and authorisation model and allows for different backends to be plugged into the model.
Out of the box Jeenius supports a file based profile store , a dummy profilestore for testing and a caching profile store that caches the information of other profile stores. Other providers that integrate with databases and LDAP servers are available. For more information on the profile store click here.
The Jeenius custom tags provide a number of useful JSP tags that make the development of web applications easier. There are also a set of tags that integrate with the profile store allowing sophisticated authentication and authorisation mechanisims to be added to any web application.