Registry / auth / ditto-services-utils-jwt

ditto-services-utils-jwt

JSON →
library1.5.1javamavenunverified

Eclipse Ditto is a framework for creating and managing digital twins in the IoT, providing JWT utilities for authentication.

<dependency> <groupId>org.eclipse.ditto</groupId> <artifactId>ditto-services-utils-jwt</artifactId> <version>1.5.1</version> </dependency>
INSTALL
IMPORT
SIG · DITTO-SERVICES-UTI
D
ditto-services-utils-jwt
authjavav1.5.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.

JwtToken
org.eclipse.ditto.services.utils.jwt.JwtToken

Minimal example using JwtToken to parse a JWT.

import org.eclipse.ditto.services.utils.jwt.JwtToken; public class Example { public static void main(String[] args) { JwtToken token = new JwtToken("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIn0.dozjgNryP4J3jVmNHl0w5N_XgL0n3I9PlFUP0THsR8U"); System.out.println(token.getSubject()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
22
Amazon
1
OpenAI (training)
1
Resources
ditto-services-utils-jwt — mvn dependency:get ditto-services-utils-jwt · libregistry