Package | Description |
---|---|
org.apache.shiro.config |
Components that support configuring Shiro in any application.
|
org.apache.shiro.event | |
org.apache.shiro.event.support | |
org.apache.shiro.guice | |
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.session.mgt |
SessionManager components supporting enterprise session management. |
org.apache.shiro.spring |
Spring Application Framework support for enabling
Shiro in spring applications.
|
org.apache.shiro.spring.boot.autoconfigure | |
org.apache.shiro.spring.config |
Modifier and Type | Method and Description |
---|---|
protected EventBus |
ReflectionBuilder.findEventBus(Map<String,?> objects) |
Modifier and Type | Method and Description |
---|---|
void |
EventBusAware.setEventBus(EventBus bus)
Sets the available
EventBus that may be used for publishing and subscribing to/from events. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEventBus
A default event bus implementation that synchronously publishes events to registered listeners.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ShiroModule.bindEventBus(com.google.inject.binder.AnnotatedBindingBuilder<EventBus> bind)
Binds the EventBus.
|
Modifier and Type | Method and Description |
---|---|
EventBus |
CachingSecurityManager.getEventBus()
Returns the
EventBus used by this SecurityManager and potentially any of its children components. |
Modifier and Type | Method and Description |
---|---|
void |
CachingSecurityManager.setEventBus(EventBus eventBus)
Sets the EventBus used by this
SecurityManager and potentially any of its
children components. |
Modifier and Type | Method and Description |
---|---|
protected EventBus |
AbstractNativeSessionManager.getEventBus()
Returns the EventBus used to publish SessionEvents.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractNativeSessionManager.setEventBus(EventBus eventBus)
Sets the EventBus to use to publish SessionEvents.
|
Constructor and Description |
---|
ShiroEventBusBeanPostProcessor(EventBus eventBus) |
Modifier and Type | Method and Description |
---|---|
protected EventBus |
ShiroBeanAutoConfiguration.eventBus() |
Modifier and Type | Field and Description |
---|---|
protected EventBus |
AbstractShiroConfiguration.eventBus |
Modifier and Type | Method and Description |
---|---|
protected EventBus |
AbstractShiroBeanConfiguration.eventBus() |
protected EventBus |
ShiroBeanConfiguration.eventBus() |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.