This commit is contained in:
Sebastian Sdorra
2012-08-26 17:48:45 +02:00
parent 692c2ef7cd
commit 8044107f11

View File

@@ -136,6 +136,7 @@ public class ScmRealm extends AuthorizingRealm
{
this.configuration = configuration;
this.userManager = userManager;
this.groupManager = groupManager;
this.repositoryDAO = repositoryDAO;
this.authenticator = authenticator;
this.cache = cacheManager.getCache(String.class, AuthorizationInfo.class,