|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CSIIOP.AS_ContextSec
public final class AS_ContextSec
Struct definition: AS_ContextSec.
Field Summary | |
---|---|
byte[] |
client_authentication_mech
Struct member client_authentication_mech |
byte[] |
target_name
Struct member target_name |
short |
target_requires
Struct member target_requires |
short |
target_supports
Struct member target_supports |
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 |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public short target_supports
public short target_requires
public byte[] client_authentication_mech
public byte[] target_name
Constructor Detail |
---|
public AS_ContextSec()
public AS_ContextSec(short target_supports, short target_requires, byte[] client_authentication_mech, byte[] target_name)
target_supports
- target_supports struct membertarget_requires
- target_requires struct memberclient_authentication_mech
- client_authentication_mech struct membertarget_name
- target_name struct member
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |