org.eclipse.higgins.keystore.registry
Class KeyStoreRegistry

java.lang.Object
  extended by org.eclipse.higgins.registry.HigginsRegistry
      extended by org.eclipse.higgins.keystore.registry.KeyStoreRegistry

public class KeyStoreRegistry
extends org.eclipse.higgins.registry.HigginsRegistry


Constructor Summary
KeyStoreRegistry(String configPath)
           
 
Method Summary
 org.eclipse.higgins.registry.IConfiguration getConfiguration(org.eclipse.higgins.registry.IServiceProvider provider)
           
static KeyStoreRegistry getInstance()
           
 org.eclipse.higgins.keystore.IKeyStoreService getSecurityService()
           
 
Methods inherited from class org.eclipse.higgins.registry.HigginsRegistry
addExtension, getProviderType, getServiceProvider, getServiceProviders, loadProviders, remove
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyStoreRegistry

public KeyStoreRegistry(String configPath)
                 throws org.eclipse.higgins.registry.RegistryConfigurationException
Parameters:
configPath -
Throws:
org.eclipse.higgins.registry.RegistryConfigurationException
Method Detail

getInstance

public static KeyStoreRegistry getInstance()

getSecurityService

public org.eclipse.higgins.keystore.IKeyStoreService getSecurityService()

getConfiguration

public org.eclipse.higgins.registry.IConfiguration getConfiguration(org.eclipse.higgins.registry.IServiceProvider provider)
                                                             throws org.eclipse.higgins.registry.RegistryConfigurationException
Specified by:
getConfiguration in class org.eclipse.higgins.registry.HigginsRegistry
Throws:
org.eclipse.higgins.registry.RegistryConfigurationException