org.eclipse.higgins.configuration.xml
Class PrivateKeyHandler
java.lang.Object
org.eclipse.higgins.configuration.xml.MapHandler
org.eclipse.higgins.configuration.xml.PrivateKeyHandler
- All Implemented Interfaces:
- ISettingHandler
- public class PrivateKeyHandler
- extends MapHandler
PrivateKey setting is map that contains keystore name, alias, and password.
Gets keystore from mapSettings, then looks up key by its alias.
Returns key.
- Author:
- mikemci
|
Method Summary |
Object |
getSetting(String strName,
String strConfigurationBase,
Map mapSettingHandlers,
Map mapSettingsGlobal,
Object settingsParent,
org.eclipse.higgins.configuration.api.ISettingDescriptor globalDescriptor,
org.eclipse.higgins.configuration.api.ISettingDescriptor settingDescriptor,
org.apache.axiom.om.OMElement omSetting)
Method to convert XML element (omSetting) to an object
that will be placed into a configuration map. |
PrivateKeyHandler
public PrivateKeyHandler()
getSetting
public Object getSetting(String strName,
String strConfigurationBase,
Map mapSettingHandlers,
Map mapSettingsGlobal,
Object settingsParent,
org.eclipse.higgins.configuration.api.ISettingDescriptor globalDescriptor,
org.eclipse.higgins.configuration.api.ISettingDescriptor settingDescriptor,
org.apache.axiom.om.OMElement omSetting)
throws Exception
- Description copied from interface:
ISettingHandler
- Method to convert XML element (omSetting) to an object
that will be placed into a configuration map. The type
of the returned object is implicitly determined by the
class implementing the ISettingHandler interface.
- Specified by:
getSetting in interface ISettingHandler- Overrides:
getSetting in class MapHandler
- Throws:
Exception