Package com.netscape.cmscore.apps
Class Setup
- java.lang.Object
-
- com.netscape.cmscore.apps.Setup
-
public class Setup extends java.lang.Object
Select certificate server serices.- Version:
- $Revision$, $Date$
- Author:
- thomask, nicolson
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[][]
authEntries
static java.lang.String[][]
oidmapEntries
-
Constructor Summary
Constructors Constructor Description Setup()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
installAuthImpls(IConfigStore c)
static void
installCACRLExtensions(IConfigStore c)
This function is used for installation and upgrade.static void
installCAPublishingImpls(IConfigStore c)
static void
installOIDMap(IConfigStore c)
static void
installPolicyImpls(java.lang.String prefix, IConfigStore c)
This function is used for installation and upgrade.
-
-
-
Method Detail
-
installAuthImpls
public static void installAuthImpls(IConfigStore c) throws EBaseException
- Throws:
EBaseException
-
installOIDMap
public static void installOIDMap(IConfigStore c) throws EBaseException
- Throws:
EBaseException
-
installPolicyImpls
public static void installPolicyImpls(java.lang.String prefix, IConfigStore c) throws EBaseException
This function is used for installation and upgrade.- Throws:
EBaseException
-
installCACRLExtensions
public static void installCACRLExtensions(IConfigStore c) throws EBaseException
This function is used for installation and upgrade.- Throws:
EBaseException
-
installCAPublishingImpls
public static void installCAPublishingImpls(IConfigStore c) throws EBaseException
- Throws:
EBaseException
-
-