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 CORBABean.getSslConfig()
          Return the SSLConfig used for this ORB instance.
 SSLConfig CSSBean.getSslConfig()
          Return the SSLConfig used for this ORB instance.
 SSLConfig ORBConfiguration.getSslConfig()
          Provide the SSLConfig information to the ConfigAdapter.
 

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-2008 The Apache Geronimo development community. All Rights Reserved.