org.omg.CSIIOP
Class AS_ContextSec
java.lang.Object
|
+--org.omg.CSIIOP.AS_ContextSec
- All Implemented Interfaces:
- org.omg.CORBA.portable.IDLEntity, java.io.Serializable
- public final class AS_ContextSec
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
Struct definition: AS_ContextSec.
- Author:
- OpenORB Compiler
- See Also:
- Serialized Form
|
Constructor Summary |
AS_ContextSec()
Default constructor |
AS_ContextSec(short target_supports,
short target_requires,
byte[] client_authentication_mech,
byte[] target_name)
Constructor with fields initialization |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
target_supports
public short target_supports
- Struct member target_supports
target_requires
public short target_requires
- Struct member target_requires
client_authentication_mech
public byte[] client_authentication_mech
- Struct member client_authentication_mech
target_name
public byte[] target_name
- Struct member target_name
AS_ContextSec
public AS_ContextSec()
- Default constructor
AS_ContextSec
public AS_ContextSec(short target_supports,
short target_requires,
byte[] client_authentication_mech,
byte[] target_name)
- Constructor with fields initialization
- Parameters:
target_supports - target_supports struct membertarget_requires - target_requires struct memberclient_authentication_mech - client_authentication_mech struct membertarget_name - target_name struct member