001 package org.omg.Security; 002 003 /** 004 * Generated from IDL struct "MechandOptions". 005 * 006 * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007 007 * @version generated at Sep 22, 2012 10:58:04 AM 008 */ 009 010 public final class MechandOptions 011 implements org.omg.CORBA.portable.IDLEntity 012 { 013 public MechandOptions(){} 014 public java.lang.String mechanism_type; 015 public short options_supported; 016 public MechandOptions(java.lang.String mechanism_type, short options_supported) 017 { 018 this.mechanism_type = mechanism_type; 019 this.options_supported = options_supported; 020 } 021 }