Package org.dogtagpki.server.ca
Interface ICMSCRLExtensions
-
public interface ICMSCRLExtensionsAn interface representing a list of CRL extensions.- Version:
- $Revision$, $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetClassPath(java.lang.String name)Returns class name with its path.NameValuePairsgetConfigParams(java.lang.String id)Reads configuration data and returns them as name value pairs.voidsetConfigParams(java.lang.String id, NameValuePairs nvp, IConfigStore config)Updates configuration store for extension identified by id with data delivered in name value pairs.
-
-
-
Method Detail
-
setConfigParams
void setConfigParams(java.lang.String id, NameValuePairs nvp, IConfigStore config)Updates configuration store for extension identified by id with data delivered in name value pairs.- Parameters:
id- extension idnvp- name value pairs with new configuration dataconfig- configuration store
-
getConfigParams
NameValuePairs getConfigParams(java.lang.String id)
Reads configuration data and returns them as name value pairs.- Parameters:
id- extension id- Returns:
- name value pairs with configuration data
-
getClassPath
java.lang.String getClassPath(java.lang.String name)
Returns class name with its path.- Parameters:
name- extension id- Returns:
- class name with its path
-
-