Class UserSGAccountsCache

java.lang.Object
oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityGroupsCache
oracle.stellent.ridc.convenience.usersecurity.impl.UserSGAccountsCache
All Implemented Interfaces:
IUserSecurityCache
Direct Known Subclasses:
UserSGAcctAclCache

@Exported public class UserSGAccountsCache extends UserSecurityGroupsCache
Implementation of Content Security will check Security Groups and Accounts
  • Constructor Details

    • UserSGAccountsCache

      public UserSGAccountsCache(IdcClient idcClient, int cacheMaxSize, long userTimeToLive, long serverTimeToLive)
      Deprecated.
      Create a security implementation that checks Security Groups and Accounts if Account Security is enabled on the content server with UseAccounts=1 This constructor will use the anonymous user to fetch environment information. You should consider using another constructor and the superuser as some environment information is restricted. Since this is a potentially dangerous configuration (you will silently not get all the information you think you should be getting) it is marked as deprecated.
      Parameters:
      idcClient - RIDC connection information
      cacheMaxSize - Number of entries (userids) to keep in LRU cache
      userTimeToLive - Number of milliseconds before an entry is too old
      serverTimeToLive - Number of milliseconds to keep server's Environment information
      See Also:
    • UserSGAccountsCache

      public UserSGAccountsCache(IdcClient idcClient, int cacheMaxSize, long userTimeToLive, long serverTimeToLive, IdcContext superuser)
      Create a security implementation that checks Security Groups and Accounts if Account Security is enabled on the content server with UseAccounts=1
      Parameters:
      idcClient - RIDC connection information
      cacheMaxSize - Number of entries (userids) to keep in LRU cache
      userTimeToLive - Number of milliseconds before an entry is too old
      serverTimeToLive - Number of milliseconds to keep server's Environment information
      superuser - Admin-level user to fetch environment information
      See Also:
    • UserSGAccountsCache

      public 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
      Parameters:
      idcClient - RIDC connection information
      cacheMaxSize - Number of entries (userids) to keep in LRU cache
      userTimeToLive - Number of milliseconds before an entry is too old
      serverTimeToLive - Number of milliseconds to keep server's Environment information
      superuser - Admin-level user to fetch environment information
      serviceCallUtils - util class perhaps a mock object for testing
      See Also: