org.omg.CSIIOP.AS_ContextSec Maven / Gradle / Ivy
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/src/share/classes/org/omg/CSIIOP/CSIIOP.idl
* Thursday, June 22, 2023 7:19:19 PM CEST
*/
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