]> source.dussan.org Git - archiva.git/commitdiff
expose initialize method to be able to reconfigure components
authorOlivier Lamy <olamy@apache.org>
Wed, 5 Dec 2012 17:22:38 +0000 (17:22 +0000)
committerOlivier Lamy <olamy@apache.org>
Wed, 5 Dec 2012 17:22:38 +0000 (17:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1417539 13f79535-47bb-0310-9956-ffa450edef68

redback-policy/src/main/java/org/apache/archiva/redback/policy/PasswordRule.java

index 1f11d1408ef04b42f9930c8f9824a1aea2b97c74..a76cc4ee8ca9ac3f982ae1770b3223cbac7a3b22 100644 (file)
@@ -56,4 +56,9 @@ public interface PasswordRule
      * @param user the User to test.    
      */
     void testPassword( PasswordRuleViolations violations, User user );
+
+    /**
+     * to use in case of configuration change.
+     */
+    void initialize();
 }