@Configuration @AutoConfigureBefore(value=org.apache.shiro.spring.boot.autoconfigure.ShiroAutoConfiguration.class) @ConditionalOnProperty(name="shiro.web.enabled", matchIfMissing=true) public class ShiroWebAutoConfiguration extends org.apache.shiro.spring.web.config.AbstractShiroWebConfiguration
rememberMeCookieDomain, rememberMeCookieMaxAge, rememberMeCookieName, rememberMeCookiePath, rememberMeCookieSecure, sessionIdCookieDomain, sessionIdCookieEnabled, sessionIdCookieMaxAge, sessionIdCookieName, sessionIdCookiePath, sessionIdCookieSecure, sessionIdUrlRewritingEnabled, useNativeSessionManager| Constructor and Description |
|---|
ShiroWebAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.shiro.authc.pam.AuthenticationStrategy |
authenticationStrategy() |
protected org.apache.shiro.authc.Authenticator |
authenticator() |
protected org.apache.shiro.authz.Authorizer |
authorizer() |
protected org.apache.shiro.web.servlet.Cookie |
rememberMeCookieTemplate() |
protected org.apache.shiro.mgt.RememberMeManager |
rememberMeManager() |
protected org.apache.shiro.mgt.SessionsSecurityManager |
securityManager(List<org.apache.shiro.realm.Realm> realms) |
protected org.apache.shiro.web.servlet.Cookie |
sessionCookieTemplate() |
protected org.apache.shiro.session.mgt.eis.SessionDAO |
sessionDAO() |
protected org.apache.shiro.session.mgt.SessionFactory |
sessionFactory() |
protected org.apache.shiro.session.mgt.SessionManager |
sessionManager() |
protected org.apache.shiro.mgt.SessionStorageEvaluator |
sessionStorageEvaluator() |
protected org.apache.shiro.spring.web.config.ShiroFilterChainDefinition |
shiroFilterChainDefinition() |
protected org.apache.shiro.mgt.SubjectDAO |
subjectDAO() |
protected org.apache.shiro.mgt.SubjectFactory |
subjectFactory() |
buildCookie, createSecurityManager, nativeSessionManager@Bean @ConditionalOnMissingBean protected org.apache.shiro.authc.pam.AuthenticationStrategy authenticationStrategy()
authenticationStrategy in class org.apache.shiro.spring.config.AbstractShiroConfiguration@Bean @ConditionalOnMissingBean protected org.apache.shiro.authc.Authenticator authenticator()
authenticator in class org.apache.shiro.spring.config.AbstractShiroConfiguration@Bean @ConditionalOnMissingBean protected org.apache.shiro.authz.Authorizer authorizer()
authorizer in class org.apache.shiro.spring.config.AbstractShiroConfiguration@Bean @ConditionalOnMissingBean protected org.apache.shiro.mgt.SubjectDAO subjectDAO()
subjectDAO in class org.apache.shiro.spring.config.AbstractShiroConfiguration@Bean @ConditionalOnMissingBean protected org.apache.shiro.mgt.SessionStorageEvaluator sessionStorageEvaluator()
sessionStorageEvaluator in class org.apache.shiro.spring.web.config.AbstractShiroWebConfiguration@Bean @ConditionalOnMissingBean protected org.apache.shiro.mgt.SubjectFactory subjectFactory()
subjectFactory in class org.apache.shiro.spring.web.config.AbstractShiroWebConfiguration@Bean @ConditionalOnMissingBean protected org.apache.shiro.session.mgt.SessionFactory sessionFactory()
sessionFactory in class org.apache.shiro.spring.config.AbstractShiroConfiguration@Bean @ConditionalOnMissingBean protected org.apache.shiro.session.mgt.eis.SessionDAO sessionDAO()
sessionDAO in class org.apache.shiro.spring.config.AbstractShiroConfiguration@Bean @ConditionalOnMissingBean protected org.apache.shiro.session.mgt.SessionManager sessionManager()
sessionManager in class org.apache.shiro.spring.web.config.AbstractShiroWebConfiguration@Bean @ConditionalOnMissingBean protected org.apache.shiro.mgt.SessionsSecurityManager securityManager(List<org.apache.shiro.realm.Realm> realms)
securityManager in class org.apache.shiro.spring.config.AbstractShiroConfiguration@Bean @ConditionalOnMissingBean(name="sessionCookieTemplate") protected org.apache.shiro.web.servlet.Cookie sessionCookieTemplate()
sessionCookieTemplate in class org.apache.shiro.spring.web.config.AbstractShiroWebConfiguration@Bean @ConditionalOnMissingBean protected org.apache.shiro.mgt.RememberMeManager rememberMeManager()
rememberMeManager in class org.apache.shiro.spring.web.config.AbstractShiroWebConfiguration@Bean @ConditionalOnMissingBean(name="rememberMeCookieTemplate") protected org.apache.shiro.web.servlet.Cookie rememberMeCookieTemplate()
rememberMeCookieTemplate in class org.apache.shiro.spring.web.config.AbstractShiroWebConfiguration@Bean @ConditionalOnMissingBean protected org.apache.shiro.spring.web.config.ShiroFilterChainDefinition shiroFilterChainDefinition()
shiroFilterChainDefinition in class org.apache.shiro.spring.web.config.AbstractShiroWebConfigurationCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.