package change to o.a.a.r

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1310769 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-04-07 13:42:48 +00:00
parent c404739ff8
commit 6b1a1f7567
3 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
package org.codehaus.plexus.redback.authentication.users;
package org.apache.archiva.redback.authentication.users;
/*
* Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.plexus.redback.authentication.users;
package org.apache.archiva.redback.authentication.users;
/*
* Licensed to the Apache Software Foundation (ASF) under one
@ -20,6 +20,7 @@ package org.codehaus.plexus.redback.authentication.users;
*/
import junit.framework.TestCase;
import org.apache.archiva.redback.authentication.users.UserManagerAuthenticator;
import org.apache.archiva.redback.users.User;
import org.apache.archiva.redback.users.UserManager;
import org.apache.archiva.redback.users.UserNotFoundException;
@ -42,7 +43,7 @@ import java.util.Calendar;
import java.util.Date;
/**
* Tests for {@link UserManagerAuthenticator} implementation.
* Tests for {@link org.apache.archiva.redback.authentication.users.UserManagerAuthenticator} implementation.
*
* @author <a href='mailto:rahul.thakur.xdev@gmail.com'>Rahul Thakur</a>
*/

View File

@ -27,7 +27,7 @@
http://www.springframework.org/schema/context/spring-context-3.0.xsd"
default-lazy-init="true">
<bean name="authenticator#user-manager" class="org.codehaus.plexus.redback.authentication.users.UserManagerAuthenticator">
<bean name="authenticator#user-manager" class="org.apache.archiva.redback.authentication.users.UserManagerAuthenticator">
<property name="userManager" ref="userManager#memory"/>
<property name="securityPolicy" ref="userSecurityPolicy"/>
</bean>