Author: cziegeler
Date: Thu Jan  7 19:41:14 2010
New Revision: 896981

URL: http://svn.apache.org/viewvc?rev=896981&view=rev
Log:
Some javadoc fixes.

Modified:
    
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/impl/SlingAuthenticator.java
    
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/spi/AuthenticationInfo.java

Modified: 
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/impl/SlingAuthenticator.java
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/impl/SlingAuthenticator.java?rev=896981&r1=896980&r2=896981&view=diff
==============================================================================
--- 
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/impl/SlingAuthenticator.java
 (original)
+++ 
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/impl/SlingAuthenticator.java
 Thu Jan  7 19:41:14 2010
@@ -375,10 +375,9 @@
 
     /**
      * Logs out the user calling all applicable
-     * {...@link org.apache.sling.engine.auth.AuthenticationHandler2}
+     * {...@link org.apache.sling.commons.auth.spi.AuthenticationHandler}
      * authentication handlers.
      *
-     * @since 2.1
      */
     public void logout(HttpServletRequest request, HttpServletResponse 
response) {
 

Modified: 
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/spi/AuthenticationInfo.java
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/spi/AuthenticationInfo.java?rev=896981&r1=896980&r2=896981&view=diff
==============================================================================
--- 
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/spi/AuthenticationInfo.java
 (original)
+++ 
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/spi/AuthenticationInfo.java
 Thu Jan  7 19:41:14 2010
@@ -67,8 +67,8 @@
      * the request is being handled. This property is set by the
      * {...@link #AuthenticationInfo(String, String, char[], String)} 
constructor
      * and may be <code>null</code> if this instance is created by either the
-     * {...@link #AuthenticationInfo(String, Credentials)} or
-     * {...@link #AuthenticationInfo(String, Credentials, String)} 
constructors.
+     * {...@link #AuthenticationInfo(String, String)} or
+     * {...@link #AuthenticationInfo(String, String, char[])} constructors.
      * <p>
      * The type of this property, if present, is <code>String</code>.
      */
@@ -79,8 +79,8 @@
      * behalf the request is being handled. This property is set by the
      * {...@link #AuthenticationInfo(String, String, char[], String)} 
constructor
      * and may be <code>null</code> if this instance is created by either the
-     * {...@link #AuthenticationInfo(String, Credentials)} or
-     * {...@link #AuthenticationInfo(String, Credentials, String)} 
constructors.
+     * {...@link #AuthenticationInfo(String, String)} or
+     * {...@link #AuthenticationInfo(String, String, char[])} constructors.
      * <p>
      * The type of this property, if present, is <code>char[]</code>.
      */
@@ -89,8 +89,8 @@
     /**
      * The name of the property providing the JCR credentials. These 
credentials
      * are preset to the credentials given to the
-     * {...@link #AuthenticationInfo(String, Credentials)} or
-     * {...@link #AuthenticationInfo(String, Credentials, String)} 
constructors. If
+     * {...@link #AuthenticationInfo(String, String)} or
+     * {...@link #AuthenticationInfo(String, String, char[])} constructors.
      * the {...@link #AuthenticationInfo(String, String, char[], String)}
      * constructor is used the credentials property is set to a JCR
      * <code>SimpleCredentials</code> instance containing the user id and
@@ -132,8 +132,6 @@
      * @param authType The authentication type, must not be <code>null</code>.
      * @param userId The name of the user to authenticate as. This may be
      *            <code>null</code> for the constructor and later be set.
-     * @param password The password to authenticate with or <code>null</code> 
if
-     *            no password can be supplied.
      * @throws NullPointerException if <code>authType</code> is
      *             <code>null</code>.
      */


Reply via email to