Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.security.acl
Interface Permission  view Permission download Permission.java


public interface Permission

This interface provides information about a permission that can be granted. Note that this is not the same as the class java.security.Permission.

Version:
0.0

Method Summary
 boolean equals(java.lang.Object perm)
          This method tests whether or not a specified Permission (passed as an Object) is the same as this permission.
 java.lang.String toString()
          This method returns this Permission as a String.
 

Method Detail

equals

public boolean equals(java.lang.Object perm)
This method tests whether or not a specified Permission (passed as an Object) is the same as this permission.


toString

public java.lang.String toString()
This method returns this Permission as a String.