Update of /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/profile/sasl/otp
In directory sc8-pr-cvs1:/tmp/cvs-serv11039/src/org/beepcore/beep/profile/sasl/otp
Modified Files:
SASLOTPProfile.java
Log Message:
fixed javadoc warnings
Index: SASLOTPProfile.java
===================================================================
RCS file: /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/profile/sasl/otp/SASLOTPProfile.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** SASLOTPProfile.java 30 Oct 2003 14:32:57 -0000 1.14
--- SASLOTPProfile.java 18 Nov 2003 14:03:09 -0000 1.15
***************
*** 245,259 ****
* If you want to do that (I recommend it, then use the NEXT one).
*
! * @param Session session is the session the user is authenticating on,
* in other words, represents the peer we want to
* authenticate to.
! * @param String authorizeId is the identity this peer wants to be
! * authorized to act as.
! * @param String authenticateId is the identity this peer will
! * authenticate as
! * @param String pwd is the passphrase to authenticate with (it isn't
! * stored or kept around very long at all, it's only used in computation).
* @throws SASLException if any issue is encountered (usually
! * rejection by the other peer).
*/
public static Session AuthenticateSASLOTP(Session session,
--- 245,259 ----
* If you want to do that (I recommend it, then use the NEXT one).
*
! * @param session Session is the session the user is authenticating on,
* in other words, represents the peer we want to
* authenticate to.
! * @param authorizeId The identity this peer wants to be
! * authorized to act as.
! * @param authenticateId The identity this peer will
! * authenticate as
! * @param pwd The passphrase to authenticate with (it isn't stored or
! * kept around very long at all, it's only used in computation).
* @throws SASLException if any issue is encountered (usually
! * rejection by the other peer).
*/
public static Session AuthenticateSASLOTP(Session session,
|