Java org.apache.shiro.web.filter.mgt FilterChainManager fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro.web.filter.mgt FilterChainManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.shiro.web.filter.mgt FilterChainManager.

The text is from its open source code.

Method

voidaddFilter(String name, Filter filter)
Adds a filter to the 'pool' of available filters that can be used when #addToChain(String,String,String) creating filter chains .
voidcreateChain(String chainName, String chainDefinition)
Creates a filter chain for the given chainName with the specified chainDefinition String.
MapgetFilters()
Returns the pool of available Filter s managed by this manager, keyed by name .