Uses of Class
org.apache.geronimo.corba.security.config.ssl.SSLConfig

Packages that use SSLConfig
org.apache.geronimo.corba   
 

Uses of SSLConfig in org.apache.geronimo.corba
 

Methods in org.apache.geronimo.corba that return SSLConfig
 SSLConfig ORBConfiguration.getSslConfig()
          Provide the SSLConfig information to the ConfigAdapter.
 SSLConfig CSSBean.getSslConfig()
          Return the SSLConfig used for this ORB instance.
 SSLConfig CORBABean.getSslConfig()
          Return the SSLConfig used for this ORB instance.
 

Methods in org.apache.geronimo.corba with parameters of type SSLConfig
 void CORBABean.setSslConfing(SSLConfig c)
          Attribute setter for the SSL configuration.
 

Constructors in org.apache.geronimo.corba with parameters of type SSLConfig
CORBABean(AbstractName abstractName, ConfigAdapter configAdapter, String host, int listenerPort, ClassLoader classLoader, NameService nameService, OpenEjbSystem ejbSystem, SSLConfig ssl)
          Instantiate a CORBABean instance.
CSSBean(ConfigAdapter configAdapter, TransactionManager transactionManager, SSLConfig ssl, AbstractName abstractName, ClassLoader classLoader)
           
 



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