Skip navigation links
com.bea.p13n.entitlements.resource
Class EnterpriseRoleResource
java.lang.Object
weblogic.security.service.ResourceBase
com.bea.p13n.entitlements.resource.P13nResource
com.bea.p13n.entitlements.resource.P13nCachedResource
com.bea.p13n.entitlements.resource.EnterpriseRoleResource
- All Implemented Interfaces
- Serializable, Resource, SelfDescribingResource, SelfDescribingResourceV2
-
public class EnterpriseRoleResource
- extends P13nCachedResource
The EnterpriseRoleResource 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 at the enterprise application scope and 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.
- See Also
- Serialized Form
Methods inherited from class weblogic.security.service.ResourceBase |
appendArrayValue, appendValue, equals, getFieldType, getID, getRepeatingFieldIndex, getRepeatingFieldTerminatingIndex, getValues, hashCode, init, init, isTransitiveField, reset, writeResourceString |
EnterpriseRoleResource
public EnterpriseRoleResource(String entAppName,
String webAppName,
String appResourceID,
String capabilityName)
- Construct a resource whose role policies will be scoped at the enterprise application level
- Parameters
entAppName
- Enterprise application name.
webAppName
- Webapp name.
appResourceID
- Application-defined resource taxonomy Id
capabilityName
- Optional application-defined capability to evaluate. If no capability name is specified, a policy with no capability name will be used if found.
getResourceScope
public final int getResourceScope()
- Return the resource type of this class.
-
- Specified by:
getResourceScope
in class P13nResource
-
- Returns
- EntitlementConstants.ENT_APP_ROLE_INHERITANCE.
Skip navigation links
Copyright © 2010, Oracle. All rights reserved.