Skip to content
jfarcand edited this page Sep 8, 2014 · 3 revisions

To use Apache Shiro with Atmosphere, you need to install the Shiro interceptor in web/application.xml

  <init-param>
    <param-name>org.atmosphere.cpr.AtmosphereInterceptor</param-name>
    <param-value>org.atmosphere.interceptor.ShiroInterceptor</param-value>
  </init-param>

You can also intall it using the @ManagedService, @WebSocketHandlerService, @MeteorService or @AtmosphereHandlerService

Step by Step Tutorials

Concepts & Architecture

15 Minutes Tutorial

Advanced Topics

API

Known WebServer Issues

References

External Documentations

githalytics.com alpha

Clone this wiki locally