Diff for /java/classes/org/w3c/jigsaw/acl/AclPrincipal.java between versions 1.4 and 1.5

version 1.4, 1999/10/12 12:27:36 version 1.5, 2000/08/16 21:37:33
Line 2 Line 2
 // $Id$  // $Id$
 // (c) COPYRIGHT MIT, INRIA and Keio, 1999.  // (c) COPYRIGHT MIT, INRIA and Keio, 1999.
 // Please first read the full copyright statement in file COPYRIGHT.html  // Please first read the full copyright statement in file COPYRIGHT.html
    
 package org.w3c.jigsaw.acl;  package org.w3c.jigsaw.acl;
   
 import java.security.Principal;  import java.security.Principal;
Line 13  import java.net.InetAddress; Line 13  import java.net.InetAddress;
  * @author  Benoît Mahé (bmahe@w3.org)   * @author  Benoît Mahé (bmahe@w3.org)
  */   */
 public interface AclPrincipal extends Principal {  public interface AclPrincipal extends Principal {
       
     /**      /**
      * Get the realm associated to this principal.(could be his group)       * Get the realm associated to this principal.(could be his group)
      * @return the realm name.       * @return the realm name.
Line 50  public interface AclPrincipal extends Pr Line 50  public interface AclPrincipal extends Pr
   
 }  }
   
   

Removed from v.1.4  
changed lines
  Added in v.1.5


Webmaster