About

Fathom-REST-Shiro integrates Fathom-REST with Apache Shiro to provide your Routes and Controllers with flexible authentication and authorization.

Note

The Apache Shiro integration is NOT designed to be used with Fathom-Security nor Fathom-REST-Security.

Installation

Add the Fathom-REST-Shiro artifact.

<dependency>
    <groupId>com.gitblit.fathom</groupId>
    <artifactId>fathom-rest-shiro</artifactId>
    <version>${fathom.version}</version>
</dependency>

Layout

YourApp
└── src
    └── main
        └── java
            └── conf
                └── shiro.ini

Configuration

Fathom-REST-Shiro supports INI file configuration with the conf/shiro.ini resource file.

Usage

Needs Documentation.