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