expose initialize method to be able to reconfigure components

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1417539 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-12-05 17:22:38 +00:00
parent dde5f4a956
commit 2f75fce0e4
1 changed files with 5 additions and 0 deletions

View 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();
}