mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
01.18.2007 a49dee3f75d6e2548e9114d9495655dd56f06973
opends/src/server/org/opends/server/core/PasswordPolicyConfig.java
@@ -84,7 +84,6 @@
   */
  public PasswordPolicyConfig(PasswordPolicy policy)
  {
    this.currentPolicy = policy;
    DirectoryServer.registerConfigurableComponent(this);
  }
@@ -96,7 +95,6 @@
   */
  public void finalizePasswordPolicyConfig()
  {
    DirectoryServer.deregisterConfigurableComponent(this);
  }
@@ -111,7 +109,6 @@
   */
  public DN getConfigurableComponentEntryDN()
  {
    return currentPolicy.getConfigEntryDN();
  }
@@ -126,8 +123,6 @@
   */
  public List<ConfigAttribute> getConfigurationAttributes()
  {
    // Create a list of units and values that we can use to represent time
    // periods.
    LinkedHashMap<String,Double> timeUnits = new LinkedHashMap<String,Double>();
@@ -402,7 +397,6 @@
  public boolean hasAcceptableConfiguration(ConfigEntry configEntry,
                                            List<String> unacceptableReasons)
  {
    assert configEntry.getDN().equals(this.currentPolicy.getConfigEntryDN() )
            : "Internal Error: mismatch between DN of configuration entry and"
              + "DN of current password policy." ;
@@ -457,7 +451,6 @@
  public ConfigChangeResult applyNewConfiguration(ConfigEntry configEntry,
                                                  boolean detailedResults)
  {
    assert configEntry.getDN().equals(this.currentPolicy.getConfigEntryDN() )
            : "Internal Error: mismatch between DN of configuration entry and"
              + "DN of current password policy." ;