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 booleanNameValuePairs. 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 NameValuePairsConsoleLog. 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".NameValuePairsILogEventListener. 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".NameValuePairsConsoleLog. retrieveLogList(java.util.Hashtable<java.lang.String,java.lang.String> req)Retrieve log file list.NameValuePairsILogEventListener. 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 NameValuePairsIOCSPStore. 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 voidIOCSPStore. 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 NameValuePairsICryptoSubsystem. getAllCertsManage()Gets all certificates on all tokens for Certificate Database Management.NameValuePairsICryptoSubsystem. getCACerts()Gets all CA certificates on all tokens.NameValuePairsICryptoSubsystem. getRootCerts()NameValuePairsICryptoSubsystem. 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 voidCMSAuthInfoAccessExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)voidCMSCertificateIssuerExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)voidCMSCRLReasonExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)voidCMSFreshestCRLExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)voidCMSHoldInstructionExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)voidCMSInvalidityDateExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)voidCMSIssuerAlternativeNameExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)voidCMSIssuingDistributionPointExtension. 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 NameValuePairsLogFile. 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".NameValuePairsLogFile. retrieveLogList(java.util.Hashtable<java.lang.String,java.lang.String> req)Retrieve log file list.NameValuePairsRollingLogFile. 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 NameValuePairsDefStore. getConfigParameters()NameValuePairsLDAPStore. getConfigParameters()Provides configuration parameters.Methods in com.netscape.cms.ocsp with parameters of type NameValuePairs Modifier and Type Method Description voidDefStore. setConfigParameters(NameValuePairs pairs)voidLDAPStore. 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 ProfileInputProfile. createProfileInput(java.lang.String id, java.lang.String inputID, NameValuePairs nvps)Creates a input policy.ProfileInputProfile. createProfileInput(java.lang.String id, java.lang.String inputId, NameValuePairs nvps, boolean createConfig)ProfileOutputProfile. createProfileOutput(java.lang.String id, java.lang.String outputID, NameValuePairs nvps)Creates a output policy.ProfileOutputProfile. 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 NameValuePairsCRLDistributionPointsExtDefault. buildEmptyGeneralNames()protected NameValuePairsFreshestCRLExtDefault. buildEmptyGeneralNames()protected NameValuePairsCRLDistributionPointsExtDefault. buildGeneralNames(org.mozilla.jss.netscape.security.x509.GeneralNames gns, org.mozilla.jss.netscape.security.x509.CRLDistributionPoint p)protected NameValuePairsFreshestCRLExtDefault. 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.StringEnrollDefault. 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 NameValuePairsAdminServlet. convertStringArrayToNVPairs(java.lang.String[] s)NameValuePairsPolicyAdminServlet. 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 voidAdminServlet. 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 NameValuePairsJssSubsystem. getAllCertsManage()NameValuePairsJssSubsystem. getCACerts()NameValuePairsJssSubsystem. getCertInfo(java.lang.String b64E)NameValuePairsJssSubsystem. getRootCerts()NameValuePairsJssSubsystem. getUserCerts() -
Uses of NameValuePairs in org.dogtagpki.server.ca
Methods in org.dogtagpki.server.ca that return NameValuePairs Modifier and Type Method Description NameValuePairsICMSCRLExtensions. 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 voidICMSCRLExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)Reads configuration data and converts them to name value pairs.voidICMSCRLExtensions. setConfigParams(java.lang.String id, NameValuePairs nvp, IConfigStore config)Updates configuration store for extension identified by id with data delivered in name value pairs.booleanICRLIssuingPoint. updateConfig(NameValuePairs params)Updates issuing point configuration according to supplied data in name value pairs.
-