Example usage for org.apache.shiro.session.mgt ValidatingSession interface-usage

List of usage examples for org.apache.shiro.session.mgt ValidatingSession interface-usage

Introduction

In this page you can find the example usage for org.apache.shiro.session.mgt ValidatingSession interface-usage.

Usage

From source file com.caricah.iotracah.bootstrap.security.realm.state.IOTClient.java

/**
 * Simple {@link org.apache.shiro.session.Session} JavaBeans-compatible POJO implementation, intended to be used on the
 * business/server tier.
 *
 * @since 0.1
 */

From source file org.tolven.session.DefaultTolvenSession.java

public class DefaultTolvenSession implements TolvenSession, ValidatingSession, Serializable {

    protected static final long MILLIS_PER_SECOND = 1000;
    protected static final long MILLIS_PER_MINUTE = 60 * MILLIS_PER_SECOND;
    protected static final long MILLIS_PER_HOUR = 60 * MILLIS_PER_MINUTE;