-
Notifications
You must be signed in to change notification settings - Fork 6
rest shiro
James Moger edited this page Nov 20, 2015
·
1 revision
Fathom-REST-Shiro integrates Fathom-REST with Apache Shiro to provide your Routes and Controllers with flexible authentication and authorization.
!!! Danger "Note" The Apache Shiro integration is NOT designed to be used with Fathom-Security nor Fathom-REST-Security.
Add the Fathom-REST-Shiro artifact.
<dependency>
<groupId>com.gitblit.fathom</groupId>
<artifactId>fathom-rest-shiro</artifactId>
<version>${fathom.version}</version>
</dependency>
YourApp
└── src
└── main
└── java
└── conf
└── shiro.ini
Fathom-REST-Shiro supports INI file configuration with the conf/shiro.ini
resource file.
Needs Documentation.