Return-Path: Delivered-To: apmail-incubator-directory-cvs-archive@www.apache.org Received: (qmail 90117 invoked from network); 27 Feb 2004 05:41:23 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 27 Feb 2004 05:41:23 -0000 Received: (qmail 44749 invoked by uid 500); 27 Feb 2004 05:41:02 -0000 Delivered-To: apmail-incubator-directory-cvs-archive@incubator.apache.org Received: (qmail 44701 invoked by uid 500); 27 Feb 2004 05:41:02 -0000 Mailing-List: contact directory-cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk Reply-To: directory-dev@incubator.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list directory-cvs@incubator.apache.org Received: (qmail 44686 invoked from network); 27 Feb 2004 05:41:01 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 27 Feb 2004 05:41:01 -0000 Received: (qmail 90089 invoked by uid 65534); 27 Feb 2004 05:41:22 -0000 Date: 27 Feb 2004 05:41:22 -0000 Message-ID: <20040227054122.90088.qmail@minotaur.apache.org> From: vtence@apache.org To: directory-cvs@incubator.apache.org Subject: 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 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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 Apache Directory Project */ 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 Apache Directory Project */