Package org.dogtagpki.legacy.core.policy
Class GeneralNameUtil.GeneralNamesAsConstraintsConfig
- java.lang.Object
-
- org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNamesConfig
-
- org.dogtagpki.legacy.core.policy.GeneralNameUtil.GeneralNamesAsConstraintsConfig
-
- All Implemented Interfaces:
IGeneralNamesAsConstraintsConfig
,IGeneralNamesConfig
- Enclosing class:
- GeneralNameUtil
public static class GeneralNameUtil.GeneralNamesAsConstraintsConfig extends GeneralNameUtil.GeneralNamesConfig implements IGeneralNamesAsConstraintsConfig
-
-
Field Summary
-
Fields inherited from class org.dogtagpki.legacy.core.policy.GeneralNameUtil.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 GeneralNameUtil.GeneralNameConfig
newGeneralNameConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled)
-
Methods inherited from class org.dogtagpki.legacy.core.policy.GeneralNameUtil.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 GeneralNameUtil.GeneralNameConfig newGeneralNameConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) throws EBaseException
- Overrides:
newGeneralNameConfig
in classGeneralNameUtil.GeneralNamesConfig
- Throws:
EBaseException
-
-