CSEnvCache(IdcClient idcClient,
IdcContext idcContext,
long timeToLive,
IServiceCallUtils serviceCallUtils) |
UserSecurityGroupsCache(IdcClient idcClient,
int cacheMaxSize,
long timeToLive,
IServiceCallUtils serviceCallUtils)
Deprecated.
|
UserSecurityGroupsCache(IdcClient idcClient,
int cacheMaxSize,
long userTimeToLive,
long serverTimeToLive,
IdcContext superuser,
IServiceCallUtils serviceCallUtils)
Create a security implementation that checks Security Groups
|
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=1
|
UserSGAcctAclCache(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
|