Update of /var/cvs/applications/cloudcontext/src/org/mmbase/security/implementation/cloudcontext In directory james.mmbase.org:/tmp/cvs-serv6656
Modified Files: BasicContextProvider.java ContextProvider.java Log Message: javadoc See also: http://cvs.mmbase.org/viewcvs/applications/cloudcontext/src/org/mmbase/security/implementation/cloudcontext Index: BasicContextProvider.java =================================================================== RCS file: /var/cvs/applications/cloudcontext/src/org/mmbase/security/implementation/cloudcontext/BasicContextProvider.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -b -r1.4 -r1.5 --- BasicContextProvider.java 4 Jan 2009 18:57:14 -0000 1.4 +++ BasicContextProvider.java 5 Jan 2009 10:27:25 -0000 1.5 @@ -32,10 +32,10 @@ import org.mmbase.util.logging.Logging; /** - * This is a basic implemention of {...@link Provider} that implements all the methods in a default way. + * This is a basic implemention of {...@link ContextProvider} that implements all the methods in a default way. * * @author Michiel Meeuwissen - * @version $Id: BasicContextProvider.java,v 1.4 2009/01/04 18:57:14 nklasens Exp $ + * @version $Id: BasicContextProvider.java,v 1.5 2009/01/05 10:27:25 michiel Exp $ * @since MMBase-1.9.1 */ public class BasicContextProvider implements ContextProvider { Index: ContextProvider.java =================================================================== RCS file: /var/cvs/applications/cloudcontext/src/org/mmbase/security/implementation/cloudcontext/ContextProvider.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- ContextProvider.java 4 Jan 2009 18:57:14 -0000 1.3 +++ ContextProvider.java 5 Jan 2009 10:27:25 -0000 1.4 @@ -17,12 +17,11 @@ import org.mmbase.module.core.MMObjectBuilder; /** - * The implemention of 'users' is pluggable, and should be returned by {...@link - * Authenticate#getUserProvider}. Implementation defines what is a user, and how some of the - * esential properties of them are acquired. + * The implemention of 'context' is pluggable, and should be returned by {...@link + * Verify#getContextProvider}. * * @author Michiel Meeuwissen - * @version $Id: ContextProvider.java,v 1.3 2009/01/04 18:57:14 nklasens Exp $ + * @version $Id: ContextProvider.java,v 1.4 2009/01/05 10:27:25 michiel Exp $ * MMBase-1.9.1 */ public interface ContextProvider { _______________________________________________ Cvs mailing list Cvs@lists.mmbase.org http://lists.mmbase.org/mailman/listinfo/cvs