com.github.dactiv.showcase.service.account
类 ChainDefinitionSectionMetaSource
java.lang.Object
com.github.dactiv.showcase.service.account.ChainDefinitionSectionMetaSource
- 所有已实现的接口:
- org.springframework.beans.factory.FactoryBean<org.apache.shiro.config.Ini.Section>
public class ChainDefinitionSectionMetaSource
- extends Object
- implements org.springframework.beans.factory.FactoryBean<org.apache.shiro.config.Ini.Section>
借助spring FactoryBean 对apache shiro的premission进行动态创建
- 作者:
- maurice
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChainDefinitionSectionMetaSource
public ChainDefinitionSectionMetaSource()
setFilterChainDefinitions
public void setFilterChainDefinitions(String filterChainDefinitions)
- 通过filterChainDefinitions对默认的链接过滤定义
- 参数:
filterChainDefinitions - 默认的接过滤定义
getObject
public org.apache.shiro.config.Ini.Section getObject()
throws org.springframework.beans.BeansException
- 指定者:
- 接口
org.springframework.beans.factory.FactoryBean<org.apache.shiro.config.Ini.Section> 中的 getObject
- 抛出:
org.springframework.beans.BeansException
getObjectType
public Class<?> getObjectType()
- 指定者:
- 接口
org.springframework.beans.factory.FactoryBean<org.apache.shiro.config.Ini.Section> 中的 getObjectType
isSingleton
public boolean isSingleton()
- 指定者:
- 接口
org.springframework.beans.factory.FactoryBean<org.apache.shiro.config.Ini.Section> 中的 isSingleton
Copyright © 2014. All rights reserved.