org.jaffa.tomcat.realm package
Provides classes and descriptor to implement additional security realms to be used
for Container Managed Security wihing the Tomcat Web Server.
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
This Realm included the functionality of both the standard tomcat
org.apache.catalina.realm.JDBCRealm JDBCRealm and the
org.apache.catalina.realm.DataSourceRealm DataSourceRealm ,
in one class.