Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » secure » [javadoc | source]
org.hibernate.secure
public class: JACCConfiguration [javadoc | source]
java.lang.Object
   org.hibernate.secure.JACCConfiguration
Adds Hibernate permissions to roles via JACC
Constructor:
 public JACCConfiguration(String contextId) throws HibernateException 
Method from org.hibernate.secure.JACCConfiguration Summary:
addPermission
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.secure.JACCConfiguration Detail:
 public  void addPermission(String role,
    String entityName,
    String action)