P13nLibraryResource Class

com.bea.p13n.entitlements.resource
P13nLibraryResource Class

public class P13nLibraryResource

    extends P13nResource
    implements SecurityResource

The P13nLibraryResource class is used to represent an application defined resource for the runtime checking of role or security policies, which may be found scoped to a resource or a separate library.


Hierarchy
Object
  ResourceBase
    P13nResource
      P13nLibraryResource
All Implemented Interfaces

Resource, SecurityResource, SelfDescribingResource, Serializable

Field Summary

   
Fields from  com.bea.p13n.entitlements.resource.P13nResource
empty
 
Fields from  weblogic.security.service.ResourceBase
id, length, NO_PARENT, parent, resStr, SCOPE_RESOURCE_ACTION, values
 
Fields from interface weblogic.security.spi.SelfDescribingResource
LIST_FIELD_TYPE, NORMAL_FIELD_TYPE, PATH_FIELD_TYPE, UNDEFINED_FIELD_TYPE
 

Constructor Summary

P13nLibraryResource(String entAppName, String webAppName, String appResourceID, String capability, String libraryResourceID)

Construct a resource to be used for location of security policies.
 

Method Summary

public final int
getResourceScope()
Return the resource type of this class.
 
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
   
Methods from interface weblogic.security.spi.Resource
equals, getID, getKeys, getParentResource, getType, getValues, hashCode, toString
 
Methods from interface weblogic.security.spi.SelfDescribingResource
getFieldType, getRepeatingFieldIndex, getRepeatingFieldTerminatingIndex
 

Constructor Detail

P13nLibraryResource

public P13nLibraryResource(String entAppName, 
                           String webAppName, 
                           String appResourceID, 
                           String capability, 
                           String libraryResourceID)
Construct a resource to be used for location of security policies.
 

Method Detail

getResourceScope() Method

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

Overrides
P13nResource.getResourceScope()

Returns

EntitlementConstants.POLICY_LIBRARY_INHERITANCE.