All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.omg.CSIIOP.AS_ContextSec Maven / Gradle / Ivy

There is a newer version: 10.1.0.Final
Show newest version
package org.omg.CSIIOP;


/**
* org/omg/CSIIOP/AS_ContextSec.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /mnt/plextor/workspace/_jboss-openjdk-orb/src/share/classes/org/omg/CSIIOP/CSIIOP.idl
* piątek, 16 kwietnia 2021 18:04:52 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