org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors
Class SecurityInitializer

java.lang.Object
  extended by org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.SecurityInitializer
All Implemented Interfaces:
org.objectweb.carol.rmi.jrmp.interceptor.JInitializer

public class SecurityInitializer
extends java.lang.Object
implements org.objectweb.carol.rmi.jrmp.interceptor.JInitializer

Initialize interceptors on client and server.

Author:
Florent Benoit.

Constructor Summary
SecurityInitializer()
           
 
Method Summary
 void post_init(org.objectweb.carol.rmi.jrmp.interceptor.JInitInfo info)
          Nothing to do in post method.
 void pre_init(org.objectweb.carol.rmi.jrmp.interceptor.JInitInfo info)
          In JRMP the 2 method( per and post init have the same consequences ...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityInitializer

public SecurityInitializer()
Method Detail

pre_init

public void pre_init(org.objectweb.carol.rmi.jrmp.interceptor.JInitInfo info)
In JRMP the 2 method( per and post init have the same consequences ...

Specified by:
pre_init in interface org.objectweb.carol.rmi.jrmp.interceptor.JInitializer
Parameters:
info - the JInit Information

post_init

public void post_init(org.objectweb.carol.rmi.jrmp.interceptor.JInitInfo info)
Nothing to do in post method.

Specified by:
post_init in interface org.objectweb.carol.rmi.jrmp.interceptor.JInitializer
Parameters:
info - the JInit Information