Author: fmeschbe
Date: Mon Sep 20 06:54:25 2010
New Revision: 998803
URL: http://svn.apache.org/viewvc?rev=998803&view=rev
Log:
SLING-1783 Add @since tag for new constant
Modified:
sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/auth/core/spi/AuthenticationHandler.java
Modified:
sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/auth/core/spi/AuthenticationHandler.java
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/auth/core/spi/AuthenticationHandler.java?rev=998803&r1=998802&r2=998803&view=diff
==============================================================================
---
sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/auth/core/spi/AuthenticationHandler.java
(original)
+++
sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/auth/core/spi/AuthenticationHandler.java
Mon Sep 20 06:54:25 2010
@@ -85,8 +85,11 @@ public interface AuthenticationHandler {
* {...@link #extractCredentials(HttpServletRequest, HttpServletResponse)}
* method if {...@link AuthenticationInfo#FAIL_AUTH} is returned.
* <p>
- * This result may be used by authentication handlers to inform the user
- * of any failures.
+ * This result may be used by authentication handlers to inform the user of
+ * any failures.
+ *
+ * @see #extractCredentials(HttpServletRequest, HttpServletResponse)
+ * @since 1.0.2 (Bundle version 1.0.4)
*/
static final String FAILURE_REASON = "j_reason";