|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
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 permissionMethod Detail |
---|
public boolean equals(Object other)
equals
in interface Permission
equals
in class Object
other
- Permission object to compare with
public int hashCode()
hashCode
in class Object
public String toString()
toString
in interface Permission
toString
in class Object
public String getName()
|
Copyright 1996, 2014, 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 Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |