An open API service indexing awesome lists of open source software.

https://github.com/bmarwell/shiro-jaxrs-showcase

Showcase with Apache Shiro and JAX-RS in OpenLiberty. No Implementations used.
https://github.com/bmarwell/shiro-jaxrs-showcase

Last synced: 2 months ago
JSON representation

Showcase with Apache Shiro and JAX-RS in OpenLiberty. No Implementations used.

Awesome Lists containing this project

README

        

= Showcase: Apache SHIRO with JAX-RS and Login

This small project demonstrates how to use Apache Shiro with JAX-RS, CDI 2.0 and a JAX-RS login endpoint.
It also uses ``, which cannot be set via annotations yet.

== Executing the showcase

* Run `./mvnw clean liberty:dev`.
* Hit `` to run the integration tests.