Class AccessResolverAcl

java.lang.Object
oracle.stellent.ridc.convenience.usersecurity.impl.AccessResolverAcl
All Implemented Interfaces:
IAccessResolver

@Concealed public class AccessResolverAcl extends Object implements IAccessResolver
ACL part of access level
  • Field Details

    • m_csEnvCache

      protected CSEnvCache m_csEnvCache
    • m_aliasCache

      protected AliasCache m_aliasCache
    • m_log

      protected ILog m_log
  • Constructor Details

    • AccessResolverAcl

      public AccessResolverAcl(CSEnvCache csEnvCache)
  • Method Details

    • resolveAccessLevel

      @Deprecated public Integer resolveAccessLevel(DataObject docInfo, DataBinder userBinder)
      Deprecated.
      this method swallows IdcClientExceptions
      For a given document, determine the user's access level Fix for bug 9782307, only if the document's group is listed in the enviroment's SpecialAuthGroups list will the access level be checked. In addition, if the group is listed but there is no information at all for xClbraUserList nor xClbraAliasList, then a default behavior is performed. The default is controlled by the environment flag AccessListPrivilegesGrantedWhenEmpty
      Specified by:
      resolveAccessLevel in interface IAccessResolver
      Parameters:
      docInfo - DataObject containing security information about the document (typically from DOC_INFO)
      userBinder - DataBinder containing resultsets for user security
      Returns:
      null or access levels presented as bits in an integer
    • resolveAccessLevel

      public Integer resolveAccessLevel(DataObject docInfo, DataBinder userBinder, ITrace trace) throws IdcClientException
      For a given document, determine the user's access level Fix for bug 9782307, only if the document's group is listed in the enviroment's SpecialAuthGroups list will the access level be checked. In addition, if the group is listed but there is no information at all for xClbraUserList nor xClbraAliasList, then a default behavior is performed. The default is controlled by the environment flag AccessListPrivilegesGrantedWhenEmpty
      Specified by:
      resolveAccessLevel in interface IAccessResolver
      Parameters:
      docInfo - DataObject containing security information about the document (typically from DOC_INFO)
      userBinder - DataBinder containing resultsets for user security
      Returns:
      null or access levels presented as bits in an integer
      Throws:
      IdcClientException
    • clearCache

      public void clearCache()
      Clear the caches
      Specified by:
      clearCache in interface IAccessResolver
    • clearCache

      public void clearCache(ITrace trace)
      Description copied from interface: IAccessResolver
      Clear any cache of information
      Specified by:
      clearCache in interface IAccessResolver