Class UniqueSubjectName
- java.lang.Object
-
- org.dogtagpki.legacy.server.policy.APolicyRule
-
- org.dogtagpki.legacy.server.policy.constraints.UniqueSubjectNameConstraints
-
- org.dogtagpki.legacy.server.policy.constraints.UniqueSubjectName
-
- All Implemented Interfaces:
IExtendedPluginInfo
,IPolicy
,IEnrollmentPolicy
,IPolicyRule
public class UniqueSubjectName extends UniqueSubjectNameConstraints
This class is used to help migrate CMS4.1 to CMS4.2.NOTE: The Policy Framework has been replaced by the Profile Framework.
- Version:
- $Revision$, $Date$
-
-
Field Summary
-
Fields inherited from class org.dogtagpki.legacy.server.policy.constraints.UniqueSubjectNameConstraints
logger, mCA, mKeyUsageExtensionChecking, mPreAgentApprovalChecking, PROP_KEY_USAGE_EXTENSION_CHECKING, PROP_PRE_AGENT_APPROVAL_CHECKING
-
Fields inherited from class org.dogtagpki.legacy.server.policy.APolicyRule
DESC, mFilterExp, mInstanceName, NAME
-
Fields inherited from interface com.netscape.certsrv.base.IExtendedPluginInfo
HELP_TEXT, HELP_TOKEN
-
Fields inherited from interface org.dogtagpki.legacy.policy.IPolicyRule
PROP_ENABLE, PROP_IMPLNAME, PROP_PREDICATE
-
-
Constructor Summary
Constructors Constructor Description UniqueSubjectName()
-
Method Summary
-
Methods inherited from class org.dogtagpki.legacy.server.policy.constraints.UniqueSubjectNameConstraints
apply, getDefaultParams, getExtendedPluginInfo, getInstanceParams, init
-
Methods inherited from class org.dogtagpki.legacy.server.policy.APolicyRule
agentApproved, createKeyIdentifier, deferred, formSHA1KeyId, formSpkiSHA1KeyId, getDescription, getInstanceName, getName, getPredicate, setError, setError, setError, setInstanceName, setPolicyException, setPolicyException, setPredicate
-
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.IPolicyRule
getDescription, getInstanceName, getName, getPredicate, setError, setInstanceName, setPolicyException, setPredicate
-
-