/[classpath]/classpath/java/security/acl/AclEntry.java
ViewVC logotype

Diff of /classpath/java/security/acl/AclEntry.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5.2.1 by gnu_andrew, Tue Aug 2 20:12:26 2005 UTC revision 1.5.2.2 by tromey, Tue Oct 25 01:05:00 2005 UTC
# Line 94  public interface AclEntry extends Clonea Line 94  public interface AclEntry extends Clonea
94    /**    /**
95     * This method adds the specified permission to this ACL entry.     * This method adds the specified permission to this ACL entry.
96     *     *
97     * @param perm The <code>Permission</code> to add     * @param permission The <code>Permission</code> to add
98     *     *
99     * @return <code>true</code> if the permission was added or <code>false</code> if it was already set for this entry     * @return <code>true</code> if the permission was added or <code>false</code> if it was already set for this entry
100     */     */
# Line 113  public interface AclEntry extends Clonea Line 113  public interface AclEntry extends Clonea
113     * This method tests whether or not the specified permission is associated     * This method tests whether or not the specified permission is associated
114     * with this ACL entry.     * with this ACL entry.
115     *     *
116     * @param perm The <code>Permission</code> to test     * @param permission The <code>Permission</code> to test
117     *     *
118     * @return <code>true</code> if this permission is associated with this entry or <code>false</code> otherwise     * @return <code>true</code> if this permission is associated with this entry or <code>false</code> otherwise
119     */     */
# Line 125  public interface AclEntry extends Clonea Line 125  public interface AclEntry extends Clonea
125     *     *
126     * @return A list of permissions for this ACL entry     * @return A list of permissions for this ACL entry
127     */     */
128    Enumeration permissions();    Enumeration<Permission> permissions();
129    
130    /**    /**
131     * This method returns this object as a <code>String</code>.     * This method returns this object as a <code>String</code>.

Legend:
Removed from v.1.5.2.1  
changed lines
  Added in v.1.5.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26