| 
 | BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--weblogic.security.acl.PermissionImpl
A straightforward implementation of the Permission interface, which represents a permission, such as that used to grant a particular type of access to a resource.
| Constructor Summary | |
| PermissionImpl(java.lang.String name)Creates a permission of that name. | |
| Method Summary | |
|  boolean | equals(java.lang.Object other)Determines whether the object passed matches the permission represented in this interface. | 
|  java.lang.String | getName()Returns the name of a Permission. | 
|  int | hashCode()Returns a hashcode for a Permission. | 
|  java.lang.String | toString()Prints a string representation of this permission. | 
| Methods inherited from class java.lang.Object | 
| clone, 
finalize, 
getClass, 
notify, 
notifyAll, 
wait, 
wait, 
wait | 
| Constructor Detail | 
public PermissionImpl(java.lang.String name)
name - Name assigned to the permission| Method Detail | 
public boolean equals(java.lang.Object other)
other - Permission object to compare withpublic int hashCode()
public java.lang.String toString()
public java.lang.String getName()
| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||