jar

io.github.jahrim.chess : authentication-service

Maven & Gradle

Aug 11, 2023
0 stars

Chess Authentication service · A service which handles registration and authentication in an application.

Table Of Contents

Latest Version

Download io.github.jahrim.chess : authentication-service JAR file - Latest Versions:

All Versions

Download io.github.jahrim.chess : authentication-service JAR file - All Versions:

Version Vulnerabilities Size Updated
0.4.x
0.3.x
0.2.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 authentication-service-0.4.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.jahrim.chess.authentication.service.components.data

├─ io.github.jahrim.chess.authentication.service.components.data.User.class - [JAR]

io.github.jahrim.chess.authentication.service.components.adapters.http

├─ io.github.jahrim.chess.authentication.service.components.adapters.http.AuthenticationHttpAdapter.class - [JAR]

├─ io.github.jahrim.chess.authentication.service.components.adapters.http.HttpHandler.class - [JAR]

io.github.jahrim.chess.authentication.service.components.ports

├─ io.github.jahrim.chess.authentication.service.components.ports.AuthenticationModel.class - [JAR]

├─ io.github.jahrim.chess.authentication.service.components.ports.AuthenticationPort.class - [JAR]

io.github.jahrim.chess.authentication.service.components.adapters.http.handlers

├─ io.github.jahrim.chess.authentication.service.components.adapters.http.handlers.LogHandler.class - [JAR]

io.github.jahrim.chess.authentication.service.components.exceptions

├─ io.github.jahrim.chess.authentication.service.components.exceptions.ExpiredTokenException.class - [JAR]

├─ io.github.jahrim.chess.authentication.service.components.exceptions.IncorrectPasswordException.class - [JAR]

├─ io.github.jahrim.chess.authentication.service.components.exceptions.MalformedInputException.class - [JAR]

├─ io.github.jahrim.chess.authentication.service.components.exceptions.UserNotFoundException.class - [JAR]

io.github.jahrim.chess.authentication.service.main

├─ io.github.jahrim.chess.authentication.service.main.Args.class - [JAR]

├─ io.github.jahrim.chess.authentication.service.main.main.class - [JAR]

io.github.jahrim.chess.authentication.service.components.data.codecs

├─ io.github.jahrim.chess.authentication.service.components.data.codecs.Codecs.class - [JAR]

├─ io.github.jahrim.chess.authentication.service.components.data.codecs.UserCodec.class - [JAR]

io.github.jahrim.chess.authentication.service.util.extension

├─ io.github.jahrim.chess.authentication.service.util.extension.JsonObjectExtension.class - [JAR]

├─ io.github.jahrim.chess.authentication.service.util.extension.RoutingContextExtension.class - [JAR]

├─ io.github.jahrim.chess.authentication.service.util.extension.VertxFutureExtension.class - [JAR]