Author: ate
Date: Tue Sep 20 06:18:52 2005
New Revision: 290443
URL: http://svn.apache.org/viewcvs?rev=290443&view=rev
Log:
javadoc corrections
Modified:
portals/jetspeed-2/trunk/components/security/src/java/org/apache/jetspeed/security/AuthenticationProviderProxy.java
Modified:
portals/jetspeed-2/trunk/components/security/src/java/org/apache/jetspeed/security/AuthenticationProviderProxy.java
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/components/security/src/java/org/apache/jetspeed/security/AuthenticationProviderProxy.java?rev=290443&r1=290442&r2=290443&view=diff
==============================================================================
---
portals/jetspeed-2/trunk/components/security/src/java/org/apache/jetspeed/security/AuthenticationProviderProxy.java
(original)
+++
portals/jetspeed-2/trunk/components/security/src/java/org/apache/jetspeed/security/AuthenticationProviderProxy.java
Tue Sep 20 06:18:52 2005
@@ -82,8 +82,8 @@
* If <code>oldPassword</code> is not null, the oldPassword will first be
checked (authenticated).<br>
* </p>
*
- * @param oldPwdCredential The old [EMAIL PROTECTED] PasswordCredential}.
- * @param newPwdCredential The new [EMAIL PROTECTED] PasswordCredential}.
+ * @param oldPassword The old password value.
+ * @param newPassword The new password value.
* @param authenticationProvider The authentication provider name.
* @throws SecurityException Throws a [EMAIL PROTECTED] SecurityException}.
*/
@@ -95,7 +95,7 @@
* Set the update required state of the user password credential in a
given authentication provider.
* </p>
*
- * @param username The user name.
+ * @param userName The user name.
* @param updateRequired The update required state.
* @param authenticationProvider The authentication provider name.
* @throws Throws a security exception.
@@ -108,7 +108,7 @@
* Set the enabled state of the user password credential in a given
authentication provider.
* </p>
*
- * @param username The user name.
+ * @param userName The user name.
* @param enabled The enabled state.
* @param authenticationProvider The authentication provider name.
* @throws Throws a security exception.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]