Class ShiroWebAutoConfiguration

java.lang.Object
org.apache.shiro.spring.config.AbstractShiroConfiguration
org.apache.shiro.spring.web.config.AbstractShiroWebConfiguration
org.apache.shiro.spring.config.web.autoconfigure.ShiroWebAutoConfiguration

@Configuration @AutoConfigureBefore(ShiroAutoConfiguration.class) @AutoConfigureAfter(ShiroWebMvcAutoConfiguration.class) @ConditionalOnWebApplication(type=SERVLET) @ConditionalOnProperty(name="shiro.web.enabled", matchIfMissing=true) public class ShiroWebAutoConfiguration extends org.apache.shiro.spring.web.config.AbstractShiroWebConfiguration
Since:
1.4.0
  • Field Summary

    Fields inherited from class org.apache.shiro.spring.web.config.AbstractShiroWebConfiguration

    rememberMeCookieDomain, rememberMeCookieMaxAge, rememberMeCookieName, rememberMeCookiePath, rememberMeCookieSecure, rememberMeSameSite, sessionIdCookieDomain, sessionIdCookieEnabled, sessionIdCookieMaxAge, sessionIdCookieName, sessionIdCookiePath, sessionIdCookieSameSite, sessionIdCookieSecure, sessionIdUrlRewritingEnabled, useNativeSessionManager

    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.web.servlet.Cookie
     
    protected org.apache.shiro.mgt.RememberMeManager
     
    protected org.apache.shiro.mgt.SessionsSecurityManager
    securityManager(List<org.apache.shiro.realm.Realm> realms)
     
    protected org.apache.shiro.web.servlet.Cookie
     
    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.spring.web.config.ShiroFilterChainDefinition
     
    protected org.apache.shiro.spring.web.ShiroUrlPathHelper
     
    protected org.apache.shiro.mgt.SubjectDAO
     
    protected org.apache.shiro.mgt.SubjectFactory
     

    Methods inherited from class org.apache.shiro.spring.web.config.AbstractShiroWebConfiguration

    buildCookie, buildCookie, createSecurityManager, nativeSessionManager

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

    iniRealmFromLocation

    Methods inherited from class java.lang.Object

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