Uses of Interface
org.apache.shiro.event.EventBusAware
-
Packages that use EventBusAware 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.session.mgt SessionManager
components supporting enterprise session management.org.apache.shiro.web.mgt Components supporting web-specificSecurityManager
implementations.org.apache.shiro.web.session.mgt -
-
Uses of EventBusAware in org.apache.shiro.mgt
Classes in org.apache.shiro.mgt that implement EventBusAware Modifier and Type Class Description class
AuthenticatingSecurityManager
Shiro support of aSecurityManager
class hierarchy that delegates all authentication operations to a wrappedAuthenticator
instance.class
AuthorizingSecurityManager
Shiro support of aSecurityManager
class hierarchy that delegates all authorization (access control) operations to a wrappedAuthorizer
instance.class
CachingSecurityManager
A very basic starting point for the SecurityManager interface that merely provides logging and caching support.class
DefaultSecurityManager
The Shiro framework's default concrete implementation of theSecurityManager
interface, based around a collection ofRealm
s.class
RealmSecurityManager
Shiro support of aSecurityManager
class hierarchy based around a collection ofRealm
s.class
SessionsSecurityManager
Shiro support of aSecurityManager
class hierarchy that delegates allsession
operations to a wrappedSessionManager
instance. -
Uses of EventBusAware in org.apache.shiro.session.mgt
Classes in org.apache.shiro.session.mgt that implement EventBusAware Modifier and Type Class Description class
AbstractNativeSessionManager
Abstract implementation supporting theNativeSessionManager
interface, supportingSessionListener
s and application of theglobalSessionTimeout
.class
AbstractValidatingSessionManager
Default business-tier implementation of theValidatingSessionManager
interface.class
DefaultSessionManager
Default business-tier implementation of aValidatingSessionManager
. -
Uses of EventBusAware in org.apache.shiro.web.mgt
Classes in org.apache.shiro.web.mgt that implement EventBusAware 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). -
Uses of EventBusAware in org.apache.shiro.web.session.mgt
Classes in org.apache.shiro.web.session.mgt that implement EventBusAware Modifier and Type Class Description class
DefaultWebSessionManager
Web-application capableSessionManager
implementation.
-