Author: cziegeler
Date: Thu Aug 19 08:28:51 2010
New Revision: 987076
URL: http://svn.apache.org/viewvc?rev=987076&view=rev
Log:
Fix javadocs
Modified:
sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/auth/core/impl/engine/EngineSlingAuthenticator.java
sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/auth/core/spi/AuthenticationInfo.java
sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/engine/auth/Authenticator.java
Modified:
sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/auth/core/impl/engine/EngineSlingAuthenticator.java
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/auth/core/impl/engine/EngineSlingAuthenticator.java?rev=987076&r1=987075&r2=987076&view=diff
==============================================================================
---
sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/auth/core/impl/engine/EngineSlingAuthenticator.java
(original)
+++
sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/auth/core/impl/engine/EngineSlingAuthenticator.java
Thu Aug 19 08:28:51 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.auth.core.Authenticator} service.
+ * {...@link org.apache.sling.auth.core.AuthenticationSupport} service.
*
* @scr.component metatype="no"
* @scr.service interface="org.apache.sling.engine.auth.Authenticator"
Modified:
sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/auth/core/spi/AuthenticationInfo.java
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/auth/core/spi/AuthenticationInfo.java?rev=987076&r1=987075&r2=987076&view=diff
==============================================================================
---
sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/auth/core/spi/AuthenticationInfo.java
(original)
+++
sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/auth/core/spi/AuthenticationInfo.java
Thu Aug 19 08:28:51 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/auth/core/src/main/java/org/apache/sling/engine/auth/Authenticator.java
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/engine/auth/Authenticator.java?rev=987076&r1=987075&r2=987076&view=diff
==============================================================================
---
sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/engine/auth/Authenticator.java
(original)
+++
sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/engine/auth/Authenticator.java
Thu Aug 19 08:28:51 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.auth.core.Authenticator} instead
+ * @deprecated use {...@link org.apache.sling.auth.core.AuthenticationSupport}
instead
*/
@Deprecated
public interface Authenticator {