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 GeneralNamesConfig
mConfig, mDefNumGenNames, mGeneralNames, mGenNameConfigs, mIsPolicyEnabled, mIsValueConfigured, mName -
Constructor Summary
ConstructorsConstructorDescriptionGeneralNamesAsConstraintsConfig(String name, ConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) -
Method Summary
Modifier and TypeMethodDescriptionprotected GeneralNameConfignewGeneralNameConfig(String name, ConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) Methods inherited from class GeneralNamesConfig
getConfig, getDefaultParams, getDefNumGenNames, getExtendedPluginInfo, getGeneralNames, getGenNameConfig, getInstanceParams, getName, getNumGeneralNames, isValueConfigured, setDefNumGenNamesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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:
newGeneralNameConfigin classGeneralNamesConfig- Throws:
EBaseException
-