P13nSecurityResource Class
- public class P13nSecurityResource
extends P13nResource
implements SecurityResource
The SecurityResource class is used to represent
an application defined resource for the
runtime checking of security policies.
This class will search for security policies
beginning at the application resource leaf node and then
in a hiearchical manner, until located.
-
Hierarchy
-
Object
ResourceBase
P13nResource
P13nSecurityResource
-
All Implemented Interfaces
-
Resource
, SecurityResource
, SelfDescribingResource
, Serializable
Methods from com.bea.p13n.entitlements.resource.P13nResource |
getCapabilityName , getEntAppName , getKeys , getResourceName , getSecurityResource , getType , getWebAppName , makeParent , setInitialValues , setSecurityResource , toString
|
Methods from weblogic.security.service.ResourceBase |
appendArrayValue, appendValue, equals, getFieldType, getID, getKeys, getParentResource, getRepeatingFieldIndex, getRepeatingFieldTerminatingIndex, getValues, hashCode, init, init, makeParent, reset, toString, writeResourceString |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
P13nSecurityResource
public P13nSecurityResource(String
entAppName,
String
webAppName,
String
appResourceID,
String
capability,
int scopeOverride)
- Construct a resource to be used for location of
security policies.
P13nSecurityResource
public P13nSecurityResource(String
entAppName,
String
webAppName,
String
appResourceID,
String
capability)
- Construct a resource to be used for location of
security policies.
getResourceScope() Method
public final int getResourceScope()
Return the resource type of this class.
-
Overrides
-
P13nResource.getResourceScope()
Returns
- EntitlementConstants.SECURITY_POLICY_INHERITANCE.