public interface CSIv2SSLTaggedComponentHandler
org.omg.CORBA.LocalObject.
An instance of this interface is plugged into the ORB via
ORB.register_initial_reference(ORBConstants.CSIv2SSLTaggedComponentHandler, instance).| Modifier and Type | Method and Description |
|---|---|
List<SocketInfo> |
extract(IOR ior)
Extract is called on each invocation of the IOR, so that the security code can
run properly.
|
TaggedComponent |
insert(IORInfo iorInfo,
List<ClusterInstanceInfo> clusterInstanceInfo) |
TaggedComponent insert(IORInfo iorInfo, List<ClusterInstanceInfo> clusterInstanceInfo)
iorInfo - - from IORInterceptor.establish_components.clusterInstanceInfo - On the server-side, the FOLB system will pass all ClusterInstanceInfo
to the CSIv2/SSL system.null if no security
information is to be added to IORs. Otherwise it returns the
CSIv2SSL org.omg.IOP.TaggedComponent that will be
added to IORs.List<SocketInfo> extract(IOR ior)
ior - The target ior of the current invocation.Copyright © 2017–2019 Eclipse Foundation. All rights reserved.