| org.objectweb.jonas.security.iiop.Csiv2IorInterceptor
Csiv2IorInterceptor | public class Csiv2IorInterceptor extends org.omg.CORBA.LocalObject implements org.omg.PortableInterceptor.IORInterceptor(Code) | | IOR interceptor for the supports of CSiv2 level 0 as described by chapter
19.8.2.5 Stateful support is not require for level 0
author: Florent Benoit See Also: Common See Also: Secure Interoperability V2 Specification (July 23,2001) |
Constructor Summary | |
public | Csiv2IorInterceptor(Codec codec, Logger logger, Logger loggerDetails) |
Method Summary | |
public void | destroy() Provides an opportunity to destroy this interceptor. | public void | establish_components(IORInfo info) Check if there is a CSI v2 policy and there is one add the csiv2
component into the IOR. | public String | name() Returns the name of the interceptor. |
Csiv2IorInterceptor | public Csiv2IorInterceptor(Codec codec, Logger logger, Logger loggerDetails)(Code) | | Constructor
Parameters: codec - used for encoding any objects Parameters: logger - used for logging useful information Parameters: loggerDetails - for all information (useless for most time :) |
destroy | public void destroy()(Code) | | Provides an opportunity to destroy this interceptor.
|
establish_components | public void establish_components(IORInfo info)(Code) | | Check if there is a CSI v2 policy and there is one add the csiv2
component into the IOR. The tagged Component is built from information of
csiv2 policy object
See Also: org.omg.PortableInterceptor.IORInterceptorOperations.establish_components(org.omg.PortableInterceptor.IORInfo) |
name | public String name()(Code) | | Returns the name of the interceptor.
the name of the interceptor. |
|
|