Uses of Class
com.netscape.cmscore.registry.PluginRegistry
-
Packages that use PluginRegistry Package Description com.netscape.cms.profile.common com.netscape.cmscore.apps org.dogtagpki.server.cli -
-
Uses of PluginRegistry in com.netscape.cms.profile.common
Fields in com.netscape.cms.profile.common declared as PluginRegistry Modifier and Type Field Description protected PluginRegistryProfile. registry -
Uses of PluginRegistry in com.netscape.cmscore.apps
Methods in com.netscape.cmscore.apps that return PluginRegistry Modifier and Type Method Description PluginRegistryCMSEngine. getPluginRegistry() -
Uses of PluginRegistry in org.dogtagpki.server.cli
Methods in org.dogtagpki.server.cli with parameters of type PluginRegistry Modifier and Type Method Description voidCAProfileImportCLI. importProfiles(EngineConfig cs, PluginRegistry pluginRegistry, netscape.ldap.LDAPConnection conn, java.lang.String baseDN, java.lang.String inputFolder)Import profiles from the filesystem into the database.
-