sinosoftgz.spring.boot.shiro
类 ShiroProperties
java.lang.Object
sinosoftgz.spring.boot.shiro.ShiroProperties
@ConfigurationProperties(prefix="shiro")
public class ShiroProperties
- extends Object
Configuration properties for Shiro.
- 作者:
- Boya
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShiroProperties
public ShiroProperties()
getRealm
public Class<?> getRealm()
setRealm
public void setRealm(Class<?> realm)
getLoginUrl
public String getLoginUrl()
setLoginUrl
public void setLoginUrl(String loginUrl)
getSuccessUrl
public String getSuccessUrl()
setSuccessUrl
public void setSuccessUrl(String successUrl)
getUnauthorizedUrl
public String getUnauthorizedUrl()
setUnauthorizedUrl
public void setUnauthorizedUrl(String unauthorizedUrl)
getFilterChainDefinitions
public Map<String,String> getFilterChainDefinitions()
setFilterChainDefinitions
public void setFilterChainDefinitions(Map<String,String> filterChainDefinitions)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.