Uses of Interface
oracle.stellent.ridc.convenience.usersecurity.ITrace
Packages that use ITrace
Package
Description
-
Uses of ITrace in oracle.stellent.ridc.convenience.usersecurity
Methods in oracle.stellent.ridc.convenience.usersecurity with parameters of type ITraceModifier and TypeMethodDescriptionvoid
IAccessResolver.clearCache
(ITrace trace) Clear any cache of informationvoid
IUserSecurityCache.clearCache
(ITrace trace) Clear the cache completelyint
IUserSecurityCache.getAccessLevelForDocument
(CacheId id, DataObject docInfo, ITrace trace) Get the user's access level for a document.IServiceCallUtils.getAliasMap
(IdcClient client, IdcContext superuser, ITrace trace) Get the Alias list from the Content Server.IUserSecurityCache.getCacheIdForUser
(IdcContext userContext, ITrace trace) Get the CacheId.IServiceCallUtils.getServerEnvironment
(IdcClient client, IdcContext userContext, ITrace trace) Get the environment information of the content server Interesting localdata are UseCollaboration, and UseAccountsIServiceCallUtils.getUserPermissions
(IdcClient client, IdcContext userContext, ITrace trace) Get the user's permissions from Content ServerIUserSecurityCache.getUserSecurityFlags
(CacheId id, ITrace trace) Returns the UserSecurityFlags object.boolean
IUserSecurityCache.isAdmin
(CacheId id, DataObject docInfo, IUserSecurityCache.AdminType adminType, ITrace trace) Returns the Admin flag for the specific admin type.IAccessResolver.resolveAccessLevel
(DataObject docInfo, DataBinder userBinder, ITrace trace) For a given document, determine the user's access level If the resolver determines that it doesn't want to participate in the access level calculation, it returns null -
Uses of ITrace in oracle.stellent.ridc.convenience.usersecurity.impl
Classes in oracle.stellent.ridc.convenience.usersecurity.impl that implement ITraceMethods in oracle.stellent.ridc.convenience.usersecurity.impl with parameters of type ITraceModifier and TypeMethodDescriptionvoid
AccessResolverAccounts.clearCache
(ITrace trace) Clear any cache of informationvoid
AccessResolverAcl.clearCache
(ITrace trace) void
AccessResolverSecurityGroups.clearCache
(ITrace trace) Clear any cache of informationvoid
AliasCache.clearCache
(ITrace trace) Clear any cache of informationvoid
CSEnvCache.clearCache
(ITrace trace) Clear any cache of informationvoid
UserSecurityGroupsCache.clearCache
(ITrace trace) Clear the cache completelyint
UserSecurityGroupsCache.getAccessLevelForDocument
(CacheId id, DataObject docInfo, ITrace trace) Get the user's access level for a document.int
AclListInfo.getAliasListAccess
(String aliasname, ITrace trace) ServiceCallUtils.getAliasMap
(IdcClient client, IdcContext superuser, ITrace trace) Get the Alias list from the Content Server.UserSecurityGroupsCache.getCacheIdForUser
(IdcContext userContext, ITrace trace) Get the CacheId.UserSecurityGroupsCache.getPermissions
(CacheId id, ITrace trace) Get the permissions for a userint
AclListInfo.getRoleListAccess
(String rolename, ITrace trace) ServiceCallUtils.getServerEnvironment
(IdcClient client, IdcContext userContext, ITrace trace) Get the environment information of the content server Interesting localdata are UseCollaboration, and UseAccountsServiceCallUtils.getUserPermissions
(IdcClient client, IdcContext userContext, ITrace trace) Get the user's permissions from Content ServerUserSecurityGroupsCache.getUserSecurityFlags
(CacheId id, ITrace trace) Returns the UserSecurityFlags object.boolean
AclListInfo.isAclListChecked
(ITrace trace) boolean
UserSecurityGroupsCache.isAdmin
(CacheId id, DataObject docInfo, IUserSecurityCache.AdminType adminType, ITrace trace) Returns the Admin flag for the specific admin type.boolean
UserSecurityGroupsCache.isAuthorDelete
(CacheId id, DataObject docInfo, int access, ITrace trace) boolean
CSEnvCache.isAuthorDeleteEnabled
(ITrace trace) boolean
CSEnvCache.isCollaborationModel
(ITrace trace) Check to see if the server is using Collaboration for Acl Securityboolean
CSEnvCache.isInSpecialAuthGroups
(String dSecurityGroup, ITrace trace) Check to see if dSecurityGroup is covered by ACLboolean
AliasCache.isUserInAlias
(String userName, String aliasName, ITrace trace) Check to see if the specified user is present in the specified aliases' associated user list.boolean
CSEnvCache.isUsing11gDefaultAcl
(ITrace trace) Check to see which default ACL algorithm to useboolean
CSEnvCache.isUsingAccounts
(ITrace trace) Check to see if the server is using Accounts securityboolean
CSEnvCache.isUsingAcl
(ITrace trace) Check to see if the server is using Acl securityboolean
CSEnvCache.isUsingAclRoles
(ITrace trace) Check to see if server is using the RoleEntityACL featureAccessResolverAccounts.resolveAccessLevel
(DataObject docInfo, DataBinder userBinder, ITrace trace) Get the user's access level for this document.AccessResolverAcl.resolveAccessLevel
(DataObject docInfo, DataBinder userBinder, ITrace trace) 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.AccessResolverSecurityGroups.resolveAccessLevel
(DataObject docInfo, DataBinder userBinder, ITrace trace) For a given document, determine the user's access level This resolver always participates.Constructors in oracle.stellent.ridc.convenience.usersecurity.impl with parameters of type ITraceModifierConstructorDescriptionAclListInfo
(CSEnvCache csEnvCache, DataObject docInfo, ITrace trace) Determines if there is any information to be used in this list.