Package com.sun.corba.ee.org.omg.CSIIOP
Class CompoundSecMech
- java.lang.Object
-
- com.sun.corba.ee.org.omg.CSIIOP.CompoundSecMech
-
- All Implemented Interfaces:
java.io.Serializable
,IDLEntity
public final class CompoundSecMech extends java.lang.Object implements IDLEntity
com/sun/corba/ee/org/omg/CSIIOP/CompoundSecMech.java . Generated by the IDL-to-Java compiler (portable), version "4.1" from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4/csiv2-idl/src/main/idl/CSIIOP.idl Wednesday, February 21, 2024 at 12:00:00 PM Greenwich Mean Time- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description AS_ContextSec
as_context_mech
SAS_ContextSec
sas_context_mech
short
target_requires
TaggedComponent
transport_mech
-
Constructor Summary
Constructors Constructor Description CompoundSecMech()
CompoundSecMech(short _target_requires, TaggedComponent _transport_mech, AS_ContextSec _as_context_mech, SAS_ContextSec _sas_context_mech)
-
-
-
Field Detail
-
target_requires
public short target_requires
-
transport_mech
public TaggedComponent transport_mech
-
as_context_mech
public AS_ContextSec as_context_mech
-
sas_context_mech
public SAS_ContextSec sas_context_mech
-
-
Constructor Detail
-
CompoundSecMech
public CompoundSecMech()
-
CompoundSecMech
public CompoundSecMech(short _target_requires, TaggedComponent _transport_mech, AS_ContextSec _as_context_mech, SAS_ContextSec _sas_context_mech)
-
-