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 String |
successUrl |
protected String |
unauthorizedUrl |
| Constructor and Description |
|---|
AbstractShiroWebFilterConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected ShiroFilterFactoryBean |
shiroFilterFactoryBean() |
@Autowired protected org.apache.shiro.mgt.SecurityManager securityManager
@Autowired protected ShiroFilterChainDefinition shiroFilterChainDefinition
@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 ShiroFilterFactoryBean shiroFilterFactoryBean()
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.