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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Method

voidsetSessionDAO(SessionDAO sessionDAO)
voidsetSessionIdCookie(Cookie sessionIdCookie)
voidsetSessionIdCookieEnabled(boolean sessionIdCookieEnabled)
voidsetSessionIdUrlRewritingEnabled(boolean sessionIdUrlRewritingEnabled)
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).
voidsetSessionValidationSchedulerEnabled(boolean sessionValidationSchedulerEnabled)