public class AbstractShiroWebFilterConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,javax.servlet.Filter> |
filterMap |
protected String |
loginUrl |
protected org.apache.shiro.mgt.SecurityManager |
securityManager |
protected ShiroFilterChainDefinition |
shiroFilterChainDefinition |
protected org.apache.shiro.web.config.ShiroFilterConfiguration |
shiroFilterConfiguration |
protected String |
successUrl |
protected String |
unauthorizedUrl |
| Constructor and Description |
|---|
AbstractShiroWebFilterConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
globalFilters() |
protected org.apache.shiro.web.config.ShiroFilterConfiguration |
shiroFilterConfiguration() |
protected ShiroFilterFactoryBean |
shiroFilterFactoryBean() |
@Autowired protected org.apache.shiro.mgt.SecurityManager securityManager
@Autowired protected ShiroFilterChainDefinition shiroFilterChainDefinition
@Autowired(required=false) protected org.apache.shiro.web.config.ShiroFilterConfiguration shiroFilterConfiguration
@Value(value="#{ @environment[\'shiro.loginUrl\'] ?: \'/login.jsp\' }")
protected String loginUrl
@Value(value="#{ @environment[\'shiro.successUrl\'] ?: \'/\' }")
protected String successUrl
@Value(value="#{ @environment[\'shiro.unauthorizedUrl\'] ?: null }")
protected String unauthorizedUrl
protected org.apache.shiro.web.config.ShiroFilterConfiguration shiroFilterConfiguration()
protected ShiroFilterFactoryBean shiroFilterFactoryBean()
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.