package move to o.a.a.r module redback-keys-memory

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1310889 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-04-07 22:18:08 +00:00
parent a46a29d714
commit 2348016ffa
5 changed files with 7 additions and 6 deletions

View File

@ -24,8 +24,8 @@ import org.apache.archiva.redback.users.UserNotFoundException;
import org.apache.archiva.redback.authentication.PasswordBasedAuthenticationDataSource;
import org.apache.archiva.redback.keys.AuthenticationKey;
import org.codehaus.plexus.redback.keys.jdo.JdoAuthenticationKey;
import org.codehaus.plexus.redback.keys.memory.MemoryAuthenticationKey;
import org.codehaus.plexus.redback.keys.memory.MemoryKeyManager;
import org.apache.archiva.redback.keys.memory.MemoryAuthenticationKey;
import org.apache.archiva.redback.keys.memory.MemoryKeyManager;
import org.codehaus.plexus.redback.policy.AccountLockedException;
import org.codehaus.plexus.redback.policy.MustChangePasswordException;
import org.codehaus.plexus.redback.system.SecuritySession;

View File

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

View File

@ -1,4 +1,4 @@
package org.codehaus.plexus.redback.keys.memory;
package org.apache.archiva.redback.keys.memory;
/*
* Licensed to the Apache Software Foundation (ASF) under one
@ -23,6 +23,7 @@ import org.apache.archiva.redback.keys.AbstractKeyManager;
import org.apache.archiva.redback.keys.AuthenticationKey;
import org.apache.archiva.redback.keys.KeyManagerException;
import org.apache.archiva.redback.keys.KeyNotFoundException;
import org.apache.archiva.redback.keys.memory.MemoryAuthenticationKey;
import org.codehaus.plexus.util.StringUtils;
import org.springframework.stereotype.Service;

View File

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

View File

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