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.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииH2 Данные Базы данных OAuth2 Безопасность Jersey Межпрограммное взаимодействие REST Frameworks |
| Группа | Группаcom.github.hburgmeier.jerseyoauth2 |
| Идентификатор | Идентификаторjersey-oauth2-api |
| Последняя версия | Последняя версия0.8 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJersey OAuth2 Provider API
OAuth2 Provider Framework for Jersey
|
| Имя Файла | Размер |
|---|---|
| jersey-oauth2-api-0.8.pom | |
| jersey-oauth2-api-0.8.jar | 15 KB |
| jersey-oauth2-api-0.8-sources.jar | 9 KB |
| jersey-oauth2-api-0.8-javadoc.jar | 143 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.hburgmeier.jerseyoauth2/jersey-oauth2-api/ -->
<dependency>
<groupId>com.github.hburgmeier.jerseyoauth2</groupId>
<artifactId>jersey-oauth2-api</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hburgmeier.jerseyoauth2/jersey-oauth2-api/
implementation 'com.github.hburgmeier.jerseyoauth2:jersey-oauth2-api:0.8'
// https://jarcasting.com/artifacts/com.github.hburgmeier.jerseyoauth2/jersey-oauth2-api/
implementation ("com.github.hburgmeier.jerseyoauth2:jersey-oauth2-api:0.8")
'com.github.hburgmeier.jerseyoauth2:jersey-oauth2-api:jar:0.8'
<dependency org="com.github.hburgmeier.jerseyoauth2" name="jersey-oauth2-api" rev="0.8">
<artifact name="jersey-oauth2-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hburgmeier.jerseyoauth2', module='jersey-oauth2-api', version='0.8')
)
libraryDependencies += "com.github.hburgmeier.jerseyoauth2" % "jersey-oauth2-api" % "0.8"
[com.github.hburgmeier.jerseyoauth2/jersey-oauth2-api "0.8"]
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.