IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
 
[Sommaire]  [Top 50]  [F.A.Q.]  [ Java SE ]  [ Java EE ]  [Javadoc standard]  [Contact]
[ 1.4.2 ]  [ 5.0 ]  [ 6.0
Rechercher   
Dans
Options   sensible à la casse
étendre la recherche aux descriptions
Préférences
fr en 
 
Moteurs de recherche
JavaTM 2 Platform Std. Ed. v1.4.2

java.security.acl
Interface Permission


public interface Permission

This interface represents a permission, such as that used to grant a particular type of access to a resource.


Method Summary
 boolean equals(Object another)
          Returns true if the object passed matches the permission represented in this interface.
 String toString()
          Prints a string representation of this permission.
 

Method Detail

equals

public boolean equals(Object another)
Returns true if the object passed matches the permission represented in this interface.

Overrides:
equals in class Object
Parameters:
another - the Permission object to compare with.
Returns:
true if the Permission objects are equal, false otherwise
See Also:
Object.hashCode(), Hashtable

toString

public String toString()
Prints a string representation of this permission.

Overrides:
toString in class Object
Returns:
the string representation of the permission.

Copyright 2003 Sun Microsystems, Inc. All rights reserved