Uses of Class
org.apache.geronimo.corba.security.config.tss.TSSTransportMechConfig

Packages that use TSSTransportMechConfig
org.apache.geronimo.corba.security.config.css   
org.apache.geronimo.corba.security.config.tss   
 

Uses of TSSTransportMechConfig in org.apache.geronimo.corba.security.config.css
 

Methods in org.apache.geronimo.corba.security.config.css with parameters of type TSSTransportMechConfig
 boolean CSSTransportMechConfig.canHandle(TSSTransportMechConfig transMech)
           
 boolean CSSSSLTransportConfig.canHandle(TSSTransportMechConfig transMech)
           
 boolean CSSNULLTransportConfig.canHandle(TSSTransportMechConfig transMech)
           
 

Uses of TSSTransportMechConfig in org.apache.geronimo.corba.security.config.tss
 

Subclasses of TSSTransportMechConfig in org.apache.geronimo.corba.security.config.tss
 class TSSNULLTransportConfig
          At the moment, this config class can only handle a single address.
 class TSSSECIOPTransportConfig
          TODO: this class needs to be revisited.
 class TSSSSLTransportConfig
          At the moment, this config class can only handle a single address.
 

Methods in org.apache.geronimo.corba.security.config.tss that return TSSTransportMechConfig
static TSSTransportMechConfig TSSTransportMechConfig.decodeIOR(Codec codec, TaggedComponent tc)
           
protected static TSSTransportMechConfig TSSConfigEditor.extractSSL(org.apache.geronimo.corba.xbeans.csiv2.tss.TSSSSLType sslMech)
           
 TSSTransportMechConfig TSSConfig.getTransport_mech()
           
 TSSTransportMechConfig TSSCompoundSecMechConfig.getTransport_mech()
           
 

Methods in org.apache.geronimo.corba.security.config.tss with parameters of type TSSTransportMechConfig
 void TSSConfig.setTransport_mech(TSSTransportMechConfig transport_mech)
           
 void TSSCompoundSecMechConfig.setTransport_mech(TSSTransportMechConfig transport_mech)
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.