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
Constructors Constructor Description GeneralNamesAsConstraintsConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected GeneralNameConfig
newGeneralNameConfig(java.lang.String name, IConfigStore 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 Detail
-
GeneralNamesAsConstraintsConfig
public GeneralNamesAsConstraintsConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) throws EBaseException
- Throws:
EBaseException
-
-
Method Detail
-
newGeneralNameConfig
protected GeneralNameConfig newGeneralNameConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) throws EBaseException
- Overrides:
newGeneralNameConfig
in classGeneralNamesConfig
- Throws:
EBaseException
-
-