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:
parent
a0bf39d5b5
commit
9b5bc72ae7
|
@ -178,5 +178,8 @@ public class ConfigurableUserManager
|
|||
return userManagerImpl.userExists( principal );
|
||||
}
|
||||
|
||||
|
||||
public void setUserManagerImpl( UserManager userManagerImpl )
|
||||
{
|
||||
this.userManagerImpl = userManagerImpl;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue