Package org.apache.shiro.session.mgt.quartz

Quartz-based implementations of components that help SessionManager implementations maintain sessions (timed expiration, orphan cleanup, etc).

See:
          Description

Class Summary
QuartzSessionValidationJob A quartz job that basically just calls the ValidatingSessionManager.validateSessions() method on a configured session manager.
QuartzSessionValidationScheduler An implementation of the SessionValidationScheduler that uses Quartz to schedule a job to call ValidatingSessionManager.validateSessions() on a regular basis.
 

Package org.apache.shiro.session.mgt.quartz Description

Quartz-based implementations of components that help SessionManager implementations maintain sessions (timed expiration, orphan cleanup, etc).



Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.