org.omg.CSI
Class EstablishContext

java.lang.Object
  extended by org.omg.CSI.EstablishContext
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class EstablishContext
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Struct definition: EstablishContext.

Author:
OpenORB Compiler
See Also:
Serialized Form

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

client_context_id

public long client_context_id
Struct member client_context_id


authorization_token

public AuthorizationElement[] authorization_token
Struct member authorization_token


identity_token

public IdentityToken identity_token
Struct member identity_token


client_authentication_token

public byte[] client_authentication_token
Struct member client_authentication_token

Constructor Detail

EstablishContext

public EstablishContext()
Default constructor


EstablishContext

public EstablishContext(long client_context_id,
                        AuthorizationElement[] authorization_token,
                        IdentityToken identity_token,
                        byte[] client_authentication_token)
Constructor with fields initialization

Parameters:
client_context_id - client_context_id struct member
authorization_token - authorization_token struct member
identity_token - identity_token struct member
client_authentication_token - client_authentication_token struct member