Example usage for org.apache.shiro.web.filter.mgt FilterChainResolver interface-usage

List of usage examples for org.apache.shiro.web.filter.mgt FilterChainResolver interface-usage

Introduction

In this page you can find the example usage for org.apache.shiro.web.filter.mgt FilterChainResolver interface-usage.

Usage

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

/**
 * A {@link FilterChainResolver} that executes a list of priority filters before the consulting the delegate
 * FilterChainResolver.
 *
 * @since 0.7.0
 */

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

class SimpleFilterChainResolver implements FilterChainResolver {
    private final Map<String, ShiroWebModule.FilterKey[]> chains;
    private final Injector injector;
    private final PatternMatcher patternMatcher;

    SimpleFilterChainResolver(Map<String, ShiroWebModule.FilterKey[]> chains, Injector injector,

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

class SimpleFilterChainResolver implements FilterChainResolver {
    private final Map<String, ShiroWebModule.FilterKey[]> chains;
    private final Injector injector;
    private final PatternMatcher patternMatcher;

    SimpleFilterChainResolver(Map<String, ShiroWebModule.FilterKey[]> chains, Injector injector,

From source file org.tolven.shiro.web.filter.mgt.TolvenFilterChainResolver.java

public class TolvenFilterChainResolver implements FilterChainResolver {

    @EJB
    private TolvenAuthorizationLocal authBean;

    private FilterConfig filterConfig;