Class ShiroAutoConfiguration

java.lang.Object
org.apache.shiro.spring.config.AbstractShiroConfiguration
org.apache.shiro.spring.boot.autoconfigure.ShiroAutoConfiguration

@Configuration @ConditionalOnProperty(name="shiro.enabled", matchIfMissing=true) public class ShiroAutoConfiguration extends org.apache.shiro.spring.config.AbstractShiroConfiguration
Since:
1.4.0
  • Field Summary

    Fields inherited from class org.apache.shiro.spring.config.AbstractShiroConfiguration

    cacheManager, eventBus, permissionResolver, rolePermissionResolver, sessionManagerDeleteInvalidSessions
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.shiro.authc.pam.AuthenticationStrategy
     
    protected org.apache.shiro.authc.Authenticator
     
    protected org.apache.shiro.authz.Authorizer
     
    protected org.apache.shiro.realm.Realm
     
    protected org.apache.shiro.realm.Realm
     
    protected org.apache.shiro.realm.Realm
     
    protected org.apache.shiro.mgt.SessionsSecurityManager
    securityManager(List<org.apache.shiro.realm.Realm> realms)
     
    protected org.apache.shiro.session.mgt.eis.SessionDAO
     
    protected org.apache.shiro.session.mgt.SessionFactory
     
    protected org.apache.shiro.session.mgt.SessionManager
     
    protected org.apache.shiro.mgt.SessionStorageEvaluator
     
    protected org.apache.shiro.mgt.SubjectDAO
     
    protected org.apache.shiro.mgt.SubjectFactory
     

    Methods inherited from class org.apache.shiro.spring.config.AbstractShiroConfiguration

    createSecurityManager, iniRealmFromLocation, rememberMeManager

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait