org.omg.CSI.EstablishContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openjdk-orb Show documentation
Show all versions of openjdk-orb Show documentation
JBoss repackaging of the OpenJDK ORB
package org.omg.CSI;
/**
* org/omg/CSI/EstablishContext.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/tomek/workspace/openjdk-orb/src/share/classes/org/omg/CSI/CSI.idl
* poniedziałek, 13 maja 2019 00:03:15 CEST
*/
public final class EstablishContext implements org.omg.CORBA.portable.IDLEntity
{
public long client_context_id = (long)0;
public org.omg.CSI.AuthorizationElement authorization_token[] = null;
public org.omg.CSI.IdentityToken identity_token = null;
public byte client_authentication_token[] = null;
public EstablishContext ()
{
} // ctor
public EstablishContext (long _client_context_id, org.omg.CSI.AuthorizationElement[] _authorization_token, org.omg.CSI.IdentityToken _identity_token, byte[] _client_authentication_token)
{
client_context_id = _client_context_id;
authorization_token = _authorization_token;
identity_token = _identity_token;
client_authentication_token = _client_authentication_token;
} // ctor
} // class EstablishContext
© 2015 - 2024 Weber Informatics LLC | Privacy Policy