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 2005/03/20 04:09:48 UTC

svn commit: r158282 - directory/authx/trunk/core/src/java/org/apache/authx/authentication/realm/AuthenticationMethod.java

Author: vtence
Date: Sat Mar 19 19:09:47 2005
New Revision: 158282

URL: http://svn.apache.org/viewcvs?view=rev&rev=158282
Log:
Reverting rename (will add back later)

Modified:
    directory/authx/trunk/core/src/java/org/apache/authx/authentication/realm/AuthenticationMethod.java

Modified: directory/authx/trunk/core/src/java/org/apache/authx/authentication/realm/AuthenticationMethod.java
URL: http://svn.apache.org/viewcvs/directory/authx/trunk/core/src/java/org/apache/authx/authentication/realm/AuthenticationMethod.java?view=diff&r1=158281&r2=158282
==============================================================================
--- directory/authx/trunk/core/src/java/org/apache/authx/authentication/realm/AuthenticationMethod.java (original)
+++ directory/authx/trunk/core/src/java/org/apache/authx/authentication/realm/AuthenticationMethod.java Sat Mar 19 19:09:47 2005
@@ -44,5 +44,5 @@
 
     CredentialsMatcher getIdentificationMatcher( CredentialSet credentials );
 
-    SelectorBuilder getAuthenticationBuilder( CredentialSet credentials );
+    SelectorBuilder getAuthenticationSelector( CredentialSet credentials );
 }