jar

com.kumuluz.ee.jwt : kumuluzee-jwt-auth

Maven & Gradle

Jun 11, 2020
10 usages
5 stars

KumuluzEE JWT Auth · KumuluzEE JWT Auth extension provides a standardised way to secure your microservices with oAuth 2.0 or OpenID Connect using Json Web Tokens.

Table Of Contents

Latest Version

Download com.kumuluz.ee.jwt : kumuluzee-jwt-auth JAR file - Latest Versions:

All Versions

Download com.kumuluz.ee.jwt : kumuluzee-jwt-auth JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window kumuluzee-jwt-auth-1.1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.kumuluz.ee.jwt.auth.validator

├─ com.kumuluz.ee.jwt.auth.validator.JWTValidationException.class - [JAR]

├─ com.kumuluz.ee.jwt.auth.validator.JWTValidator.class - [JAR]

com.kumuluz.ee.jwt.auth.util

├─ com.kumuluz.ee.jwt.auth.util.AnnotationProcessorUtil.class - [JAR]

com.kumuluz.ee.jwt.auth.cdi

├─ com.kumuluz.ee.jwt.auth.cdi.ClaimProducer.class - [JAR]

├─ com.kumuluz.ee.jwt.auth.cdi.JWTContextInfo.class - [JAR]

├─ com.kumuluz.ee.jwt.auth.cdi.JsonWebTokenProducer.class - [JAR]

com.kumuluz.ee.jwt.auth

├─ com.kumuluz.ee.jwt.auth.JWTAuthExtension.class - [JAR]

com.kumuluz.ee.jwt.auth.helper

├─ com.kumuluz.ee.jwt.auth.helper.ClaimHelper.class - [JAR]

├─ com.kumuluz.ee.jwt.auth.helper.JwksRSAKeyProvider.class - [JAR]

com.kumuluz.ee.jwt.auth.principal

├─ com.kumuluz.ee.jwt.auth.principal.JWTPrincipal.class - [JAR]

com.kumuluz.ee.jwt.auth.context

├─ com.kumuluz.ee.jwt.auth.context.JWTSecurityContext.class - [JAR]

com.kumuluz.ee.jwt.auth.filter

├─ com.kumuluz.ee.jwt.auth.filter.JWTAuthorizationFilter.class - [JAR]

com.kumuluz.ee.jwt.auth.feature

├─ com.kumuluz.ee.jwt.auth.feature.FeatureDisabledSingleton.class - [JAR]

├─ com.kumuluz.ee.jwt.auth.feature.JWTRolesAllowedDynamicFeature.class - [JAR]

com.kumuluz.ee.jwt.auth.processor

├─ com.kumuluz.ee.jwt.auth.processor.AnnotationProcessor.class - [JAR]