BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.security.providers.authorization
Class ResourceNodeImpl

java.lang.Object
  |
  +--weblogic.security.providers.authorization.ResourceNodeImpl

public class ResourceNodeImpl
extends java.lang.Object
implements weblogic.entitlement.engine.ResourceNode

ResourceNode implementation that is using Resource directly. This is simply a wrapper around Resource used to avoid references to weblogic classes in provider implementation classes in weblogic.entitlement

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
ResourceNodeImpl(Resource resource)
           
 
Method Summary
 java.lang.String getName()
          Returns the name of the resource that this node represents.
 java.lang.String[] getNamePathToRoot()
          Returns resource names in the hierarchy starting from this and going to the root node.
 weblogic.entitlement.engine.ResourceNode getParent()
          Returns parent resource node or null if this is the root node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceNodeImpl

public ResourceNodeImpl(Resource resource)
Method Detail

getName

public java.lang.String getName()
Returns the name of the resource that this node represents.
Specified by:
getName in interface weblogic.entitlement.engine.ResourceNode


getParent

public weblogic.entitlement.engine.ResourceNode getParent()
Returns parent resource node or null if this is the root node.
Specified by:
getParent in interface weblogic.entitlement.engine.ResourceNode


getNamePathToRoot

public java.lang.String[] getNamePathToRoot()
Returns resource names in the hierarchy starting from this and going to the root node.
Specified by:
getNamePathToRoot in interface weblogic.entitlement.engine.ResourceNode


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b