Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


oracle.wcps.property.security
Interface IPropertyPermission

All Known Implementing Classes:
UsersPropertyPermission

public interface IPropertyPermission

Represents permission class to determine if a capability is allowed on a property or propertyset resource.


Field Summary
static IPropertyPermission NULL
           

 

Method Summary
 boolean isAllowed(IContext context, Capability c, IResourceId resourceId)
          Returns true if the given c capability is allowed on the given resource resourceId.

 

Field Detail

NULL

static final IPropertyPermission NULL

Method Detail

isAllowed

boolean isAllowed(IContext context,
                  Capability c,
                  IResourceId resourceId)
Returns true if the given c capability is allowed on the given resource resourceId.
Parameters:
context - property service context. If this API is accessed remotely this context must have remote properties.
c - a capability
resourceId - a resource id
Returns:
true if capability is allowed on the given resource id, otherwise false.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


Copyright © 2009, 2012, Oracle and/or its affiliates. All rights reserved.