List of usage examples for org.apache.shiro.event.support DefaultEventBus DefaultEventBus
public DefaultEventBus()
From source file:com.stormpath.shiro.spring.config.AbstractShiroBeanConfiguration.java
License:Apache License
public EventBus eventBus() { return new DefaultEventBus(); }