Author: cziegeler
Date: Fri Feb 12 12:00:16 2010
New Revision: 909374
URL: http://svn.apache.org/viewvc?rev=909374&view=rev
Log:
Fix javadocs.
Modified:
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/impl/AbstractAuthenticationHandlerHolder.java
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/DefaultAuthenticationFeedbackHandler.java
Modified:
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/impl/AbstractAuthenticationHandlerHolder.java
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/impl/AbstractAuthenticationHandlerHolder.java?rev=909374&r1=909373&r2=909374&view=diff
==============================================================================
---
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/impl/AbstractAuthenticationHandlerHolder.java
(original)
+++
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/impl/AbstractAuthenticationHandlerHolder.java
Fri Feb 12 12:00:16 2010
@@ -146,7 +146,6 @@
*
* @param request The current request
* @param response The current response
- * @return as returned from the called authentication handler
* @throws IOException if an error occurrs sending back any response to the
* client.
* @see #dropCredentials(HttpServletRequest, HttpServletResponse)
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=909374&r1=909373&r2=909374&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
Fri Feb 12 12:00:16 2010
@@ -72,13 +72,6 @@
* Currently this class does not support multiple handlers for any one request
* URL.
* <p>
- * Clients of this class use {...@link #authenticate} method to create a
- * {...@link AuthenticationInfo} for the handling of the request. This method
uses
- * any of the handlers to extract the user information from the request. Next
an
- * object is created for this user information. If no user information is
- * contained in the request (according to the handler), the anonymous info is
- * used.
- * <p>
*
* @scr.component name="org.apache.sling.engine.impl.auth.SlingAuthenticator"
* label="%auth.name" description="%auth.description"
Modified:
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/spi/DefaultAuthenticationFeedbackHandler.java
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/spi/DefaultAuthenticationFeedbackHandler.java?rev=909374&r1=909373&r2=909374&view=diff
==============================================================================
---
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/spi/DefaultAuthenticationFeedbackHandler.java
(original)
+++
sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/spi/DefaultAuthenticationFeedbackHandler.java
Fri Feb 12 12:00:16 2010
@@ -98,7 +98,7 @@
* Extensions of this class may overwrite this method to perform additional
* cleanup etc.
*
- * @param the result of calling the
+ * @return the result of calling the
* {...@link #handleRedirect(HttpServletRequest,
HttpServletResponse)}
* method.
*/