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 reporter  
  • Constructor Summary

    Constructors
    Constructor Description
    CasHttpSessionRepo()  
  • Method Summary

    Modifier and Type Method Description
    org.beangle.security.core.session.Session access​(String arg0, Instant arg1)  
    org.beangle.security.core.session.Session get​(String arg0)  
    void init()  
    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

    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
    • setCacheManager

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

      public void setFlushInterval​(int arg0)