Registry / auth / oauth1-server

oauth1-server

JSON →
library4.0.2javamavenunverified

Module that adds OAuth 1 support to Jersey server applications.

<dependency> <groupId>org.glassfish.jersey.security</groupId> <artifactId>oauth1-server</artifactId> <version>4.0.2</version> </dependency>
INSTALL
IMPORT
SIG · OAUTH1-SERVER
O
oauth1-server
authjavav4.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

OAuth1ServerFeature
✓ org.glassfish.jersey.server.oauth1.OAuth1ServerFeature

Registers OAuth1 support in a Jersey application.

import org.glassfish.jersey.server.oauth1.OAuth1ServerFeature; import org.glassfish.jersey.server.ResourceConfig; public class MyApp extends ResourceConfig { public MyApp() { register(OAuth1ServerFeature.class); } }
Debug
Known issues
gotchaOAuth1 is considered legacy; prefer OAuth2 for new projects.
fix
Use OAuth2 support instead.
affects: all
Upgrade
Version history
4.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
Amazon
1
OpenAI (training)
1
Resources
oauth1-server — mvn dependency:get oauth1-server · libregistry