org.hibernate.secure

Class JACCPreLoadEventListener

Implemented Interfaces:
Initializable, JACCSecurityListener, PreLoadEventListener, Serializable

public class JACCPreLoadEventListener
extends java.lang.Object
implements PreLoadEventListener, Initializable, JACCSecurityListener

Check security before any load
Version:
$Revision: 8702 $
Author:
Kabir Khan

Method Summary

void
initialize(Configuration cfg)
void
onPreLoad(PreLoadEvent event)

Method Details

initialize

public void initialize(Configuration cfg)
Specified by:
initialize in interface Initializable

onPreLoad

public void onPreLoad(PreLoadEvent event)
Specified by:
onPreLoad in interface PreLoadEventListener