org.omg.Security
Class EstablishTrust

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

public final class EstablishTrust
extends Object
implements IDLEntity

org/omg/Security/EstablishTrust.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /builddir/build/BUILD/geronimo-specs-1.6/geronimo-spec-corba/src/main/idl/Security.idl Saturday, September 22, 2012 10:56:39 AM CEST

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 © 2003-2012 Apache Software Foundation. All Rights Reserved.