jar

net.uiqui : mock-oauth-server

Maven & Gradle

Aug 13, 2022
1 stars

OAuth Server Mock · OAuth2 mocked server for unit tests.

Table Of Contents

Latest Version

Download net.uiqui : mock-oauth-server JAR file - Latest Versions:

All Versions

Download net.uiqui : mock-oauth-server 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 mock-oauth-server-1.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.uiqui.oauth.mock

├─ net.uiqui.oauth.mock.OAuthServerMock.class - [JAR]

├─ net.uiqui.oauth.mock.OAuthServerMockKt.class - [JAR]

net.uiqui.oauth.mock.http

├─ net.uiqui.oauth.mock.http.HttpServer.class - [JAR]

├─ net.uiqui.oauth.mock.http.Request.class - [JAR]

├─ net.uiqui.oauth.mock.http.RequestHandler.class - [JAR]

├─ net.uiqui.oauth.mock.http.Response.class - [JAR]

├─ net.uiqui.oauth.mock.http.ServerInstance.class - [JAR]

net.uiqui.oauth.mock.tools

├─ net.uiqui.oauth.mock.tools.Holder.class - [JAR]

├─ net.uiqui.oauth.mock.tools.JsonHelper.class - [JAR]

net.uiqui.oauth.mock.jwks

├─ net.uiqui.oauth.mock.jwks.JWKS.class - [JAR]

├─ net.uiqui.oauth.mock.jwks.JWKSHandler.class - [JAR]

├─ net.uiqui.oauth.mock.jwks.JWTGenerator.class - [JAR]

├─ net.uiqui.oauth.mock.jwks.JWTGeneratorKt.class - [JAR]

├─ net.uiqui.oauth.mock.jwks.PublicKey.class - [JAR]

net.uiqui.oauth.mock.http.impl

├─ net.uiqui.oauth.mock.http.impl.RequestImpl.class - [JAR]

├─ net.uiqui.oauth.mock.http.impl.ResponseImpl.class - [JAR]