PortalEntitlementResource Class
- public class PortalEntitlementResource
extends P13nResource
PortalEntitlementResource
-
Hierarchy
-
Object
ResourceBase
P13nResource
PortalEntitlementResource
-
All Implemented Interfaces
-
Resource
, SelfDescribingResource
, Serializable
-
PortalEntitlementResource(
String entAppName, String webAppName, String resourceType, String resourceId, String capability, int resourceScope)
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.
|
-
PortalEntitlementResource(
String entAppName, String webAppName, String resourceType, String resourceId, String capability)
Construct a resource whose role policies are scoped at a
single leaf node.
|
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 |
BOOK_RESOURCE_TYPE
public static final String
BOOK_RESOURCE_TYPE
DESKTOP_RESOURCE_TYPE
public static final String
DESKTOP_RESOURCE_TYPE
LAYOUT_RESOURCE_TYPE
public static final String
LAYOUT_RESOURCE_TYPE
LOOK_AND_FEEL_RESOURCE_TYPE
public static final String
LOOK_AND_FEEL_RESOURCE_TYPE
MARKUP_RESOURCE_TYPE
public static final String
MARKUP_RESOURCE_TYPE
MENU_RESOURCE_TYPE
public static final String
MENU_RESOURCE_TYPE
PAGE_RESOURCE_TYPE
public static final String
PAGE_RESOURCE_TYPE
PLACEHOLDER_RESOURCE_TYPE
public static final String
PLACEHOLDER_RESOURCE_TYPE
PORTAL_RESOURCE_TYPE
public static final String
PORTAL_RESOURCE_TYPE
PORTLET_CATEGORY_RESOURCE_TYPE
public static final String
PORTLET_CATEGORY_RESOURCE_TYPE
PORTLET_RESOURCE_TYPE
public static final String
PORTLET_RESOURCE_TYPE
SHELL_RESOURCE_TYPE
public static final String
SHELL_RESOURCE_TYPE
THEME_RESOURCE_TYPE
public static final String
THEME_RESOURCE_TYPE
PortalEntitlementResource
public PortalEntitlementResource(String
entAppName,
String
webAppName,
String
resourceType,
String
resourceId,
String
capability,
int resourceScope)
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.
PortalEntitlementResource
public PortalEntitlementResource(String
entAppName,
String
webAppName,
String
resourceType,
String
resourceId,
String
capability)
Construct a resource whose role policies are scoped at a
single leaf node. The policy location and resource scope
default to EntitlementConstants.P13N_ADMIN_ROLE_POLICY_POOL
and EntitlementConstants.HIERARCHICAL_ROLE_INHERITANCE
respectively.
getResourceScope() Method
public final int getResourceScope()
Return the resource type of this class.
-
Overrides
-
P13nResource.getResourceScope()
Returns
- the resource scope. See
EntitlementConstants
for legal
values of resourceScope.