JerseyOAuth2
Did you ever want to offer OAuth2 for your (Jersey) REST service? Did you hold back, because there
was no server framework available for Jersey? Now here is the solution…
See the Wiki for details.
License |
License |
---|---|
Categories |
CategoriesH2 Data Databases OAuth2 Security Jersey Program Interface REST Frameworks |
GroupId | GroupIdcom.github.hburgmeier.jerseyoauth2 |
ArtifactId | ArtifactIdjersey-oauth2-authsrv-openid |
Last Version | Last Version0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJersey OAuth2 Authorization Server OpenID Integration
OAuth2 Provider Framework for Jersey
|
<!-- https://jarcasting.com/artifacts/com.github.hburgmeier.jerseyoauth2/jersey-oauth2-authsrv-openid/ -->
<dependency>
<groupId>com.github.hburgmeier.jerseyoauth2</groupId>
<artifactId>jersey-oauth2-authsrv-openid</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hburgmeier.jerseyoauth2/jersey-oauth2-authsrv-openid/
implementation 'com.github.hburgmeier.jerseyoauth2:jersey-oauth2-authsrv-openid:0.8'
// https://jarcasting.com/artifacts/com.github.hburgmeier.jerseyoauth2/jersey-oauth2-authsrv-openid/
implementation ("com.github.hburgmeier.jerseyoauth2:jersey-oauth2-authsrv-openid:0.8")
'com.github.hburgmeier.jerseyoauth2:jersey-oauth2-authsrv-openid:jar:0.8'
<dependency org="com.github.hburgmeier.jerseyoauth2" name="jersey-oauth2-authsrv-openid" rev="0.8">
<artifact name="jersey-oauth2-authsrv-openid" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hburgmeier.jerseyoauth2', module='jersey-oauth2-authsrv-openid', version='0.8')
)
libraryDependencies += "com.github.hburgmeier.jerseyoauth2" % "jersey-oauth2-authsrv-openid" % "0.8"
[com.github.hburgmeier.jerseyoauth2/jersey-oauth2-authsrv-openid "0.8"]
Group / Artifact | Type | Version |
---|---|---|
com.github.hburgmeier.jerseyoauth2 : jersey-oauth2-authsrv-api | jar | 0.8 |
org.openid4java : openid4java | jar | 0.9.7 |
org.apache.geronimo.specs : geronimo-servlet_2.5_spec | jar | 1.2 |
com.google.inject : guice | jar | 3.0 |
Did you ever want to offer OAuth2 for your (Jersey) REST service? Did you hold back, because there
was no server framework available for Jersey? Now here is the solution…
See the Wiki for details.