Example usage for org.apache.shiro.event.support DefaultEventBus DefaultEventBus

List of usage examples for org.apache.shiro.event.support DefaultEventBus DefaultEventBus

Introduction

In this page you can find the example usage for org.apache.shiro.event.support DefaultEventBus DefaultEventBus.

Prototype

public DefaultEventBus() 

Source Link

Usage

From source file:com.stormpath.shiro.spring.config.AbstractShiroBeanConfiguration.java

License:Apache License

public EventBus eventBus() {
    return new DefaultEventBus();
}