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.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.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-2007 Apache Software Foundation. All Rights Reserved.