Uses of Interface
org.apache.geronimo.management.geronimo.KeystoreManager

Packages that use KeystoreManager
org.apache.geronimo.corba.security.config.ssl   
org.apache.geronimo.j2ee.management.impl   
org.apache.geronimo.jetty6.connector   
org.apache.geronimo.jmxremoting   
org.apache.geronimo.management.geronimo   
org.apache.geronimo.security.keystore   
 

Uses of KeystoreManager in org.apache.geronimo.corba.security.config.ssl
 

Constructors in org.apache.geronimo.corba.security.config.ssl with parameters of type KeystoreManager
SSLConfig(KeystoreManager keystoreManager)
          "Normal" constructor for config items.
 

Uses of KeystoreManager in org.apache.geronimo.j2ee.management.impl
 

Methods in org.apache.geronimo.j2ee.management.impl that return KeystoreManager
 KeystoreManager J2EEServerImpl.getKeystoreManager()
           
 

Uses of KeystoreManager in org.apache.geronimo.jetty6.connector
 

Constructors in org.apache.geronimo.jetty6.connector with parameters of type KeystoreManager
GeronimoSelectChannelSSLListener(KeystoreManager manager)
           
GeronimoSocketSSLListener(KeystoreManager manager)
           
HTTPSSelectChannelConnector(JettyContainer container, ThreadPool threadPool, KeystoreManager keystoreManager)
           
HTTPSSocketConnector(JettyContainer container, ThreadPool threadPool, KeystoreManager keystoreManager)
           
 

Uses of KeystoreManager in org.apache.geronimo.jmxremoting
 

Methods in org.apache.geronimo.jmxremoting that return KeystoreManager
 KeystoreManager JMXSecureConnector.getKeystoreManager()
           
 

Methods in org.apache.geronimo.jmxremoting with parameters of type KeystoreManager
 void JMXSecureConnector.setKeystoreManager(KeystoreManager keystoreManager)
           
 

Uses of KeystoreManager in org.apache.geronimo.management.geronimo
 

Methods in org.apache.geronimo.management.geronimo that return KeystoreManager
 KeystoreManager J2EEServer.getKeystoreManager()
          Gets the KeystoreManager associated with this J2EEServer.
 

Uses of KeystoreManager in org.apache.geronimo.security.keystore
 

Classes in org.apache.geronimo.security.keystore that implement KeystoreManager
 class FileKeystoreManager
          An implementation of KeystoreManager that assumes every file in a specified directory is a keystore.
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.