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

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

Introduction

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

Usage

From source file cn.guoyukun.spring.shiro.session.mgt.OnlineSessionFactory.java

/**
 * session
 * ?
 *  ip
 * ? ? 
 *  ?

From source file com.caricah.iotracah.bootstrap.security.IOTSessionFactory.java

/**
 *
 * {@code SessionFactory} implementation that generates {@link IOTClient} instances.
 *
 * @author <a href="mailto:bwire@caricah.com"> Peter Bwire </a>
 * @version 1.0 1/16/16

From source file org.lazulite.boot.autoconfigure.osaam.shiro.session.mgt.OnlineSessionFactory.java

/**
 * session
 * ?
 *  ip
 * ? ? 
 *  ?

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

public interface TolvenSessionFactory extends SessionFactory {

    public Session createSession(TolvenSessionState tolvenSessionState);

}