List of usage examples for org.apache.shiro.web.servlet OncePerRequestFilter subclass-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
*/