Example usage for org.apache.shiro.web.servlet OncePerRequestFilter subclass-usage

List of usage examples for org.apache.shiro.web.servlet OncePerRequestFilter subclass-usage

Introduction

In this page you can find the example usage for org.apache.shiro.web.servlet OncePerRequestFilter subclass-usage.

Usage

From source file com.stormpath.shiro.servlet.filter.StormpathShiroPassiveLoginFilter.java

/**
 * If a Stormpath Account is found via the AccountResolver, and the current subject is NOT already logged in,
 * A login request will be made with a {@link AccountAuthenticationToken}.
 *
 * @since 0.7.0
 */