Skip navigation links 
 
oracle.stellent.wcm.server.content.fs
Class FSSecurityAdapter
java.lang.Object
   oracle.stellent.wcm.server.content.fs.FSSecurityAdapter
oracle.stellent.wcm.server.content.fs.FSSecurityAdapter
- All Implemented Interfaces:
- SecurityAdapter
- 
public class FSSecurityAdapter
 
- extends java.lang.Object
- implements SecurityAdapter
Security adapter for Content Server
 
 
  
 
  
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
FSSecurityAdapter
public FSSecurityAdapter(SecurityConfiguration securityConfig,
                         IdcClientFactory idcFactory)
getSecurityConfig
public SecurityConfiguration getSecurityConfig()
getIdcFactory
public IdcClientFactory getIdcFactory()
getIdcClient
public oracle.stellent.ridc.IdcClient getIdcClient()
getSecurityCache
public oracle.stellent.ridc.convenience.usersecurity.IUserSecurityCache getSecurityCache()
getAccessRights
public int getAccessRights(oracle.stellent.ridc.IdcContext context,
                           oracle.stellent.ridc.model.DataBinder metaBinder)
                    throws oracle.stellent.ridc.IdcClientException
- Retrieve the access rights for a given content ID
- 
- Specified by:
- getAccessRightsin interface- SecurityAdapter
 
- 
- Parameters:
- context- the user context
- metaBinder- the data binder
- Returns:
- the access rights as a bit-mask
- Throws:
- oracle.stellent.ridc.IdcClientException
 
getAccessRightsForSection
public int getAccessRightsForSection(oracle.stellent.ridc.IdcContext context,
                                     SectionNode section)
                              throws oracle.stellent.ridc.IdcClientException
- Retrieve the access rights for a given section
- 
- Specified by:
- getAccessRightsForSectionin interface- SecurityAdapter
 
- 
- Parameters:
- context- the user context
- section- the section
- Returns:
- the access rights as a bit-mask
- Throws:
- oracle.stellent.ridc.IdcClientException
 
createSecurityCache
protected oracle.stellent.ridc.convenience.usersecurity.IUserSecurityCache createSecurityCache()
- Create a new security cache
- 
- Returns:
- a new security cache instance
 
Skip navigation links 
 
Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.