org.omg.Security
Class EstablishTrust

java.lang.Object
  extended by org.omg.Security.EstablishTrust
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class EstablishTrust
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Generated from IDL struct "EstablishTrust".

Version:
generated at Dec 2, 2008 12:16:30 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 5), 06-Jun-2007
See Also:
Serialized Form

Field Summary
 boolean trust_in_client
           
 boolean trust_in_target
           
 
Constructor Summary
EstablishTrust()
           
EstablishTrust(boolean trust_in_client, boolean trust_in_target)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

trust_in_client

public boolean trust_in_client

trust_in_target

public boolean trust_in_target
Constructor Detail

EstablishTrust

public EstablishTrust()

EstablishTrust

public EstablishTrust(boolean trust_in_client,
                      boolean trust_in_target)


Copyright © 2008. All Rights Reserved.