| |
|
| java.lang.Object org.objectweb.jonas.security.interceptors.jrmp.ctxcheck.Initializer
Initializer | public class Initializer implements JInitializer(Code) | | Adds on the server side an interceptor which will validate the security
context.
author: Florent Benoit |
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 |
|
|
|