Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-02


oracle.stellent.wcm.server.content
Interface ContentSecurityHandler

All Known Implementing Classes:
DefaultContentSecurityHandler

public interface ContentSecurityHandler

Handles access security to the individual content objects stored in the web staging directories. Invoked when accessing local files if the server is not in Contribution mode. When in Contribution mode, all security is handled via calls to the Content Server.


Method Summary
 boolean hasAccess(SiteRequest siteRequest, ProviderContent webContent)
          Determine if the given identity has access to the content.

 

Method Detail

hasAccess

boolean hasAccess(SiteRequest siteRequest,
                  ProviderContent webContent)
Determine if the given identity has access to the content.
Parameters:
siteRequest - the site request
webContent - the web content
Returns:
true if access is granted, false otherwise

Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-02


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.