|
BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.security.NamedObject | +--com.bea.security.RuntimeResource
The RuntimeResource
class represents a resource to the security runtime.
Fields inherited from class com.bea.security.NamedObject |
deep,
nameAuth,
shallow |
Constructor Summary | |
RuntimeResource(RuntimeResource res)
Constructs a new resource copying from another resource. |
|
RuntimeResource(java.lang.String resourcestring,
java.lang.String authorityname)
Constructs a resource given the resource string and the name of its naming authority. |
Method Summary | |
boolean |
equals(java.lang.Object another)
Compares this resource to the specified object to determine equivilency. |
RuntimeResource |
getParent()
Gets a reference this this resource's parent. |
Methods inherited from class com.bea.security.NamedObject |
chop,
getAuthorityName,
getDeepEnumeration,
getEnumeration,
getID,
getNamingAuthority,
toString |
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public RuntimeResource(java.lang.String resourcestring, java.lang.String authorityname)
resourcestring
- a String
representation of this resource name.authorityname
- the name of this resource's naming authority.public RuntimeResource(RuntimeResource res)
res
- another RuntimeResource
from which to copy.Method Detail |
public boolean equals(java.lang.Object another)
another
- an object to compare with this resource.true
indicates that the object passed in is the same, false
indicates that the object passed in is not the same as this resource.public RuntimeResource getParent()
RuntimeResource
.
|
Documentation is available at http://edocs.bea.com/ales/docs26 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |