Diff for /java/classes/org/w3c/jigsaw/acl/AuthUserPrincipal.java between versions 1.1 and 1.2

version 1.1, 1999/04/27 15:05:47 version 1.2, 2000/08/16 21:37:33
Line 17  import org.w3c.jigsaw.auth.IPMatcher; Line 17  import org.w3c.jigsaw.auth.IPMatcher;
  * @author  Benoît Mahé (bmahe@w3.org)   * @author  Benoît Mahé (bmahe@w3.org)
  */   */
 public class AuthUserPrincipal implements AclPrincipal {  public class AuthUserPrincipal implements AclPrincipal {
       
     protected String    name      = null;      protected String    name      = null;
     protected String    password  = null;      protected String    password  = null;
     protected String    realm     = null;      protected String    realm     = null;
Line 81  public class AuthUserPrincipal implement Line 81  public class AuthUserPrincipal implement
         }          }
     }      }
   
          
 }  }
   
   

Removed from v.1.1  
changed lines
  Added in v.1.2


Webmaster