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.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. |
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 |
---|---|
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.
|
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.