You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2012/11/27 10:49:04 UTC

svn commit: r1414043 - /directory/apacheds/trunk/interceptors/authn/src/main/java/org/apache/directory/server/core/authn/AuthenticationInterceptor.java

Author: elecharny
Date: Tue Nov 27 09:49:03 2012
New Revision: 1414043

URL: http://svn.apache.org/viewvc?rev=1414043&view=rev
Log:
Renamed a field and the associated methods

Modified:
    directory/apacheds/trunk/interceptors/authn/src/main/java/org/apache/directory/server/core/authn/AuthenticationInterceptor.java

Modified: directory/apacheds/trunk/interceptors/authn/src/main/java/org/apache/directory/server/core/authn/AuthenticationInterceptor.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/authn/src/main/java/org/apache/directory/server/core/authn/AuthenticationInterceptor.java?rev=1414043&r1=1414042&r2=1414043&view=diff
==============================================================================
--- directory/apacheds/trunk/interceptors/authn/src/main/java/org/apache/directory/server/core/authn/AuthenticationInterceptor.java (original)
+++ directory/apacheds/trunk/interceptors/authn/src/main/java/org/apache/directory/server/core/authn/AuthenticationInterceptor.java Tue Nov 27 09:49:03 2012
@@ -596,7 +596,7 @@ public class AuthenticationInterceptor e
                     bindModCtx.setDn( dn );
                     bindModCtx.setEntry( userEntry );
                     bindModCtx.setModItems( mods );
-                    bindModCtx.setPushToEvtIntrcptor( true );
+                    bindModCtx.setPushToEvtInterceptor( true );
 
                     directoryService.getPartitionNexus().modify( bindModCtx );
                 }
@@ -677,7 +677,7 @@ public class AuthenticationInterceptor e
                 bindModCtx.setDn( dn );
                 bindModCtx.setEntry( userEntry );
                 bindModCtx.setModItems( mods );
-                bindModCtx.setPushToEvtIntrcptor( true );
+                bindModCtx.setPushToEvtInterceptor( true );
 
                 directoryService.getPartitionNexus().modify( bindModCtx );
             }