| 
 | Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweblogic.security.acl.PermissionImpl
public final class 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(String name)Deprecated. Creates a permission of that name. | |
| Method Summary | |
|---|---|
|  boolean | equals(Object other)Deprecated. Determines whether the object passed matches the permission represented in this interface. | 
|  String | getName()Deprecated. Returns the name of a Permission. | 
|  int | hashCode()Deprecated. Returns a hashcode for a Permission. | 
|  String | toString()Deprecated. 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(String name)
name - Name assigned to the permission| Method Detail | 
|---|
public boolean equals(Object other)
equals in interface Permissionequals in class Objectother - Permission object to compare with
public int hashCode()
hashCode in class Objectpublic String toString()
toString in interface PermissiontoString in class Objectpublic String getName()
| 
 | Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||