Update of /var/cvs/src/org/mmbase/security
In directory james.mmbase.org:/tmp/cvs-serv5864

Modified Files:
        Authentication.java AuthenticationData.java Authorization.java 
Log Message:
javadoc


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/security


Index: Authentication.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/security/Authentication.java,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -b -r1.43 -r1.44
--- Authentication.java 17 Jul 2008 15:58:52 -0000      1.43
+++ Authentication.java 5 Sep 2008 16:08:07 -0000       1.44
@@ -18,13 +18,13 @@
 import org.mmbase.util.logging.Logging;
 
 /**
- *  This class is a abstract implementation of the Authentication.
+ *  This class is an abstract implementation of user authentication in MMBase.
  *
  *  To make your own implementation of authentication, you have to extend this 
class.
  *
  * @author Eduard Witteveen
  * @author Michiel Meeuwissen (javadocs)
- * @version $Id: Authentication.java,v 1.43 2008/07/17 15:58:52 michiel Exp $
+ * @version $Id: Authentication.java,v 1.44 2008/09/05 16:08:07 michiel Exp $
  */
 public abstract class Authentication extends Configurable implements 
AuthenticationData {
     private static final Logger log = 
Logging.getLoggerInstance(Authentication.class);


Index: AuthenticationData.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/security/AuthenticationData.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- AuthenticationData.java     17 Jul 2008 15:58:52 -0000      1.11
+++ AuthenticationData.java     5 Sep 2008 16:08:07 -0000       1.12
@@ -12,10 +12,11 @@
 import org.mmbase.bridge.Node;
 
 /**
- * This interface represents information about the authentication 
implementation.
+ * This interface represents information about the authentication 
implementation. It is the return
+ * type of [EMAIL PROTECTED] org.mmbase.bridge.CloudContext#getAuthentication}.
  *
  * @author Michiel Meeuwissen
- * @version $Id: AuthenticationData.java,v 1.11 2008/07/17 15:58:52 michiel 
Exp $
+ * @version $Id: AuthenticationData.java,v 1.12 2008/09/05 16:08:07 michiel 
Exp $
  * @since MMBase-1.8
  */
 public interface AuthenticationData {


Index: Authorization.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/security/Authorization.java,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- Authorization.java  21 Jan 2008 17:28:15 -0000      1.29
+++ Authorization.java  5 Sep 2008 16:08:07 -0000       1.30
@@ -17,12 +17,12 @@
 import org.mmbase.storage.search.Constraint;
 
 /**
- * The abstract implementation of the Authorization. To make your own 
implementation of
- * authorization, you have to extend this class, and implement the abstract 
methods.
+ * The abstract implementation of user authorization in MMBase. To make your 
own authorization
+ * implementation, you have to extend this class, and implement the abstract 
methods.
  *
  * @author Eduard Witteveen
  * @author Michiel Meeuwissen
- * @version $Id: Authorization.java,v 1.29 2008/01/21 17:28:15 michiel Exp $
+ * @version $Id: Authorization.java,v 1.30 2008/09/05 16:08:07 michiel Exp $
  */
 public abstract class Authorization extends Configurable {
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to