sinosoftgz.spring.boot.shiro
类 ShiroAutoConfiguration
java.lang.Object
sinosoftgz.spring.boot.shiro.ShiroAutoConfiguration
@Configuration
@EnableConfigurationProperties(value=ShiroProperties.class)
@Import(value=ShiroManager.class)
public class ShiroAutoConfiguration
- extends Object
|
方法摘要 |
org.apache.shiro.spring.web.ShiroFilterFactoryBean |
getShiroFilterFactoryBean(org.apache.shiro.mgt.DefaultSecurityManager securityManager,
org.apache.shiro.realm.Realm realm)
|
org.apache.shiro.realm.Realm |
realm()
|
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShiroAutoConfiguration
public ShiroAutoConfiguration()
realm
@Bean(name="realm")
@DependsOn(value="lifecycleBeanPostProcessor")
@ConditionalOnMissingBean
public org.apache.shiro.realm.Realm realm()
getShiroFilterFactoryBean
@Bean(name="shiroFilter")
@DependsOn(value="securityManager")
@ConditionalOnMissingBean
public org.apache.shiro.spring.web.ShiroFilterFactoryBean getShiroFilterFactoryBean(org.apache.shiro.mgt.DefaultSecurityManager securityManager,
org.apache.shiro.realm.Realm realm)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.