Author: cziegeler
Date: Fri Aug 13 15:29:00 2010
New Revision: 985240

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

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

Modified: 
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/impl/engine/EngineSlingAuthenticator.java
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/impl/engine/EngineSlingAuthenticator.java?rev=985240&r1=985239&r2=985240&view=diff
==============================================================================
--- 
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/impl/engine/EngineSlingAuthenticator.java
 (original)
+++ 
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/impl/engine/EngineSlingAuthenticator.java
 Fri Aug 13 15:29:00 2010
@@ -28,7 +28,7 @@ import org.apache.sling.engine.auth.NoAu
  * The <code>EngineSlingAuthenticator</code> class is a simple proxy service
  * providing the old Sling Engine {...@link Authenticator} service calling 
into the
  * new standalone Apache Sling
- * {...@link org.apache.sling.commons.auth.Authenticator} service.
+ * {...@link org.apache.sling.commons.auth.AuthenticationSupport} service.
  *
  * @scr.component metatype="no"
  * @scr.service interface="org.apache.sling.engine.auth.Authenticator"

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=985240&r1=985239&r2=985240&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
 Fri Aug 13 15:29:00 2010
@@ -152,7 +152,7 @@ public class AuthenticationInfo extends 
     }
 
     /**
-     * Returns the user name stored as the {...@link #USER} property or
+     * Returns the user name stored as the {...@link 
ResourceResolverFactory#USER} property or
      * <code>null</code> if the user is not set in this map.
      */
     public final String getUser() {
@@ -168,7 +168,7 @@ public class AuthenticationInfo extends 
     }
 
     /**
-     * Returns the password stored as the {...@link #PASSWORD} property or
+     * Returns the password stored as the {...@link 
ResourceResolverFactory#PASSWORD} property or
      * <code>null</code> if the password is not set in this map.
      */
     public final char[] getPassword() {
@@ -185,11 +185,11 @@ public class AuthenticationInfo extends 
      * <td><code>String</code></td>
      * </tr>
      * <tr>
-     * <td>{...@link #USER}</td>
+     * <td>{...@link ResourceResolverFactory#USER}</td>
      * <td><code>String</code></td>
      * </tr>
      * <tr>
-     * <td>{...@link #PASSWORD}</td>
+     * <td>{...@link ResourceResolverFactory#PASSWORD}</td>
      * <td><code>char[]</code></td>
      * </tr>
      * </table>

Modified: 
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/engine/auth/Authenticator.java
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/engine/auth/Authenticator.java?rev=985240&r1=985239&r2=985240&view=diff
==============================================================================
--- 
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/engine/auth/Authenticator.java
 (original)
+++ 
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/engine/auth/Authenticator.java
 Fri Aug 13 15:29:00 2010
@@ -34,7 +34,7 @@ import javax.servlet.http.HttpServletRes
  *
  * @since 2.0.4 This is version of the sling engine module where these classes 
where
  *              hosted before.
- * @deprecated use {...@link org.apache.sling.commons.auth.Authenticator} 
instead
+ * @deprecated use {...@link 
org.apache.sling.commons.auth.AuthenticationSupport} instead
  */
 @Deprecated
 public interface Authenticator {


Reply via email to