View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- 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]