jar

com.github.byeongukchoi : oauth2-server-java

Maven & Gradle

Jul 23, 2021
1 stars

oauth2-server-java · A library for implementing an OAuth2 Server in java

Table Of Contents

Latest Version

Download com.github.byeongukchoi : oauth2-server-java JAR file - Latest Versions:

All Versions

Download com.github.byeongukchoi : oauth2-server-java JAR file - All Versions:

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

com.byeongukchoi.oauth2.server.domain.repository

├─ com.byeongukchoi.oauth2.server.domain.repository.AccessTokenRepository.class - [JAR]

├─ com.byeongukchoi.oauth2.server.domain.repository.AuthorizationCodeRepository.class - [JAR]

├─ com.byeongukchoi.oauth2.server.domain.repository.ClientRepository.class - [JAR]

├─ com.byeongukchoi.oauth2.server.domain.repository.RefreshTokenRepository.class - [JAR]

com.byeongukchoi.oauth2.server.application.dto

├─ com.byeongukchoi.oauth2.server.application.dto.AuthorizationRequestDto.class - [JAR]

├─ com.byeongukchoi.oauth2.server.application.dto.TokenDto.class - [JAR]

com.byeongukchoi.oauth2.server.application

├─ com.byeongukchoi.oauth2.server.application.AbstractGrant.class - [JAR]

├─ com.byeongukchoi.oauth2.server.application.AuthorizationCodeGrant.class - [JAR]

├─ com.byeongukchoi.oauth2.server.application.RefreshTokenGrant.class - [JAR]

com.byeongukchoi.oauth2.server.error.exception

├─ com.byeongukchoi.oauth2.server.error.exception.ErrorCode.class - [JAR]

├─ com.byeongukchoi.oauth2.server.error.exception.OAuth2ServerException.class - [JAR]

com.byeongukchoi.oauth2.server.domain

├─ com.byeongukchoi.oauth2.server.domain.AccessToken.class - [JAR]

├─ com.byeongukchoi.oauth2.server.domain.AuthorizationCode.class - [JAR]

├─ com.byeongukchoi.oauth2.server.domain.Client.class - [JAR]

├─ com.byeongukchoi.oauth2.server.domain.RefreshToken.class - [JAR]

Advertisement