Example usage for org.apache.shiro.web.env WebEnvironment interface-usage

List of usage examples for org.apache.shiro.web.env WebEnvironment interface-usage

Introduction

In this page you can find the example usage for org.apache.shiro.web.env WebEnvironment interface-usage.

Usage

From source file org.seedstack.seed.web.internal.security.shiro.WebGuiceEnvironment.java

@Singleton
class WebGuiceEnvironment implements WebEnvironment {
    private FilterChainResolver filterChainResolver;
    private ServletContext servletContext;
    private WebSecurityManager securityManager;

From source file org.seedstack.seed.web.security.internal.shiro.WebGuiceEnvironment.java

@Singleton
class WebGuiceEnvironment implements WebEnvironment {
    private FilterChainResolver filterChainResolver;
    private ServletContext servletContext;
    private WebSecurityManager securityManager;