Package org.dogtagpki.legacy.core.policy
Class GeneralNamesAsConstraintsConfig
java.lang.Object
org.dogtagpki.legacy.core.policy.GeneralNamesConfig
org.dogtagpki.legacy.core.policy.GeneralNamesAsConstraintsConfig
- All Implemented Interfaces:
IGeneralNamesAsConstraintsConfig
,IGeneralNamesConfig
public class GeneralNamesAsConstraintsConfig
extends GeneralNamesConfig
implements IGeneralNamesAsConstraintsConfig
-
Field Summary
Fields inherited from class org.dogtagpki.legacy.core.policy.GeneralNamesConfig
mConfig, mDefNumGenNames, mGeneralNames, mGenNameConfigs, mIsPolicyEnabled, mIsValueConfigured, mName
-
Constructor Summary
ConstructorsConstructorDescriptionGeneralNamesAsConstraintsConfig
(String name, ConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) -
Method Summary
Modifier and TypeMethodDescriptionprotected GeneralNameConfig
newGeneralNameConfig
(String name, ConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) Methods inherited from class org.dogtagpki.legacy.core.policy.GeneralNamesConfig
getConfig, getDefaultParams, getDefNumGenNames, getExtendedPluginInfo, getGeneralNames, getGenNameConfig, getInstanceParams, getName, getNumGeneralNames, isValueConfigured, setDefNumGenNames
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.dogtagpki.legacy.policy.IGeneralNamesAsConstraintsConfig
getGeneralNames, getInstanceParams
-
Constructor Details
-
GeneralNamesAsConstraintsConfig
public GeneralNamesAsConstraintsConfig(String name, ConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) throws EBaseException - Throws:
EBaseException
-
-
Method Details
-
newGeneralNameConfig
protected GeneralNameConfig newGeneralNameConfig(String name, ConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) throws EBaseException - Overrides:
newGeneralNameConfig
in classGeneralNamesConfig
- Throws:
EBaseException
-