com.bea.p13n.entitlements.resource
Class GlobalRoleResource

java.lang.Object
  extended by ResourceBase
      extended by com.bea.p13n.entitlements.resource.P13nResource
          extended by com.bea.p13n.entitlements.resource.GlobalRoleResource

public class GlobalRoleResource
extends P13nResource

The GlobalRoleResource class is used to represent an application defined resource for management and runtime checking of role and security policies.

This class has special significance for the formation and runtime checking of role policies associated with a resource. Role policies will be collected only global scope.

This class will search for security policies beginning at the application resource leaf node and then in a hiearchical manner, until located, using the P13nSecurityResource class.


Field Summary
 
Fields inherited from class com.bea.p13n.entitlements.resource.P13nResource
empty
 
Constructor Summary
GlobalRoleResource(String entAppName, String webAppName, String appResourceID, String capability)
          Construct a resource whose role policies will be scoped at a global level
 
Method Summary
 int getResourceScope()
          Return the resource type of this class.
 String toString()
          This method overrides the base class which will always include a "type=app" in its string representation.
 
Methods inherited from class com.bea.p13n.entitlements.resource.P13nResource
getCapabilityName, getEntAppName, getKeys, getLibraryResourceId, getResourceName, getSecurityResource, getType, getWebAppName, makeParent, setInitialValues, setSecurityResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GlobalRoleResource

public GlobalRoleResource(String entAppName,
                          String webAppName,
                          String appResourceID,
                          String capability)
Construct a resource whose role policies will be scoped at a global level

Parameters
entAppName - Enterprise application name.
webAppName - Webapp name.
appResourceID - Application-defined resource taxonomy Id
capability - Optional application-defined capability to evaluate. If no capability name is specified, a policy with no capability name will be used if found.
Method Detail

getResourceScope

public final int getResourceScope()
Return the resource type of this class.

Specified by:
getResourceScope in class P13nResource
Returns
EntitlementConstants.GLOBAL_ROLE_INHERITANCE.

toString

public String toString()
This method overrides the base class which will always include a "type=app" in its string representation. To access the WLS global roles, the method returns an empty string.

Overrides:
toString in class P13nResource


Copyright © 2006 BEA Systems, Inc. All Rights Reserved