001    package org.omg.CSIIOP;
002    
003    /**
004     * Generated from IDL struct "AS_ContextSec".
005     *
006     * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
007     * @version generated at Jun 18, 2012 10:36:58 AM
008     */
009    
010    public final class AS_ContextSec
011            implements org.omg.CORBA.portable.IDLEntity
012    {
013            public AS_ContextSec(){}
014            public short target_supports;
015            public short target_requires;
016            public byte[] client_authentication_mech;
017            public byte[] target_name;
018            public AS_ContextSec(short target_supports, short target_requires, byte[] client_authentication_mech, byte[] target_name)
019            {
020                    this.target_supports = target_supports;
021                    this.target_requires = target_requires;
022                    this.client_authentication_mech = client_authentication_mech;
023                    this.target_name = target_name;
024            }
025    }