Skip navigation links

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

E17273-01


oracle.stellent.wcm.server.content.spi
Interface SecurityAdapter

All Known Implementing Classes:
FSSecurityAdapter

public interface SecurityAdapter

Handle security for SPI content


Field Summary
static int ACCESS_READ
           

 

Method Summary
 int getAccessRights(oracle.stellent.ridc.IdcContext context, oracle.stellent.ridc.model.DataBinder metaBinder)
          Retrieve the access rights for a given content ID
 int getAccessRightsForSection(oracle.stellent.ridc.IdcContext context, SectionNode section)
          Retrieve the access rights for a given section

 

Field Detail

ACCESS_READ

static final int ACCESS_READ
See Also:
Constant Field Values

Method Detail

getAccessRights

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
Parameters:
context - the user context
metaBinder - the data binder
Returns:
the access rights as a bit-mask
Throws:
oracle.stellent.ridc.IdcClientException

getAccessRightsForSection

int getAccessRightsForSection(oracle.stellent.ridc.IdcContext context,
                              SectionNode section)
                              throws oracle.stellent.ridc.IdcClientException
Retrieve the access rights for a given section
Parameters:
context - the user context
section - the section
Returns:
the access rights as a bit-mask
Throws:
oracle.stellent.ridc.IdcClientException

Skip navigation links

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

E17273-01


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