You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2004/08/16 10:02:39 UTC

cvs commit: cocoon-lenya/src/java/org/apache/lenya/ac Accreditable.java Identity.java

andreas     2004/08/16 01:02:39

  Modified:    src/java/org/apache/lenya/ac Accreditable.java Identity.java
  Log:
  added some javadocs
  
  Revision  Changes    Path
  1.3       +2 -2      cocoon-lenya/src/java/org/apache/lenya/ac/Accreditable.java
  
  Index: Accreditable.java
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/java/org/apache/lenya/ac/Accreditable.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Accreditable.java	3 Mar 2004 12:56:31 -0000	1.2
  +++ Accreditable.java	16 Aug 2004 08:02:38 -0000	1.3
  @@ -22,7 +22,7 @@
   
   /**
    * An Accreditable can be accredited with roles on a certain URI
  - * using a {@link Credential}.
  + * using a {@link org.apache.lenya.ac.impl.Credential}.
    */
   public interface Accreditable {
       /**
  
  
  
  1.4       +5 -3      cocoon-lenya/src/java/org/apache/lenya/ac/Identity.java
  
  Index: Identity.java
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/java/org/apache/lenya/ac/Identity.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Identity.java	28 Apr 2004 13:56:18 -0000	1.3
  +++ Identity.java	16 Aug 2004 08:02:38 -0000	1.4
  @@ -26,7 +26,9 @@
   import org.apache.cocoon.environment.Session;
   import org.apache.log4j.Category;
   
  -
  +/**
  + * Identity object. Used to store the authenticated accreditables in the session.
  + */
   public class Identity implements Identifiable {
       private Set identifiables = new HashSet();
       
  @@ -64,7 +66,7 @@
       }
   
       /**
  -     * @see org.apache.lenya.cms.ac.Accreditable#getAccreditables()
  +     * @see Accreditable#getAccreditables()
        */
       public Accreditable[] getAccreditables() {
           Set accreditables = new HashSet();
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org