Java org.apache.shiro.session.mgt DefaultSessionManager fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro.session.mgt DefaultSessionManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.shiro.session.mgt DefaultSessionManager.

The text is from its open source code.

Subclass

org.apache.shiro.session.mgt.DefaultSessionManager has subclasses.
Click this link to see all its subclasses.

Constructor

Method

SessionDAOgetSessionDAO()
voidsetCacheManager(CacheManager cacheManager)
voidsetDeleteInvalidSessions(boolean deleteInvalidSessions)
Sets whether or not sessions should be automatically deleted after they are discovered to be invalid.
voidsetSessionDAO(SessionDAO sessionDAO)
voidsetSessionListeners(Collection listeners)
voidsetSessionValidationInterval(long sessionValidationInterval)
If using the underlying default SessionValidationScheduler (that is, the #setSessionValidationScheduler(SessionValidationScheduler) setSessionValidationScheduler method is never called) , this method allows one to specify how frequently session should be validated (to check for orphans).
voidsetSessionValidationScheduler(SessionValidationScheduler sessionValidationScheduler)
voidsetSessionValidationSchedulerEnabled(boolean sessionValidationSchedulerEnabled)