001    package org.omg.Security;
002    
003    
004    /**
005    * org/omg/Security/MechandOptions.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/Security.idl
008    * Saturday, September 22, 2012 10:56:39 AM CEST
009    */
010    
011    public final class MechandOptions implements org.omg.CORBA.portable.IDLEntity
012    {
013      public String mechanism_type = null;
014      public short options_supported = (short)0;
015    
016      public MechandOptions ()
017      {
018      } // ctor
019    
020      public MechandOptions (String _mechanism_type, short _options_supported)
021      {
022        mechanism_type = _mechanism_type;
023        options_supported = _options_supported;
024      } // ctor
025    
026    } // class MechandOptions