001    package org.omg.CSIIOP;
002    
003    
004    /**
005    * org/omg/CSIIOP/AS_ContextSec.java .
006    * Generated by the IDL-to-Java compiler (portable), version "3.2"
007    * from /builddir/build/BUILD/geronimo-specs-1.6/geronimo-spec-corba/src/main/idl/CSIIOP.idl
008    * Monday, June 18, 2012 10:36:14 AM CEST
009    */
010    
011    public final class AS_ContextSec implements org.omg.CORBA.portable.IDLEntity
012    {
013      public short target_supports = (short)0;
014      public short target_requires = (short)0;
015      public byte client_authentication_mech[] = null;
016      public byte target_name[] = null;
017    
018      public AS_ContextSec ()
019      {
020      } // ctor
021    
022      public AS_ContextSec (short _target_supports, short _target_requires, byte[] _client_authentication_mech, byte[] _target_name)
023      {
024        target_supports = _target_supports;
025        target_requires = _target_requires;
026        client_authentication_mech = _client_authentication_mech;
027        target_name = _target_name;
028      } // ctor
029    
030    } // class AS_ContextSec