001 package org.omg.Security; 002 003 /** 004 * Generated from IDL struct "EstablishTrust". 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:55 AM 008 */ 009 010 public final class EstablishTrust 011 implements org.omg.CORBA.portable.IDLEntity 012 { 013 public EstablishTrust(){} 014 public boolean trust_in_client; 015 public boolean trust_in_target; 016 public EstablishTrust(boolean trust_in_client, boolean trust_in_target) 017 { 018 this.trust_in_client = trust_in_client; 019 this.trust_in_target = trust_in_target; 020 } 021 }