Uses of Class
com.netscape.certsrv.common.NameValuePairs
-
-
Uses of NameValuePairs in com.netscape.certsrv.common
Methods in com.netscape.certsrv.common with parameters of type NameValuePairs Modifier and Type Method Description static boolean
NameValuePairs. parseInto(java.lang.String s, NameValuePairs nvp)
Parses a string into name value pairs. -
Uses of NameValuePairs in com.netscape.certsrv.logging
Methods in com.netscape.certsrv.logging that return NameValuePairs Modifier and Type Method Description NameValuePairs
ConsoleLog. retrieveLogContent(java.util.Hashtable<java.lang.String,java.lang.String> req)
Retrieve last "maxLine" number of system log with log lever >"level" and from source "source".NameValuePairs
ILogEventListener. retrieveLogContent(java.util.Hashtable<java.lang.String,java.lang.String> req)
Retrieve last "maxLine" number of system logs with log level >"level" and from source "source".NameValuePairs
ConsoleLog. retrieveLogList(java.util.Hashtable<java.lang.String,java.lang.String> req)
Retrieve log file list.NameValuePairs
ILogEventListener. retrieveLogList(java.util.Hashtable<java.lang.String,java.lang.String> req)
Retrieve list of log files. -
Uses of NameValuePairs in com.netscape.certsrv.ocsp
Methods in com.netscape.certsrv.ocsp that return NameValuePairs Modifier and Type Method Description NameValuePairs
IOCSPStore. getConfigParameters()
This method retrieves the configuration parameters associated with this OCSP store.Methods in com.netscape.certsrv.ocsp with parameters of type NameValuePairs Modifier and Type Method Description void
IOCSPStore. setConfigParameters(NameValuePairs pairs)
This method stores the configuration parameters specified by the passed-in Name Value pairs object. -
Uses of NameValuePairs in com.netscape.certsrv.security
Methods in com.netscape.certsrv.security that return NameValuePairs Modifier and Type Method Description NameValuePairs
ICryptoSubsystem. getAllCertsManage()
Gets all certificates on all tokens for Certificate Database Management.NameValuePairs
ICryptoSubsystem. getCACerts()
Gets all CA certificates on all tokens.NameValuePairs
ICryptoSubsystem. getRootCerts()
NameValuePairs
ICryptoSubsystem. getUserCerts()
-
Uses of NameValuePairs in com.netscape.cms.crl
Methods in com.netscape.cms.crl with parameters of type NameValuePairs Modifier and Type Method Description void
CMSAuthInfoAccessExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)
void
CMSCertificateIssuerExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)
void
CMSCRLReasonExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)
void
CMSFreshestCRLExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)
void
CMSHoldInstructionExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)
void
CMSInvalidityDateExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)
void
CMSIssuerAlternativeNameExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)
void
CMSIssuingDistributionPointExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)
-
Uses of NameValuePairs in com.netscape.cms.logging
Methods in com.netscape.cms.logging that return NameValuePairs Modifier and Type Method Description NameValuePairs
LogFile. retrieveLogContent(java.util.Hashtable<java.lang.String,java.lang.String> req)
Retrieve last "maxLine" number of system log with log lever >"level" and from source "source".NameValuePairs
LogFile. retrieveLogList(java.util.Hashtable<java.lang.String,java.lang.String> req)
Retrieve log file list.NameValuePairs
RollingLogFile. retrieveLogList(java.util.Hashtable<java.lang.String,java.lang.String> req)
Retrieve log file list. -
Uses of NameValuePairs in com.netscape.cms.ocsp
Methods in com.netscape.cms.ocsp that return NameValuePairs Modifier and Type Method Description NameValuePairs
DefStore. getConfigParameters()
NameValuePairs
LDAPStore. getConfigParameters()
Provides configuration parameters.Methods in com.netscape.cms.ocsp with parameters of type NameValuePairs Modifier and Type Method Description void
DefStore. setConfigParameters(NameValuePairs pairs)
void
LDAPStore. setConfigParameters(NameValuePairs pairs)
-
Uses of NameValuePairs in com.netscape.cms.profile.common
Methods in com.netscape.cms.profile.common with parameters of type NameValuePairs Modifier and Type Method Description ProfileInput
Profile. createProfileInput(java.lang.String id, java.lang.String inputID, NameValuePairs nvps)
Creates a input policy.ProfileInput
Profile. createProfileInput(java.lang.String id, java.lang.String inputId, NameValuePairs nvps, boolean createConfig)
ProfileOutput
Profile. createProfileOutput(java.lang.String id, java.lang.String outputID, NameValuePairs nvps)
Creates a output policy.ProfileOutput
Profile. createProfileOutput(java.lang.String id, java.lang.String outputId, NameValuePairs nvps, boolean createConfig)
-
Uses of NameValuePairs in com.netscape.cms.profile.def
Methods in com.netscape.cms.profile.def that return NameValuePairs Modifier and Type Method Description protected NameValuePairs
CRLDistributionPointsExtDefault. buildEmptyGeneralNames()
protected NameValuePairs
FreshestCRLExtDefault. buildEmptyGeneralNames()
protected NameValuePairs
CRLDistributionPointsExtDefault. buildGeneralNames(org.mozilla.jss.netscape.security.x509.GeneralNames gns, org.mozilla.jss.netscape.security.x509.CRLDistributionPoint p)
protected NameValuePairs
FreshestCRLExtDefault. buildGeneralNames(org.mozilla.jss.netscape.security.x509.GeneralNames gns, org.mozilla.jss.netscape.security.x509.CRLDistributionPoint p)
Methods in com.netscape.cms.profile.def that return types with arguments of type NameValuePairs Modifier and Type Method Description protected java.util.Vector<NameValuePairs>
EnrollDefault. parseRecords(java.lang.String value)
Method parameters in com.netscape.cms.profile.def with type arguments of type NameValuePairs Modifier and Type Method Description protected static java.lang.String
EnrollDefault. buildRecords(java.util.Vector<NameValuePairs> recs)
-
Uses of NameValuePairs in com.netscape.cms.servlet.admin
Methods in com.netscape.cms.servlet.admin that return NameValuePairs Modifier and Type Method Description protected NameValuePairs
AdminServlet. convertStringArrayToNVPairs(java.lang.String[] s)
NameValuePairs
PolicyAdminServlet. getExtendedPluginInfo(java.util.Locale locale, java.lang.String pluginType, java.lang.String implName, java.lang.String instName)
Methods in com.netscape.cms.servlet.admin with parameters of type NameValuePairs Modifier and Type Method Description protected void
AdminServlet. sendResponse(int returnCode, java.lang.String errorMsg, NameValuePairs params, javax.servlet.http.HttpServletResponse resp)
Sends response. -
Uses of NameValuePairs in com.netscape.cmscore.security
Methods in com.netscape.cmscore.security that return NameValuePairs Modifier and Type Method Description NameValuePairs
JssSubsystem. getAllCertsManage()
NameValuePairs
JssSubsystem. getCACerts()
NameValuePairs
JssSubsystem. getCertInfo(java.lang.String b64E)
NameValuePairs
JssSubsystem. getRootCerts()
NameValuePairs
JssSubsystem. getUserCerts()
-
Uses of NameValuePairs in org.dogtagpki.server.ca
Methods in org.dogtagpki.server.ca that return NameValuePairs Modifier and Type Method Description NameValuePairs
ICMSCRLExtensions. getConfigParams(java.lang.String id)
Reads configuration data and returns them as name value pairs.Methods in org.dogtagpki.server.ca with parameters of type NameValuePairs Modifier and Type Method Description void
ICMSCRLExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)
Reads configuration data and converts them to name value pairs.void
ICMSCRLExtensions. setConfigParams(java.lang.String id, NameValuePairs nvp, IConfigStore config)
Updates configuration store for extension identified by id with data delivered in name value pairs.boolean
ICRLIssuingPoint. updateConfig(NameValuePairs params)
Updates issuing point configuration according to supplied data in name value pairs.
-