java.lang.Object
oracle.stellent.ridc.convenience.usersecurity.impl.TimedIdcContext

@Concealed public class TimedIdcContext extends Object
Holds user-specific valid IdcContext and checks for its validity based on UCM session. If the IdcContext has timed out then facilitates with creating a new one.
  • Field Details

    • m_log

      protected ILog m_log
      Logger
  • Constructor Details

    • TimedIdcContext

      public TimedIdcContext(IdcContext idcContext, IdcClient<?,?,?> idcClient)
      Constructor to initialize TimedIdcContext.
      Parameters:
      idcContext - IdcContext
      idcClient - IdcClient
  • Method Details

    • getIdcContext

      public IdcContext getIdcContext()
      Get the user-specific IdcContext.
      Returns:
      IdcContext
    • isTimeToCheck

      public Boolean isTimeToCheck()
      Whether time interval lapsed to check for the IdcContext validity.
      Returns:
      IdcContext validity check should be performed
    • hasContextExpired

      public Boolean hasContextExpired()
      Whether the IdcContext has expired based on UCM session.
      Returns:
      IdcContext validity has expired or not
    • refresh

      public void refresh()
      Refresh the IdcContext.
    • setLastUsedTime

      public void setLastUsedTime(long currentTime)
      Set the last used time with current.
      Parameters:
      currentTime - current time