001 package org.omg.Security;
002
003
004 /**
005 * org/omg/Security/EstablishTrust.java .
006 * Generated by the IDL-to-Java compiler (portable), version "3.2"
007 * from /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/Security.idl
008 * Saturday, November 26, 2011 9:53:35 PM UTC
009 */
010
011 public final class EstablishTrust implements org.omg.CORBA.portable.IDLEntity
012 {
013 public boolean trust_in_client = false;
014 public boolean trust_in_target = false;
015
016 public EstablishTrust ()
017 {
018 } // ctor
019
020 public EstablishTrust (boolean _trust_in_client, boolean _trust_in_target)
021 {
022 trust_in_client = _trust_in_client;
023 trust_in_target = _trust_in_target;
024 } // ctor
025
026 } // class EstablishTrust