Java org.apache.shiro.spring.web ShiroFilterFactoryBean fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro.spring.web ShiroFilterFactoryBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.shiro.spring.web ShiroFilterFactoryBean.

The text is from its open source code.

Subclass

org.apache.shiro.spring.web.ShiroFilterFactoryBean has subclasses.
Click this link to see all its subclasses.

Constructor

Method

MapgetFilterChainDefinitionMap()
Returns the chainName-to-chainDefinition map of chain definitions to use for creating filter chains intercepted by the Shiro Filter.
MapgetFilters()
Returns the filterName-to-Filter map of filters available for reference when defining filter chain definitions.
ObjectgetObject()
Lazily creates and returns a AbstractShiroFilter concrete instance via the #createInstance method.
voidsetFilterChainDefinitionMap(Map filterChainDefinitionMap)
Sets the chainName-to-chainDefinition map of chain definitions to use for creating filter chains intercepted by the Shiro Filter.
voidsetFilters(Map filters)
Sets the filterName-to-Filter map of filters available for reference when creating #setFilterChainDefinitionMap(java.util.Map) filter chain definitions .
voidsetLoginUrl(String loginUrl)
Sets the application's login URL to be assigned to all acquired Filters that subclass AccessControlFilter .
voidsetSecurityManager(SecurityManager securityManager)
Sets the application SecurityManager instance to be used by the constructed Shiro Filter.
voidsetSuccessUrl(String successUrl)
Sets the application's after-login success URL to be assigned to all acquired Filters that subclass AuthenticationFilter .
voidsetUnauthorizedUrl(String unauthorizedUrl)
Sets the application's 'unauthorized' URL to be assigned to all acquired Filters that subclass AuthorizationFilter .