Package org.openurp.app.security.service
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.AccessReporterreporter -
Constructor Summary
Constructors Constructor Description CasHttpSessionRepo() -
Method Summary
Modifier and Type Method Description org.beangle.security.core.session.Sessionaccess(String arg0, Instant arg1)org.beangle.security.core.session.Sessionget(String arg0)voidinit()voidsetCacheManager(org.beangle.commons.cache.CacheManager arg0)voidsetConfig(org.beangle.security.ids.CasConfig config)voidsetFlushInterval(int arg0)Methods inherited from class org.beangle.security.ids.session.HttpSessionRepo
getInternal, setAccessUrl, setExpireUrl, setGeturl
-
Field Details
-
reporter
protected org.beangle.security.ids.session.AccessReporter reporter
-
-
Constructor Details
-
CasHttpSessionRepo
public CasHttpSessionRepo()
-
-
Method Details
-
init
public void init()- Specified by:
initin interfaceorg.beangle.commons.bean.Initializing
-
setConfig
public void setConfig(org.beangle.security.ids.CasConfig config) -
get
- Specified by:
getin interfaceorg.beangle.security.core.session.SessionRepo
-
access
- Specified by:
accessin interfaceorg.beangle.security.core.session.SessionRepo
-
setCacheManager
public void setCacheManager(org.beangle.commons.cache.CacheManager arg0) -
setFlushInterval
public void setFlushInterval(int arg0)
-