jar

com.github.zengfr.platform : oauth2-sdk-data-jpa

Maven & Gradle

Aug 17, 2022

基于 Spring Authorization Server 的 Conuni Cloud 基础核心组件模块

Table Of Contents

Latest Version

Download com.github.zengfr.platform : oauth2-sdk-data-jpa JAR file - Latest Versions:

All Versions

Download com.github.zengfr.platform : oauth2-sdk-data-jpa JAR file - All Versions:

Version Vulnerabilities Size Updated
2.7.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-sdk-data-jpa-2.7.2.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.zengfr.platform.oauth2.data.jpa.storage

├─ com.github.zengfr.platform.oauth2.data.jpa.storage.JpaOAuth2AuthorizationConsentService.class - [JAR]

├─ com.github.zengfr.platform.oauth2.data.jpa.storage.JpaOAuth2AuthorizationService.class - [JAR]

├─ com.github.zengfr.platform.oauth2.data.jpa.storage.JpaRegisteredClientRepository.class - [JAR]

com.github.zengfr.platform.oauth2.data.jpa.utils

├─ com.github.zengfr.platform.oauth2.data.jpa.utils.OAuth2AuthorizationUtils.class - [JAR]

com.github.zengfr.platform.oauth2.data.jpa.entity

├─ com.github.zengfr.platform.oauth2.data.jpa.entity.ZengfrAuthorization.class - [JAR]

├─ com.github.zengfr.platform.oauth2.data.jpa.entity.ZengfrAuthorizationConsent.class - [JAR]

├─ com.github.zengfr.platform.oauth2.data.jpa.entity.ZengfrRegisteredClient.class - [JAR]

com.github.zengfr.platform.oauth2.data.jpa.generator

├─ com.github.zengfr.platform.oauth2.data.jpa.generator.ZengfrAuthorizationConsentId.class - [JAR]

├─ com.github.zengfr.platform.oauth2.data.jpa.generator.ZengfrAuthorizationGenerator.class - [JAR]

├─ com.github.zengfr.platform.oauth2.data.jpa.generator.ZengfrRegisteredClientGenerator.class - [JAR]

com.github.zengfr.platform.oauth2.data.jpa.service

├─ com.github.zengfr.platform.oauth2.data.jpa.service.ZengfrAuthorizationConsentService.class - [JAR]

├─ com.github.zengfr.platform.oauth2.data.jpa.service.ZengfrAuthorizationService.class - [JAR]

├─ com.github.zengfr.platform.oauth2.data.jpa.service.ZengfrRegisteredClientService.class - [JAR]

com.github.zengfr.platform.oauth2.data.jpa.configuration

├─ com.github.zengfr.platform.oauth2.data.jpa.configuration.OAuth2DataJpaConfiguration.class - [JAR]

com.github.zengfr.platform.oauth2.data.jpa.repository

├─ com.github.zengfr.platform.oauth2.data.jpa.repository.ZengfrAuthorizationConsentRepository.class - [JAR]

├─ com.github.zengfr.platform.oauth2.data.jpa.repository.ZengfrAuthorizationRepository.class - [JAR]

├─ com.github.zengfr.platform.oauth2.data.jpa.repository.ZengfrRegisteredClientRepository.class - [JAR]