Update of
/var/cvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/services/community/security
In directory
james.mmbase.org:/tmp/cvs-serv24346/community/src/java/com/finalist/cmsc/services/community/security
Modified Files:
AuthenticationService.java
Log Message:
CMSC-979 - Better Javadoc
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/services/community/security
See also: http://www.mmbase.org/jira/browse/CMSC-979
Index: AuthenticationService.java
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/services/community/security/AuthenticationService.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- AuthenticationService.java 24 Jul 2008 09:05:18 -0000 1.7
+++ AuthenticationService.java 24 Jul 2008 09:33:09 -0000 1.8
@@ -44,8 +44,9 @@
void updateAuthenticationPassword(String userId, String newPassword);
/**
- * Delete an authentication entry TODO if a authentication is deleted,
what
- * should happen with the user's content (in other systems)?
+ * Delete an authentication entry
+ * TODO if a authentication is deleted, what should happen with the
user's
+ * content (in other systems)?
*
* @param id
*/
@@ -55,7 +56,7 @@
* Check if the given authentication exists
*
* @param userId
- * @return boolean returns true if a user exists, otherwise it returns
false
+ * @return boolean returns true if a user exists, otherwise returns
false
*/
boolean authenticationExists(String userId);
@@ -71,8 +72,7 @@
* Is an authentication enabled or disabled?
*
* @param userId
- * @return boolean returns true if a user is enabled, otherwise it
returns
- * false
+ * @return boolean returns true if a user is enabled, otherwise returns
false
*/
boolean isAuthenticationEnabled(String userId);
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs