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

构造方法摘要
ShiroProperties()
           
 
方法摘要
 Map<String,String> getFilterChainDefinitions()
           
 String getLoginUrl()
           
 Class<?> getRealm()
           
 String getSuccessUrl()
           
 String getUnauthorizedUrl()
           
 void setFilterChainDefinitions(Map<String,String> filterChainDefinitions)
           
 void setLoginUrl(String loginUrl)
           
 void setRealm(Class<?> realm)
           
 void setSuccessUrl(String successUrl)
           
 void setUnauthorizedUrl(String unauthorizedUrl)
           
 
从类 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.