Class CasHttpSessionRepo

java.lang.Object
org.beangle.security.ids.session.HttpSessionRepo
org.beangle.ems.app.security.service.CasHttpSessionRepo
All Implemented Interfaces:
org.beangle.commons.bean.Initializing, SessionRepo

public class CasHttpSessionRepo extends HttpSessionRepo implements org.beangle.commons.bean.Initializing
  • Field Details

  • Constructor Details

    • CasHttpSessionRepo

      public CasHttpSessionRepo()
  • Method Details

    • init

      public void init()
      Specified by:
      init in interface org.beangle.commons.bean.Initializing
    • setConfig

      public void setConfig(CasConfig config)
    • get

      public Session get(String arg0)
      Specified by:
      get in interface SessionRepo
    • access

      public Session access(String arg0, Instant arg1)
      Specified by:
      access in interface SessionRepo
    • evict

      public final void evict(String arg0)
    • setCacheManager

      public void setCacheManager(org.beangle.commons.cache.CacheManager arg0)
    • setFlushInterval

      public void setFlushInterval(int arg0)