com.netscape.certsrv.ca
Interface ICMSCRLExtensions


public interface ICMSCRLExtensions

An interface representing a list of CRL extensions.

Version:
$Revision: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $

Method Summary
 java.lang.String getClassPath(java.lang.String name)
          Returns class name with its path.
 NameValuePairs getConfigParams(java.lang.String id)
          Reads configuration data and returns them as name value pairs.
 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.
 

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 id
nvp - name value pairs with new configuration data
config - 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