Class AccessResolverAccounts
java.lang.Object
oracle.stellent.ridc.convenience.usersecurity.impl.AccessResolverAccounts
- All Implemented Interfaces:
IAccessResolver
Account part of access level
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Clear any cache of informationvoid
clearCache
(ITrace trace) Clear any cache of informationresolveAccessLevel
(DataObject docInfo, DataBinder userBinder) Deprecated.this method swallows IdcClientExceptionsresolveAccessLevel
(DataObject docInfo, DataBinder userBinder, ITrace trace) Get the user's access level for this document.
-
Field Details
-
m_csEnvCache
-
m_log
-
-
Constructor Details
-
AccessResolverAccounts
-
-
Method Details
-
resolveAccessLevel
Deprecated.this method swallows IdcClientExceptionsFor a given document, determine the user's access level- Specified by:
resolveAccessLevel
in interfaceIAccessResolver
- 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 interfaceIAccessResolver
- Parameters:
docInfo
- DataObject containing security information about the document (typically from DOC_INFO)userBinder
- DataBinder containing ResultSets for user securitytrace
-- 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 interfaceIAccessResolver
-
clearCache
Clear any cache of information- Specified by:
clearCache
in interfaceIAccessResolver
-