a bit of debug to help debug was/Chris issue
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1450732 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
99c35ed4bb
commit
b1238c6b87
|
@ -84,6 +84,9 @@ public class DefaultRoleManagementService
|
|||
this.roleManager = roleManager;
|
||||
this.rbacManager = rbacManager;
|
||||
this.userManager = userManager;
|
||||
|
||||
log.debug( "use rbacManager impl: {}", rbacManager.getClass().getName() );
|
||||
log.debug( "use userManager impl: {}", userManager.getClass().getName() );
|
||||
}
|
||||
|
||||
public Boolean createTemplatedRole( String templateId, String resource )
|
||||
|
|
Loading…
Reference in New Issue