we use now dynamic rbac manager

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1433420 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-01-15 14:02:16 +00:00
parent abefbdb136
commit eacd24413f
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public interface UserConfigurationKeys
{ {
String USER_MANAGER_IMPL = "user.manager.impl"; String USER_MANAGER_IMPL = "user.manager.impl";
String AUTHORIZER_IMPL = "authorizer.impl"; String RBAC_MANAGER_IMPL = "rbac.manager.impl";
String DEFAULT_ADMIN = "redback.default.admin"; String DEFAULT_ADMIN = "redback.default.admin";