Uses of Interface
oracle.stellent.ridc.convenience.usersecurity.IServiceCallUtils
Packages that use IServiceCallUtils
-
Uses of IServiceCallUtils in oracle.stellent.ridc.convenience.usersecurity.impl
Classes in oracle.stellent.ridc.convenience.usersecurity.impl that implement IServiceCallUtilsFields in oracle.stellent.ridc.convenience.usersecurity.impl declared as IServiceCallUtilsModifier and TypeFieldDescriptionprotected IServiceCallUtils
UserSecurityGroupsCache.m_serviceCallUtils
Methods in oracle.stellent.ridc.convenience.usersecurity.impl that return IServiceCallUtilsModifier and TypeMethodDescriptionCSEnvCache.getServiceCallUtils()
UserSecurityGroupsCache.getServiceCallUtils()
Methods in oracle.stellent.ridc.convenience.usersecurity.impl with parameters of type IServiceCallUtilsModifier and TypeMethodDescriptionvoid
UserSecurityGroupsCache.setServiceCallUtils
(IServiceCallUtils serviceCallUtils) Constructors in oracle.stellent.ridc.convenience.usersecurity.impl with parameters of type IServiceCallUtilsModifierConstructorDescriptionCSEnvCache
(IdcClient idcClient, IdcContext idcContext, long timeToLive, IServiceCallUtils serviceCallUtils) UserSecurityGroupsCache
(IdcClient idcClient, int cacheMaxSize, long userTimeToLive, long serverTimeToLive, IdcContext superuser, IServiceCallUtils serviceCallUtils) Create a security implementation that checks Security GroupsUserSecurityGroupsCache
(IdcClient idcClient, int cacheMaxSize, long timeToLive, IServiceCallUtils serviceCallUtils) Deprecated.UserSGAccountsCache
(IdcClient idcClient, int cacheMaxSize, long userTimeToLive, long serverTimeToLive, IdcContext superuser, IServiceCallUtils serviceCallUtils) Create a security implementation that checks Security Groups and Accounts if Account Security is enabled on the content server with UseAccounts=1UserSGAcctAclCache
(IdcClient idcClient, int cacheMaxSize, long userTimeToLive, long serverTimeToLive, IdcContext superuser, IServiceCallUtils serviceCallUtils) Create a security implementation that checks Security Groups, Accounts, and ACLs depending on the content server's settings for UseAccounts and UseCollaboration