Class UserSGAcctAclCache
java.lang.Object
oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityGroupsCache
oracle.stellent.ridc.convenience.usersecurity.impl.UserSGAccountsCache
oracle.stellent.ridc.convenience.usersecurity.impl.UserSGAcctAclCache
- All Implemented Interfaces:
IUserSecurityCache
Implementation of Content Security will check Security Groups, Accounts and ACLs
-
Nested Class Summary
Nested classes/interfaces inherited from interface oracle.stellent.ridc.convenience.usersecurity.IUserSecurityCache
IUserSecurityCache.AdminType
-
Field Summary
Fields inherited from class oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityGroupsCache
m_accessResolvers, m_csEnvCache, m_idcClient, m_log, m_securityGroupsResolver, m_serviceCallUtils, m_userPermissionsCache
-
Constructor Summary
ConstructorsConstructorDescriptionUserSGAcctAclCache
(IdcClient idcClient, int cacheMaxSize, long userTimeToLive, long serverTimeToLive, IdcContext superuser) Create a security implementation that checks Security Groups, Accounts, and ACLs depending on the content server's settings for UseAccounts and UseCollaborationUserSGAcctAclCache
(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 -
Method Summary
Methods inherited from class oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityGroupsCache
addAccessResolver, clearCache, clearCache, getAccessLevelForDocument, getAccessLevelForDocument, getCacheIdForUser, getCacheIdForUser, getIdcClient, getInUseCount, getPermissions, getServiceCallUtils, getUserSecurityFlags, initializeCache, isAdmin, isAdmin, isAuthorDelete, putPermissions, removeCacheId, removePermissions, removeStaleEntries, setIdcClient, setServiceCallUtils
-
Constructor Details
-
UserSGAcctAclCache
public UserSGAcctAclCache(IdcClient idcClient, int cacheMaxSize, long userTimeToLive, long serverTimeToLive, IdcContext superuser) Create a security implementation that checks Security Groups, Accounts, and ACLs depending on the content server's settings for UseAccounts and UseCollaboration- Parameters:
idcClient
- RIDC connection informationcacheMaxSize
- Number of entries (userids) to keep in LRU cacheuserTimeToLive
- Number of milliseconds before an entry is too oldserverTimeToLive
- Number of milliseconds to keep server's Environment informationsuperuser
- Admin-level user to fetch Alias information for ACL security- See Also:
-
UserSGAcctAclCache
public 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- Parameters:
idcClient
- RIDC connection informationcacheMaxSize
- Number of entries (userids) to keep in LRU cacheuserTimeToLive
- Number of milliseconds before an entry is too oldserverTimeToLive
- Number of milliseconds to keep server's Environment informationsuperuser
- Admin-level user to fetch Alias information for ACL securityserviceCallUtils
- util class perhaps a mock object for testing- See Also:
-