Package org.dogtagpki.server.ca
Interface ICMSCRLExtensions
public interface ICMSCRLExtensions
An interface representing a list of CRL extensions.
- Version:
- $Revision$, $Date$
-
Method Summary
Modifier and TypeMethodDescriptiongetClassPath
(String name) Returns class name with its path.Reads configuration data and returns them as name value pairs.void
setConfigParams
(String id, NameValuePairs nvp, ConfigStore config) Updates configuration store for extension identified by id with data delivered in name value pairs.
-
Method Details
-
setConfigParams
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
Reads configuration data and returns them as name value pairs.- Parameters:
id
- extension id- Returns:
- name value pairs with configuration data
-
getClassPath
Returns class name with its path.- Parameters:
name
- extension id- Returns:
- class name with its path
-