Registry / auth / dropwizard-auth

dropwizard-auth

JSON →
library5.0.1javamavenunverified

Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web applications.

<dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-auth</artifactId> <version>5.0.1</version> </dependency>
INSTALL
IMPORT
SIG · DROPWIZARD-AUTH
D
dropwizard-auth
authjavav5.0.1
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.

AuthFactory
io.dropwizard.auth.AuthFactory

Register a basic authentication factory in a Dropwizard application.

import io.dropwizard.auth.AuthFactory; import io.dropwizard.auth.basic.BasicAuthFactory; // Register in Application.run() environment.jersey().register(new BasicAuthFactory<>(new MyAuthenticator(), "realm", MyUser.class));
Debug
Known issues
breakingDropwizard Auth has breaking changes between major versions (e.g., 2.x vs 5.x).
fix
Check the Dropwizard upgrade guide for your version.
affects: >=5.0.0
Upgrade
Version history
5.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
dropwizard-auth — mvn dependency:get dropwizard-auth · libregistry