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 2007/11/01 17:07:46 UTC

svn commit: r591066 - in /directory/apacheds/branches/bigbang: protocol-changepw/src/main/java/org/apache/directory/server/changepw/service/ protocol-dns/src/main/java/org/apache/directory/server/dns/service/ protocol-kerberos/src/main/java/org/apache/...

Author: elecharny
Date: Thu Nov  1 09:07:45 2007
New Revision: 591066

URL: http://svn.apache.org/viewvc?rev=591066&view=rev
Log:
Updated the package info by removing references to IoHandlerChain

Modified:
    directory/apacheds/branches/bigbang/protocol-changepw/src/main/java/org/apache/directory/server/changepw/service/package-info.java
    directory/apacheds/branches/bigbang/protocol-dns/src/main/java/org/apache/directory/server/dns/service/package-info.java
    directory/apacheds/branches/bigbang/protocol-kerberos/src/main/java/org/apache/directory/server/kerberos/kdc/authentication/package-info.java
    directory/apacheds/branches/bigbang/protocol-kerberos/src/main/java/org/apache/directory/server/kerberos/kdc/package-info.java
    directory/apacheds/branches/bigbang/protocol-kerberos/src/main/java/org/apache/directory/server/kerberos/kdc/ticketgrant/package-info.java
    directory/apacheds/branches/bigbang/protocol-ldap/src/main/java/org/apache/directory/server/ldap/support/bind/package-info.java

Modified: directory/apacheds/branches/bigbang/protocol-changepw/src/main/java/org/apache/directory/server/changepw/service/package-info.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/protocol-changepw/src/main/java/org/apache/directory/server/changepw/service/package-info.java?rev=591066&r1=591065&r2=591066&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/protocol-changepw/src/main/java/org/apache/directory/server/changepw/service/package-info.java (original)
+++ directory/apacheds/branches/bigbang/protocol-changepw/src/main/java/org/apache/directory/server/changepw/service/package-info.java Thu Nov  1 09:07:45 2007
@@ -19,8 +19,7 @@
  */
 
 /**
- * Provides the {@link org.apache.mina.handler.chain.IoHandlerChain}
- * implementing the Change Password Service.
+ * Provides the Change Password Service.
  * 
  * @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
  * @version $Rev$, $Date$

Modified: directory/apacheds/branches/bigbang/protocol-dns/src/main/java/org/apache/directory/server/dns/service/package-info.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/protocol-dns/src/main/java/org/apache/directory/server/dns/service/package-info.java?rev=591066&r1=591065&r2=591066&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/protocol-dns/src/main/java/org/apache/directory/server/dns/service/package-info.java (original)
+++ directory/apacheds/branches/bigbang/protocol-dns/src/main/java/org/apache/directory/server/dns/service/package-info.java Thu Nov  1 09:07:45 2007
@@ -19,8 +19,7 @@
  */
 
 /**
- * Provides the {@link org.apache.mina.handler.chain.IoHandlerChain}
- * implementing the DNS Service.
+ * Provides the DNS Service.
  * 
  * @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
  * @version $Rev$, $Date$

Modified: directory/apacheds/branches/bigbang/protocol-kerberos/src/main/java/org/apache/directory/server/kerberos/kdc/authentication/package-info.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/protocol-kerberos/src/main/java/org/apache/directory/server/kerberos/kdc/authentication/package-info.java?rev=591066&r1=591065&r2=591066&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/protocol-kerberos/src/main/java/org/apache/directory/server/kerberos/kdc/authentication/package-info.java (original)
+++ directory/apacheds/branches/bigbang/protocol-kerberos/src/main/java/org/apache/directory/server/kerberos/kdc/authentication/package-info.java Thu Nov  1 09:07:45 2007
@@ -19,10 +19,7 @@
  */
 
 /**
- * Provides the {@link IoHandlerChain} implementing the KDC's
- * Authentication Service (AS).  The AS implementation follows
- * the Chain of Responsibility pattern, using MINA's {@link IoHandlerChain}
- * support.
+ * Provides the KDC's Authentication Service (AS).
  * 
  * @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
  * @version $Rev$, $Date$

Modified: directory/apacheds/branches/bigbang/protocol-kerberos/src/main/java/org/apache/directory/server/kerberos/kdc/package-info.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/protocol-kerberos/src/main/java/org/apache/directory/server/kerberos/kdc/package-info.java?rev=591066&r1=591065&r2=591066&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/protocol-kerberos/src/main/java/org/apache/directory/server/kerberos/kdc/package-info.java (original)
+++ directory/apacheds/branches/bigbang/protocol-kerberos/src/main/java/org/apache/directory/server/kerberos/kdc/package-info.java Thu Nov  1 09:07:45 2007
@@ -21,16 +21,11 @@
 /**
  * Provides the entry point to an instance of the {@link KdcServer}
  * (KDC), as well as classes common to the KDC's two services:  the
- * Authentication Service (AS) and the Ticket-Granting Service (TGS).  The
- * AS and TGS service implementations follow the Chain of Responsibility
- * pattern, using MINA's {@link IoHandlerChain} support.  Additionally,
- * there is a third chain for pre-authentication, which is a sub-chain
- * of the Authentication Service.
+ * Authentication Service (AS) and the Ticket-Granting Service (TGS).
  * <p/>
- * Classes common to all of the chains provide configuration
- * support, the execution context, chain monitors for logging, and chain
- * "links" ({@link IoHandlerCommand}'s) for selecting checksum and
- * encryption types.
+ * Classes common to all of the services provide configuration
+ * support, the execution context, monitors for logging, and
+ * "links" for selecting checksum and encryption types.
  * 
  * @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
  * @version $Rev$, $Date$

Modified: directory/apacheds/branches/bigbang/protocol-kerberos/src/main/java/org/apache/directory/server/kerberos/kdc/ticketgrant/package-info.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/protocol-kerberos/src/main/java/org/apache/directory/server/kerberos/kdc/ticketgrant/package-info.java?rev=591066&r1=591065&r2=591066&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/protocol-kerberos/src/main/java/org/apache/directory/server/kerberos/kdc/ticketgrant/package-info.java (original)
+++ directory/apacheds/branches/bigbang/protocol-kerberos/src/main/java/org/apache/directory/server/kerberos/kdc/ticketgrant/package-info.java Thu Nov  1 09:07:45 2007
@@ -19,10 +19,7 @@
  */
 
 /**
- * Provides the {@link IoHandlerChain} implementing the KDC's
- * Ticket-Granting Service (TGS).  The TGS implementation follows
- * the Chain of Responsibility pattern, using MINA's {@link IoHandlerChain}
- * support.
+ * Provides the KDC's Ticket-Granting Service (TGS).
  * 
  * @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
  * @version $Rev$, $Date$

Modified: directory/apacheds/branches/bigbang/protocol-ldap/src/main/java/org/apache/directory/server/ldap/support/bind/package-info.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/protocol-ldap/src/main/java/org/apache/directory/server/ldap/support/bind/package-info.java?rev=591066&r1=591065&r2=591066&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/protocol-ldap/src/main/java/org/apache/directory/server/ldap/support/bind/package-info.java (original)
+++ directory/apacheds/branches/bigbang/protocol-ldap/src/main/java/org/apache/directory/server/ldap/support/bind/package-info.java Thu Nov  1 09:07:45 2007
@@ -19,7 +19,7 @@
  */
 
 /**
- * Contains the {@link IoHandlerChain} implementing LDAP binds
+ * Contains the implementation of LDAP binds
  * with Simple and SASL authentication mechanisms.
  * 
  * @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>