|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CSI.EstablishContext
public final class EstablishContext
Struct definition: EstablishContext.
Field Summary | |
---|---|
AuthorizationElement[] |
authorization_token
Struct member authorization_token |
byte[] |
client_authentication_token
Struct member client_authentication_token |
long |
client_context_id
Struct member client_context_id |
IdentityToken |
identity_token
Struct member identity_token |
Constructor Summary | |
---|---|
EstablishContext()
Default constructor |
|
EstablishContext(long client_context_id,
AuthorizationElement[] authorization_token,
IdentityToken identity_token,
byte[] client_authentication_token)
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 long client_context_id
public AuthorizationElement[] authorization_token
public IdentityToken identity_token
public byte[] client_authentication_token
Constructor Detail |
---|
public EstablishContext()
public EstablishContext(long client_context_id, AuthorizationElement[] authorization_token, IdentityToken identity_token, byte[] client_authentication_token)
client_context_id
- client_context_id struct memberauthorization_token
- authorization_token struct memberidentity_token
- identity_token struct memberclient_authentication_token
- client_authentication_token struct member
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |