public class AbstractShiroWebFilterConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
loginUrl |
protected 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 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
public AbstractShiroWebFilterConfiguration()
protected ShiroFilterFactoryBean shiroFilterFactoryBean()
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.