jar

com.rafaeldakaj : authutils

Maven & Gradle

May 06, 2021
0 stars

AuthUtils · A Java API used to serialize objects into a JSON Web Token

Table Of Contents

Latest Version

Download com.rafaeldakaj : authutils JAR file - Latest Versions:

All Versions

Download com.rafaeldakaj : authutils JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.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 authutils-0.1.2a.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.rafaeldakaj.authutils.annotation

├─ com.rafaeldakaj.authutils.annotation.Claim.class - [JAR]

├─ com.rafaeldakaj.authutils.annotation.Subject.class - [JAR]

com.rafaeldakaj.authutils.reflection

├─ com.rafaeldakaj.authutils.reflection.AnnotationReader.class - [JAR]

com.rafaeldakaj.authutils.exception

├─ com.rafaeldakaj.authutils.exception.AnnotationNotProvidedException.class - [JAR]

├─ com.rafaeldakaj.authutils.exception.InvalidTokenFormatException.class - [JAR]

com.rafaeldakaj.authutils.token

├─ com.rafaeldakaj.authutils.token.AuthenticationStore.class - [JAR]

├─ com.rafaeldakaj.authutils.token.TokenFactory.class - [JAR]

├─ com.rafaeldakaj.authutils.token.TokenParser.class - [JAR]

Advertisement