@ConfigurationProperties(prefix="shiro") public class ShiroProperties extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ShiroProperties.RealmDefinition |
static class |
ShiroProperties.RealmProperty |
| 构造器和说明 |
|---|
ShiroProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
ShiroProperties |
afterPropertiesSet() |
List<ShiroProperties.RealmDefinition> |
getRealms() |
RequestProperties |
getRequestProperties() |
List<org.apache.shiro.realm.Realm> |
realms() |
void |
setRealms(List<ShiroProperties.RealmDefinition> realms) |
void |
setRequestProperties(RequestProperties requestProperties) |
public RequestProperties getRequestProperties()
public void setRequestProperties(RequestProperties requestProperties)
public List<org.apache.shiro.realm.Realm> realms()
public ShiroProperties afterPropertiesSet()
public List<ShiroProperties.RealmDefinition> getRealms()
public void setRealms(List<ShiroProperties.RealmDefinition> realms)
Copyright © 2017. All rights reserved.