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.
- Host: GitHub
- URL: https://github.com/bmarwell/shiro-jaxrs-showcase
- Owner: bmarwell
- License: cc0-1.0
- Created: 2020-07-05T13:02:09.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T22:28:24.000Z (over 1 year ago)
- Last Synced: 2025-04-02T01:11:09.627Z (3 months ago)
- Language: Java
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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.