Package com.sun.corba.ee.org.omg.CSI
Class EstablishContext
- java.lang.Object
-
- com.sun.corba.ee.org.omg.CSI.EstablishContext
-
- All Implemented Interfaces:
java.io.Serializable
,IDLEntity
public final class EstablishContext extends java.lang.Object implements IDLEntity
com/sun/corba/ee/org/omg/CSI/EstablishContext.java . Generated by the IDL-to-Java compiler (portable), version "4.1" from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4/csiv2-idl/src/main/idl/CSI.idl Wednesday, February 21, 2024 at 12:00:00 PM Greenwich Mean Time- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description AuthorizationElement[]
authorization_token
byte[]
client_authentication_token
long
client_context_id
IdentityToken
identity_token
-
Constructor Summary
Constructors Constructor Description EstablishContext()
EstablishContext(long _client_context_id, AuthorizationElement[] _authorization_token, IdentityToken _identity_token, byte[] _client_authentication_token)
-
-
-
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)
-
-