|
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 All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Resource
The Resource
interface provides the definition for an object that represents
a resource that may be protected from unauthorized access.
Method Summary | |
---|---|
boolean |
equals(Object another)
Compares this resource to the resource in the specified object. |
long |
getID()
Gets a 64-bit hashcode for a resource. |
String[] |
getKeys()
Gets keys for the resource. |
Resource |
getParentResource()
Gets a Resource object that represents the parent of the current
resource. |
String |
getType()
Gets the type of this resource. |
String[] |
getValues()
Gets the values corresponding to the keys of this resource's type. |
int |
hashCode()
Returns an identifier for the resource as a hash code. |
String |
toString()
Returns a string representation of this resource. |
Method Detail |
---|
boolean equals(Object another)
equals
in class Object
another
- another resource with which to compare this resource.
TRUE
indicates that the resource passed in is the same as that encapsulated
by this resource; a value of FALSE
indicates that it is
not the same.String toString()
toString
in class Object
int hashCode()
hashCode
in class Object
String getType()
Resource getParentResource()
Resource
object that represents the parent of the current
resource. If the resource does not have a parent, the value of
null
must be returned.
Resource
object of the parent resource.long getID()
String[] getKeys()
String[] getValues()
getKeys
because the latter depends only on the type of the
resource.
|
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 All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |