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 boolean
NameValuePairs.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 TypeMethodDescriptionvoid
CMSAuthInfoAccessExtension.getConfigParams
(ConfigStore config, NameValuePairs nvp) void
CMSCertificateIssuerExtension.getConfigParams
(ConfigStore config, NameValuePairs nvp) void
CMSCRLReasonExtension.getConfigParams
(ConfigStore config, NameValuePairs nvp) void
CMSFreshestCRLExtension.getConfigParams
(ConfigStore config, NameValuePairs nvp) void
CMSHoldInstructionExtension.getConfigParams
(ConfigStore config, NameValuePairs nvp) void
CMSInvalidityDateExtension.getConfigParams
(ConfigStore config, NameValuePairs nvp) void
CMSIssuerAlternativeNameExtension.getConfigParams
(ConfigStore config, NameValuePairs nvp) void
CMSIssuingDistributionPointExtension.getConfigParams
(ConfigStore 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 NameValuePairs
AdminServlet.convertStringArrayToNVPairs
(String[] s) PolicyAdminServlet.getExtendedPluginInfo
(String implName, String instName) Methods in com.netscape.cms.servlet.admin with parameters of type NameValuePairsModifier and TypeMethodDescriptionvoid
CMSAdminServlet.readEncryption
(NameValuePairs params) protected void
AdminServlet.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 TypeMethodDescriptionvoid
ICMSCRLExtension.getConfigParams
(ConfigStore config, NameValuePairs nvp) Reads configuration data and converts them to name value pairs.void
ICMSCRLExtensions.setConfigParams
(String id, NameValuePairs nvp, ConfigStore config) Updates configuration store for extension identified by id with data delivered in name value pairs.