Class CasHttpSessionRepo

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

public class CasHttpSessionRepo extends org.beangle.security.ids.session.HttpSessionRepo implements org.beangle.commons.bean.Initializing
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.beangle.security.ids.session.AccessReporter
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.beangle.security.core.session.Session
    access​(String arg0, Instant arg1)
     
    void
    evict​(String arg0)
     
    org.beangle.security.core.session.Session
    get​(String arg0)
     
    void
     
    void
    setCacheManager​(org.beangle.commons.cache.CacheManager arg0)
     
    void
    setConfig​(org.beangle.security.ids.CasConfig config)
     
    void
    setFlushInterval​(int arg0)
     

    Methods inherited from class org.beangle.security.ids.session.HttpSessionRepo

    expire, getInternal, setAccessUrl, setExpireUrl, setGeturl

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • reporter

      protected org.beangle.security.ids.session.AccessReporter reporter
  • 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(org.beangle.security.ids.CasConfig config)
    • get

      public org.beangle.security.core.session.Session get(String arg0)
      Specified by:
      get in interface org.beangle.security.core.session.SessionRepo
    • access

      public org.beangle.security.core.session.Session access(String arg0, Instant arg1)
      Specified by:
      access in interface org.beangle.security.core.session.SessionRepo
    • evict

      public final void evict(String arg0)
    • setCacheManager

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

      public void setFlushInterval(int arg0)