Package | Description |
---|---|
org.apache.shiro.mgt |
Provides the master
SecurityManager interface and a default implementation
hierarchy for managing all aspects of Shiro's functionality in an application. |
org.apache.shiro.spring.boot.autoconfigure | |
org.apache.shiro.spring.config | |
org.apache.shiro.spring.config.web.autoconfigure | |
org.apache.shiro.spring.web.config | |
org.apache.shiro.web.mgt |
Components supporting web-specific
SecurityManager implementations. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSecurityManager
The Shiro framework's default concrete implementation of the
SecurityManager interface,
based around a collection of Realm s. |
Modifier and Type | Method and Description |
---|---|
protected SessionsSecurityManager |
ShiroAutoConfiguration.securityManager(List<Realm> realms) |
Modifier and Type | Method and Description |
---|---|
protected SessionsSecurityManager |
AbstractShiroConfiguration.createSecurityManager() |
protected SessionsSecurityManager |
ShiroConfiguration.securityManager(List<Realm> realms) |
protected SessionsSecurityManager |
AbstractShiroConfiguration.securityManager(List<Realm> realms) |
Modifier and Type | Method and Description |
---|---|
protected SessionsSecurityManager |
ShiroWebAutoConfiguration.securityManager(List<Realm> realms) |
Modifier and Type | Method and Description |
---|---|
protected SessionsSecurityManager |
AbstractShiroWebConfiguration.createSecurityManager() |
protected SessionsSecurityManager |
ShiroWebConfiguration.securityManager(List<Realm> realms) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWebSecurityManager
Default
WebSecurityManager implementation used in web-based applications or any
application that requires HTTP connectivity (SOAP, http remoting, etc). |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.