org.hibernate.secure
Class JACCPreLoadEventListener
java.lang.Object
org.hibernate.secure.JACCPreLoadEventListener
- All Implemented Interfaces:
- Serializable, Initializable, PreLoadEventListener, JACCSecurityListener
public class JACCPreLoadEventListener
- extends Object
- implements PreLoadEventListener, Initializable, JACCSecurityListener
Check security before any load
- Version:
- $Revision: 8702 $
- Author:
- Kabir Khan
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JACCPreLoadEventListener
public JACCPreLoadEventListener()
onPreLoad
public void onPreLoad(PreLoadEvent event)
- Specified by:
onPreLoad
in interface PreLoadEventListener
initialize
public void initialize(Configuration cfg)
- Specified by:
initialize
in interface Initializable