make possible to change the userManagerImpl

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1412941 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-11-23 16:26:27 +00:00
parent a0bf39d5b5
commit 9b5bc72ae7
1 changed files with 4 additions and 1 deletions

View File

@ -178,5 +178,8 @@ public class ConfigurableUserManager
return userManagerImpl.userExists( principal );
}
public void setUserManagerImpl( UserManager userManagerImpl )
{
this.userManagerImpl = userManagerImpl;
}
}