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:
parent
dde5f4a956
commit
2f75fce0e4
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue