diff options
author | Olivier Lamy <olamy@apache.org> | 2012-04-07 21:51:32 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-04-07 21:51:32 +0000 |
commit | eec9033b6b4a93f71ab35b66a3ffc0f67925724e (patch) | |
tree | 8e768484e4e0a5b1769d4966feeebe5565f1adf7 /redback-keys/redback-authentication-keys | |
parent | e17a252b36483e6e134fd075c8472a87835c3eec (diff) | |
download | archiva-eec9033b6b4a93f71ab35b66a3ffc0f67925724e.tar.gz archiva-eec9033b6b4a93f71ab35b66a3ffc0f67925724e.zip |
package move to o.a.a.r module redback-keys-api
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1310880 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'redback-keys/redback-authentication-keys')
-rw-r--r-- | redback-keys/redback-authentication-keys/src/main/java/org/codehaus/plexus/redback/authentication/keystore/KeyStoreAuthenticator.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/redback-keys/redback-authentication-keys/src/main/java/org/codehaus/plexus/redback/authentication/keystore/KeyStoreAuthenticator.java b/redback-keys/redback-authentication-keys/src/main/java/org/codehaus/plexus/redback/authentication/keystore/KeyStoreAuthenticator.java index 217422e70..f2906879d 100644 --- a/redback-keys/redback-authentication-keys/src/main/java/org/codehaus/plexus/redback/authentication/keystore/KeyStoreAuthenticator.java +++ b/redback-keys/redback-authentication-keys/src/main/java/org/codehaus/plexus/redback/authentication/keystore/KeyStoreAuthenticator.java @@ -24,10 +24,10 @@ import org.apache.archiva.redback.authentication.AuthenticationException; import org.apache.archiva.redback.authentication.AuthenticationResult; import org.apache.archiva.redback.authentication.Authenticator; import org.apache.archiva.redback.authentication.TokenBasedAuthenticationDataSource; -import org.codehaus.plexus.redback.keys.AuthenticationKey; -import org.codehaus.plexus.redback.keys.KeyManager; -import org.codehaus.plexus.redback.keys.KeyManagerException; -import org.codehaus.plexus.redback.keys.KeyNotFoundException; +import org.apache.archiva.redback.keys.AuthenticationKey; +import org.apache.archiva.redback.keys.KeyManager; +import org.apache.archiva.redback.keys.KeyManagerException; +import org.apache.archiva.redback.keys.KeyNotFoundException; import org.codehaus.plexus.redback.policy.AccountLockedException; import org.codehaus.plexus.redback.policy.MustChangePasswordException; import org.apache.archiva.redback.users.User; |