-
Notifications
You must be signed in to change notification settings - Fork 21
Dependencies
LELEU Jérôme edited this page Sep 9, 2020
·
3 revisions
You need to add a dependency on:
- jax-rs-pac4j
- for Jersey (>=2.29) : the
jersey-pac4j
library (groupId: org.pac4j, version: 4.0.0) - for Jersey (>=2.26 && <2.29) : the
jersey228-pac4j
library (groupId: org.pac4j, version: 4.0.0) - for Jersey (<2.26) : the
jersey225-pac4j
library (groupId: org.pac4j, version: 4.0.0) - for Resteasy : the
resteasy-pac4j
library (groupId: org.pac4j, version: 4.0.0) andresteasy-cdi
for CDI support
- for Jersey (>=2.29) : the
- the appropriate
pac4j
submodules (groupId: org.pac4j, version: 4.0.3):pac4j-oauth
for OAuth support (Facebook, Twitter...),pac4j-cas
for CAS support,pac4j-ldap
for LDAP authentication, etc.
All released artifacts are available in the Maven central repository.