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.impl
Class DefaultContentSecurityHandler

java.lang.Object
  extended by oracle.stellent.wcm.server.content.impl.DefaultContentSecurityHandler

All Implemented Interfaces:
ContentSecurityHandler

public class DefaultContentSecurityHandler
extends java.lang.Object
implements ContentSecurityHandler

Provides default access restriction to content.


Constructor Summary
DefaultContentSecurityHandler()
           

 

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

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

DefaultContentSecurityHandler

public DefaultContentSecurityHandler()

Method Detail

hasAccess

public boolean hasAccess(SiteRequest siteRequest,
                         ProviderContent webContent)
Determine if the given identity has access to the content.
Specified by:
hasAccess in interface ContentSecurityHandler
Parameters:
webContent - the web content
siteRequest - the site request
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.