@Configuration
@ConditionalOnProperty(name="shiro.web.enabled",
matchIfMissing=true)
public class ShiroWebFilterConfiguration
extends org.apache.shiro.spring.web.config.AbstractShiroWebFilterConfiguration
| Constructor and Description |
|---|
ShiroWebFilterConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.boot.web.servlet.FilterRegistrationBean |
filterShiroFilterRegistrationBean() |
protected org.apache.shiro.spring.web.ShiroFilterFactoryBean |
shiroFilterFactoryBean() |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.