Class AccessResolverAccounts

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

@Concealed public class AccessResolverAccounts extends Object implements IAccessResolver
Account part of access level
  • Field Details

    • m_csEnvCache

      protected CSEnvCache m_csEnvCache
    • m_log

      protected ILog m_log
  • Constructor Details

    • AccessResolverAccounts

      public AccessResolverAccounts(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
      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
      Get the user's access level for this document. This resolver will not participate when the user doesn't have #none and the document has no account assigned to it. This resolver will also not participate if the Content Server isn't using accounts The resolver will binary OR all the permissions for accounts where the document's account name starts with each account in the account access list.
      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
      trace -
      Returns:
      null or access levels presented as bits in an integer
      Throws:
      IdcClientException
    • clearCache

      public void clearCache()
      Clear any cache of information
      Specified by:
      clearCache in interface IAccessResolver
    • clearCache

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