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 TypeMethodDescriptionvoidIAccessResolver.clearCache(ITrace trace) Clear any cache of informationvoidIUserSecurityCache.clearCache(ITrace trace) Clear the cache completelyintIUserSecurityCache.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.booleanIUserSecurityCache.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 TypeMethodDescriptionvoidAccessResolverAccounts.clearCache(ITrace trace) Clear any cache of informationvoidAccessResolverAcl.clearCache(ITrace trace) voidAccessResolverSecurityGroups.clearCache(ITrace trace) Clear any cache of informationvoidAliasCache.clearCache(ITrace trace) Clear any cache of informationvoidCSEnvCache.clearCache(ITrace trace) Clear any cache of informationvoidUserSecurityGroupsCache.clearCache(ITrace trace) Clear the cache completelyintUserSecurityGroupsCache.getAccessLevelForDocument(CacheId id, DataObject docInfo, ITrace trace) Get the user's access level for a document.intAclListInfo.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 userintAclListInfo.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.booleanAclListInfo.isAclListChecked(ITrace trace) booleanUserSecurityGroupsCache.isAdmin(CacheId id, DataObject docInfo, IUserSecurityCache.AdminType adminType, ITrace trace) Returns the Admin flag for the specific admin type.booleanUserSecurityGroupsCache.isAuthorDelete(CacheId id, DataObject docInfo, int access, ITrace trace) booleanCSEnvCache.isAuthorDeleteEnabled(ITrace trace) booleanCSEnvCache.isCollaborationModel(ITrace trace) Check to see if the server is using Collaboration for Acl SecuritybooleanCSEnvCache.isInSpecialAuthGroups(String dSecurityGroup, ITrace trace) Check to see if dSecurityGroup is covered by ACLbooleanAliasCache.isUserInAlias(String userName, String aliasName, ITrace trace) Check to see if the specified user is present in the specified aliases' associated user list.booleanCSEnvCache.isUsing11gDefaultAcl(ITrace trace) Check to see which default ACL algorithm to usebooleanCSEnvCache.isUsingAccounts(ITrace trace) Check to see if the server is using Accounts securitybooleanCSEnvCache.isUsingAcl(ITrace trace) Check to see if the server is using Acl securitybooleanCSEnvCache.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.