PlaceholderEntitlementResource Class
- public class PlaceholderEntitlementResource
extends P13nLibraryResource
This class is used to represent a portal placeholder
resource for management and runtime checking of role and security
policies.
-
Hierarchy
-
Object
ResourceBase
P13nResource
P13nLibraryResource
PlaceholderEntitlementResource
-
All Implemented Interfaces
-
Resource
, SecurityResource
, SelfDescribingResource
, Serializable
-
PlaceholderEntitlementResource(
String entAppName, String webAppName, String appRsrcId, String libRsrcId, String capability)
Construct a resource whose role policies are scoped at a
single leaf node, and whose security policies follow the 2 tier
desktop/library inheritance scheme.
|
Methods from com.bea.p13n.entitlements.resource.P13nResource |
getCapabilityName , getEntAppName , getKeys , getResourceName , getResourceScope , 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 |
PlaceholderEntitlementResource
public PlaceholderEntitlementResource(String
entAppName,
String
webAppName,
String
appRsrcId,
String
libRsrcId,
String
capability)
Construct a resource whose role policies are scoped at a
single leaf node, and whose security policies follow the 2 tier
desktop/library inheritance scheme.
createAppResourceId(DesktopDefinitionId, PageDefinitionId, PlaceholderDefinitionId) Method
public static String
createAppResourceId(DesktopDefinitionId
desktopDefinitionId,
PageDefinitionId
pageDefinitionId,
PlaceholderDefinitionId
placeholderDefinitionId)
createLibraryResourceId(PageDefinitionId, PlaceholderDefinitionId) Method
public static String
createLibraryResourceId(PageDefinitionId
pageDefinitionId,
PlaceholderDefinitionId
placeholderDefinitionId)
createPlaceholderEntitlementResource(DesktopDefinitionId, PageDefinitionId, PlaceholderDefinitionId, String) Method
public static PlaceholderEntitlementResource
createPlaceholderEntitlementResource(DesktopDefinitionId
desktopDefinitionId,
PageDefinitionId
pageDefinitionId,
PlaceholderDefinitionId
placeholderDefinitionId,
String
capability)
createPlaceholderUpdateEntitlementResource(DesktopDefinitionId, PageDefinitionId, PlaceholderDefinitionId) Method
public static PlaceholderEntitlementResource
createPlaceholderUpdateEntitlementResource(DesktopDefinitionId
desktopDefinitionId,
PageDefinitionId
pageDefinitionId,
PlaceholderDefinitionId
placeholderDefinitionId)