package move to o.a.a.r module redback-authentication-ldap

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1310856 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-04-07 20:32:40 +00:00
parent 308bfad060
commit 6d26b962c0
3 changed files with 4 additions and 3 deletions

View File

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

View File

@ -29,6 +29,6 @@
<context:annotation-config /> <context:annotation-config />
<context:component-scan <context:component-scan
base-package="org.codehaus.plexus.redback.authentication.ldap"/> base-package="org.apache.archiva.redback.authentication.ldap"/>
</beans> </beans>

View File

@ -1,4 +1,4 @@
package org.codehaus.plexus.redback.authentication.ldap; package org.apache.archiva.redback.authentication.ldap;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one
@ -22,6 +22,7 @@ package org.codehaus.plexus.redback.authentication.ldap;
import junit.framework.TestCase; import junit.framework.TestCase;
import org.apache.archiva.redback.authentication.AuthenticationResult; import org.apache.archiva.redback.authentication.AuthenticationResult;
import org.apache.archiva.redback.authentication.PasswordBasedAuthenticationDataSource; import org.apache.archiva.redback.authentication.PasswordBasedAuthenticationDataSource;
import org.apache.archiva.redback.authentication.ldap.LdapBindAuthenticator;
import org.codehaus.plexus.redback.policy.PasswordEncoder; import org.codehaus.plexus.redback.policy.PasswordEncoder;
import org.codehaus.plexus.redback.policy.encoders.SHA1PasswordEncoder; import org.codehaus.plexus.redback.policy.encoders.SHA1PasswordEncoder;
import org.apache.archiva.redback.users.ldap.service.LdapCacheService; import org.apache.archiva.redback.users.ldap.service.LdapCacheService;