You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by vt...@apache.org on 2004/02/27 06:41:22 UTC

svn commit: rev 6900 - in incubator/directory/janus/trunk/authentication: api/src/java/org/apache/janus/authentication api/src/java/org/apache/janus/authentication/realm impl/src/java/org/apache/janus/authentication impl/src/java/org/apache/janus/authentication/realm impl/src/test/org/apache/janus impl/src/test/org/apache/janus/authentication impl/src/test/org/apache/janus/authentication/realm xml/src/java/org/apache/janus/authentication/realm xml/src/test/org/apache/janus/authentication/realm

Author: vtence
Date: Thu Feb 26 21:41:21 2004
New Revision: 6900

Removed:
   incubator/directory/janus/trunk/authentication/api/src/java/org/apache/janus/authentication/AuthenticationException.java
   incubator/directory/janus/trunk/authentication/api/src/java/org/apache/janus/authentication/Authenticator.java
   incubator/directory/janus/trunk/authentication/api/src/java/org/apache/janus/authentication/Credential.java
   incubator/directory/janus/trunk/authentication/api/src/java/org/apache/janus/authentication/CredentialCollection.java
   incubator/directory/janus/trunk/authentication/api/src/java/org/apache/janus/authentication/realm/GroupAlreadyExistsException.java
   incubator/directory/janus/trunk/authentication/api/src/java/org/apache/janus/authentication/realm/GroupSupport.java
   incubator/directory/janus/trunk/authentication/api/src/java/org/apache/janus/authentication/realm/MutableRealm.java
   incubator/directory/janus/trunk/authentication/api/src/java/org/apache/janus/authentication/realm/PrincipalAlreadyExistsException.java
   incubator/directory/janus/trunk/authentication/api/src/java/org/apache/janus/authentication/realm/Realm.java
   incubator/directory/janus/trunk/authentication/impl/src/java/org/apache/janus/authentication/AbstractCredentialCollection.java
   incubator/directory/janus/trunk/authentication/impl/src/java/org/apache/janus/authentication/DefaultAuthenticator.java
   incubator/directory/janus/trunk/authentication/impl/src/java/org/apache/janus/authentication/DefaultCredentialCollection.java
   incubator/directory/janus/trunk/authentication/impl/src/java/org/apache/janus/authentication/realm/AbstractPrincipal.java
   incubator/directory/janus/trunk/authentication/impl/src/java/org/apache/janus/authentication/realm/DefaultRealm.java
   incubator/directory/janus/trunk/authentication/impl/src/java/org/apache/janus/authentication/realm/GroupPrincipal.java
   incubator/directory/janus/trunk/authentication/impl/src/java/org/apache/janus/authentication/realm/UsernamePrincipal.java
   incubator/directory/janus/trunk/authentication/impl/src/test/org/apache/janus/authentication/DefaultAuthenticatorTest.java
   incubator/directory/janus/trunk/authentication/impl/src/test/org/apache/janus/authentication/DefaultCredentialCollectionTest.java
   incubator/directory/janus/trunk/authentication/impl/src/test/org/apache/janus/authentication/FruitPrincipal.java
   incubator/directory/janus/trunk/authentication/impl/src/test/org/apache/janus/authentication/GroupSupportRealm.java
   incubator/directory/janus/trunk/authentication/impl/src/test/org/apache/janus/authentication/realm/DefaultRealmTest.java
   incubator/directory/janus/trunk/authentication/xml/src/java/org/apache/janus/authentication/realm/AvalonLoggerAdapter.java
   incubator/directory/janus/trunk/authentication/xml/src/java/org/apache/janus/authentication/realm/AvalonXMLRealm.java
   incubator/directory/janus/trunk/authentication/xml/src/java/org/apache/janus/authentication/realm/DefaultXMLRealm.java
   incubator/directory/janus/trunk/authentication/xml/src/java/org/apache/janus/authentication/realm/Dom4JRealmBuilder.java
   incubator/directory/janus/trunk/authentication/xml/src/java/org/apache/janus/authentication/realm/NullRealmBuilderMonitor.java
   incubator/directory/janus/trunk/authentication/xml/src/java/org/apache/janus/authentication/realm/PicoXMLRealm.java
   incubator/directory/janus/trunk/authentication/xml/src/java/org/apache/janus/authentication/realm/RealmBuilder.java
   incubator/directory/janus/trunk/authentication/xml/src/java/org/apache/janus/authentication/realm/RealmBuilderMonitor.java
   incubator/directory/janus/trunk/authentication/xml/src/test/org/apache/janus/authentication/realm/DefaultXMLRealmTest.java
   incubator/directory/janus/trunk/authentication/xml/src/test/org/apache/janus/authentication/realm/Dom4JRealmBuilderTest.java
Modified:
   incubator/directory/janus/trunk/authentication/impl/src/test/org/apache/janus/CatPrincipal.java
   incubator/directory/janus/trunk/authentication/impl/src/test/org/apache/janus/DogPrincipal.java
Log:
o Replacing by new implementation in sandbox

Modified: incubator/directory/janus/trunk/authentication/impl/src/test/org/apache/janus/CatPrincipal.java
==============================================================================
--- incubator/directory/janus/trunk/authentication/impl/src/test/org/apache/janus/CatPrincipal.java	(original)
+++ incubator/directory/janus/trunk/authentication/impl/src/test/org/apache/janus/CatPrincipal.java	Thu Feb 26 21:41:21 2004
@@ -16,8 +16,6 @@
  */
 package org.apache.janus;
 
-import org.apache.janus.authentication.realm.AbstractPrincipal;
-
 /**
  * @author <a href="mailto:directory-dev@incubator.apache.org">Apache Directory Project</a>
  */

Modified: incubator/directory/janus/trunk/authentication/impl/src/test/org/apache/janus/DogPrincipal.java
==============================================================================
--- incubator/directory/janus/trunk/authentication/impl/src/test/org/apache/janus/DogPrincipal.java	(original)
+++ incubator/directory/janus/trunk/authentication/impl/src/test/org/apache/janus/DogPrincipal.java	Thu Feb 26 21:41:21 2004
@@ -16,8 +16,6 @@
  */
 package org.apache.janus;
 
-import org.apache.janus.authentication.realm.AbstractPrincipal;
-
 /**
  * @author <a href="mailto:directory-dev@incubator.apache.org">Apache Directory Project</a>
  */