org.omg.CSI
Class EstablishContext

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

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

org/omg/CSI/EstablishContext.java . Generated by the IDL-to-Java compiler (portable), version "3.1" from /usr/src/RPM/BUILD/geronimo-specs-1.1/geronimo-spec-corba/src/main/idl/CSI.idl Thursday, November 29, 2007 10:27:51 PM MSK

See Also:
Serialized Form

Field Summary
 AuthorizationElement[] authorization_token
           
 byte[] client_authentication_token
           
 long client_context_id
           
 IdentityToken identity_token
           
 
Constructor Summary
EstablishContext()
           
EstablishContext(long _client_context_id, AuthorizationElement[] _authorization_token, IdentityToken _identity_token, byte[] _client_authentication_token)
           
 
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

authorization_token

public AuthorizationElement[] authorization_token

identity_token

public IdentityToken identity_token

client_authentication_token

public byte[] client_authentication_token
Constructor Detail

EstablishContext

public EstablishContext()

EstablishContext

public EstablishContext(long _client_context_id,
                        AuthorizationElement[] _authorization_token,
                        IdentityToken _identity_token,
                        byte[] _client_authentication_token)


Copyright © {inceptionYear}-2007 null. All Rights Reserved.