@Configuration @Import(value=ShiroBeanConfiguration.class) public class ShiroConfiguration extends AbstractShiroConfiguration
cacheManager, eventBus, permissionResolver, rolePermissionResolver, sessionManagerDeleteInvalidSessions| Constructor and Description |
|---|
ShiroConfiguration() |
| 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.mgt.RememberMeManager |
rememberMeManager() |
protected org.apache.shiro.mgt.SessionsSecurityManager |
securityManager(List<org.apache.shiro.realm.Realm> realms) |
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.mgt.SubjectDAO |
subjectDAO() |
protected org.apache.shiro.mgt.SubjectFactory |
subjectFactory() |
createSecurityManager, iniRealmFromLocation@Bean protected org.apache.shiro.mgt.SessionsSecurityManager securityManager(List<org.apache.shiro.realm.Realm> realms)
securityManager in class AbstractShiroConfiguration@Bean protected org.apache.shiro.session.mgt.SessionManager sessionManager()
sessionManager in class AbstractShiroConfiguration@Bean protected org.apache.shiro.mgt.SubjectDAO subjectDAO()
subjectDAO in class AbstractShiroConfiguration@Bean protected org.apache.shiro.mgt.SessionStorageEvaluator sessionStorageEvaluator()
sessionStorageEvaluator in class AbstractShiroConfiguration@Bean protected org.apache.shiro.mgt.SubjectFactory subjectFactory()
subjectFactory in class AbstractShiroConfiguration@Bean protected org.apache.shiro.session.mgt.SessionFactory sessionFactory()
sessionFactory in class AbstractShiroConfiguration@Bean protected org.apache.shiro.session.mgt.eis.SessionDAO sessionDAO()
sessionDAO in class AbstractShiroConfiguration@Bean protected org.apache.shiro.authz.Authorizer authorizer()
authorizer in class AbstractShiroConfiguration@Bean protected org.apache.shiro.authc.pam.AuthenticationStrategy authenticationStrategy()
authenticationStrategy in class AbstractShiroConfiguration@Bean protected org.apache.shiro.authc.Authenticator authenticator()
authenticator in class AbstractShiroConfiguration@Bean protected org.apache.shiro.mgt.RememberMeManager rememberMeManager()
rememberMeManager in class AbstractShiroConfigurationCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.