org.hibernate.secure
Class JACCConfiguration

java.lang.Object
  extended byorg.hibernate.secure.JACCConfiguration

public class JACCConfiguration
extends Object

Adds Hibernate permissions to roles via JACC

Author:
Gavin King

Constructor Summary
JACCConfiguration(String contextId)
           
 
Method Summary
 void addPermission(String role, String entityName, String action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JACCConfiguration

public JACCConfiguration(String contextId)
                  throws HibernateException
Method Detail

addPermission

public void addPermission(String role,
                          String entityName,
                          String action)