org.omg.CSIIOP.AS_ContextSec 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.CSIIOP;
/**
* org/omg/CSIIOP/AS_ContextSec.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/tomek/workspace/openjdk-orb/javax/src/share/classes/org/omg/CSIIOP/CSIIOP.idl
* Friday, December 10, 2021 1:31:01 PM CET
*/
public final class AS_ContextSec implements org.omg.CORBA.portable.IDLEntity
{
public short target_supports = (short)0;
public short target_requires = (short)0;
public byte client_authentication_mech[] = null;
public byte target_name[] = null;
public AS_ContextSec ()
{
} // ctor
public AS_ContextSec (short _target_supports, short _target_requires, byte[] _client_authentication_mech, byte[] _target_name)
{
target_supports = _target_supports;
target_requires = _target_requires;
client_authentication_mech = _client_authentication_mech;
target_name = _target_name;
} // ctor
} // class AS_ContextSec
© 2015 - 2024 Weber Informatics LLC | Privacy Policy