Package com.sun.corba.ee.org.omg.CSI
Class EstablishContext
java.lang.Object
com.sun.corba.ee.org.omg.CSI.EstablishContext
- All Implemented Interfaces:
Serializable
,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-build/glassfish-corba-4.2.4/csiv2-idl/src/main/idl/CSI.idl
Wednesday, February 21, 2024, 10:43:23 AM Greenwich Mean Time
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbyte[]
long
-
Constructor Summary
ConstructorsConstructorDescriptionEstablishContext
(long _client_context_id, AuthorizationElement[] _authorization_token, IdentityToken _identity_token, byte[] _client_authentication_token) -
Method Summary
-
Field Details
-
client_context_id
public long client_context_id -
authorization_token
-
identity_token
-
client_authentication_token
public byte[] client_authentication_token
-
-
Constructor Details
-
EstablishContext
public EstablishContext() -
EstablishContext
public EstablishContext(long _client_context_id, AuthorizationElement[] _authorization_token, IdentityToken _identity_token, byte[] _client_authentication_token)
-