| java.lang.Object org.objectweb.jonas.security.interceptors.jrmp.SecurityInitializer
SecurityInitializer | public class SecurityInitializer implements JInitializer(Code) | | Class SecurityInitializer is a JRMP Initiliazer for security
context propagation
author: Guillaume Riviere (Guillaume.Riviere@inrialpes.fr) version: 1.0, 13/09/2002 |
Method Summary | |
public void | post_init(JInitInfo info) In JRMP the 2 method( per and post init have the same consequences ... | public void | pre_init(JInitInfo info) In JRMP the 2 method( per and post init have the same consequences ... |
post_init | public void post_init(JInitInfo info)(Code) | | In JRMP the 2 method( per and post init have the same consequences ...
Parameters: JInitInfo - the JInit Information |
pre_init | public void pre_init(JInitInfo info)(Code) | | In JRMP the 2 method( per and post init have the same consequences ...
Parameters: JInitInfo - the JInit Information |
|
|