Uses of Class
org.apache.shiro.mgt.SessionsSecurityManager
-
Packages that use SessionsSecurityManager Package Description org.apache.shiro.mgt Provides the masterSecurityManager
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-specificSecurityManager
implementations. -
-
Uses of SessionsSecurityManager in org.apache.shiro.mgt
Subclasses of SessionsSecurityManager in org.apache.shiro.mgt Modifier and Type Class Description class
DefaultSecurityManager
The Shiro framework's default concrete implementation of theSecurityManager
interface, based around a collection ofRealm
s. -
Uses of SessionsSecurityManager in org.apache.shiro.spring.boot.autoconfigure
Methods in org.apache.shiro.spring.boot.autoconfigure that return SessionsSecurityManager Modifier and Type Method Description protected SessionsSecurityManager
ShiroAutoConfiguration. securityManager(List<Realm> realms)
-
Uses of SessionsSecurityManager in org.apache.shiro.spring.config
Methods in org.apache.shiro.spring.config that return SessionsSecurityManager Modifier and Type Method Description protected SessionsSecurityManager
AbstractShiroConfiguration. createSecurityManager()
protected SessionsSecurityManager
AbstractShiroConfiguration. securityManager(List<Realm> realms)
protected SessionsSecurityManager
ShiroConfiguration. securityManager(List<Realm> realms)
-
Uses of SessionsSecurityManager in org.apache.shiro.spring.config.web.autoconfigure
Methods in org.apache.shiro.spring.config.web.autoconfigure that return SessionsSecurityManager Modifier and Type Method Description protected SessionsSecurityManager
ShiroWebAutoConfiguration. securityManager(List<Realm> realms)
-
Uses of SessionsSecurityManager in org.apache.shiro.spring.web.config
Methods in org.apache.shiro.spring.web.config that return SessionsSecurityManager Modifier and Type Method Description protected SessionsSecurityManager
AbstractShiroWebConfiguration. createSecurityManager()
protected SessionsSecurityManager
ShiroWebConfiguration. securityManager(List<Realm> realms)
-
Uses of SessionsSecurityManager in org.apache.shiro.web.mgt
Subclasses of SessionsSecurityManager in org.apache.shiro.web.mgt Modifier and Type Class Description class
DefaultWebSecurityManager
DefaultWebSecurityManager
implementation used in web-based applications or any application that requires HTTP connectivity (SOAP, http remoting, etc).
-