Uses of Class
com.netscape.certsrv.common.NameValuePairs
Packages that use NameValuePairs
Package
Description
-
Uses of NameValuePairs in com.netscape.certsrv.common
Methods in com.netscape.certsrv.common with parameters of type NameValuePairsModifier and TypeMethodDescriptionstatic booleanNameValuePairs.parseInto(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 NameValuePairsModifier and TypeMethodDescriptionILogEventListener.retrieveLogContent(Hashtable<String, String> req) Retrieve last "maxLine" number of system logs with log level > "level" and from source "source".ILogEventListener.retrieveLogList(Hashtable<String, String> req) Retrieve list of log files. -
Uses of NameValuePairs in com.netscape.certsrv.security
Methods in com.netscape.certsrv.security that return NameValuePairsModifier and TypeMethodDescriptionICryptoSubsystem.getAllCertsManage()Gets all certificates on all tokens for Certificate Database Management.ICryptoSubsystem.getCACerts()Gets all CA certificates on all tokens.ICryptoSubsystem.getRootCerts()ICryptoSubsystem.getUserCerts() -
Uses of NameValuePairs in com.netscape.cms.crl
Methods in com.netscape.cms.crl with parameters of type NameValuePairsModifier and TypeMethodDescriptionvoidCMSAuthInfoAccessExtension.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 NameValuePairsModifier and TypeMethodDescriptionLogFile.retrieveLogContent(Hashtable<String, String> req) Retrieve last "maxLine" number of system log with log lever > "level" and from source "source".LogFile.retrieveLogList(Hashtable<String, String> req) Retrieve log file list.RollingLogFile.retrieveLogList(Hashtable<String, String> req) Retrieve log file list. -
Uses of NameValuePairs in com.netscape.cms.profile.common
Methods in com.netscape.cms.profile.common with parameters of type NameValuePairsModifier and TypeMethodDescriptionProfile.createProfileInput(String id, String inputID, NameValuePairs nvps) Creates a input policy.Profile.createProfileInput(String id, String inputId, NameValuePairs nvps, boolean createConfig) Profile.createProfileOutput(String id, String outputID, NameValuePairs nvps) Creates a output policy.Profile.createProfileOutput(String id, String outputId, NameValuePairs nvps, boolean createConfig) -
Uses of NameValuePairs in com.netscape.cms.servlet.admin
Methods in com.netscape.cms.servlet.admin that return NameValuePairsModifier and TypeMethodDescriptionprotected NameValuePairsAdminServlet.convertStringArrayToNVPairs(String[] s) PolicyAdminServlet.getExtendedPluginInfo(Locale locale, String pluginType, String implName, String instName) Methods in com.netscape.cms.servlet.admin with parameters of type NameValuePairsModifier and TypeMethodDescriptionvoidCMSAdminServlet.readEncryption(NameValuePairs params) protected voidAdminServlet.sendResponse(int returnCode, 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 NameValuePairsModifier and TypeMethodDescriptionJssSubsystem.getAllCertsManage()JssSubsystem.getCACerts()JssSubsystem.getCertInfo(String b64E) JssSubsystem.getRootCerts()JssSubsystem.getUserCerts() -
Uses of NameValuePairs in org.dogtagpki.server.ca
Methods in org.dogtagpki.server.ca that return NameValuePairsModifier and TypeMethodDescriptionICMSCRLExtensions.getConfigParams(String id) Reads configuration data and returns them as name value pairs.Methods in org.dogtagpki.server.ca with parameters of type NameValuePairsModifier and TypeMethodDescriptionvoidICMSCRLExtension.getConfigParams(IConfigStore config, NameValuePairs nvp) Reads configuration data and converts them to name value pairs.voidICMSCRLExtensions.setConfigParams(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.