jar

org.hswebframework.web : hsweb-system-authorization-oauth2

Maven & Gradle

Aug 04, 2023
8k stars
Table Of Contents

Latest Version

Download org.hswebframework.web : hsweb-system-authorization-oauth2 JAR file - Latest Versions:

All Versions

Download org.hswebframework.web : hsweb-system-authorization-oauth2 JAR file - All Versions:

Version Vulnerabilities Size Updated
4.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 hsweb-system-authorization-oauth2-4.0.16.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.hswebframework.web.oauth2.web

├─ org.hswebframework.web.oauth2.web.WebFluxOAuth2ClientController.class - [JAR]

org.hswebframework.web.oauth2.service

├─ org.hswebframework.web.oauth2.service.InDBOAuth2ClientManager.class - [JAR]

├─ org.hswebframework.web.oauth2.service.OAuth2ClientService.class - [JAR]

org.hswebframework.web.oauth2.enums

├─ org.hswebframework.web.oauth2.enums.OAuth2ClientState.class - [JAR]

org.hswebframework.web.oauth2.configuration

├─ org.hswebframework.web.oauth2.configuration.OAuth2ClientManagerAutoConfiguration.class - [JAR]

org.hswebframework.web.oauth2.entity

├─ org.hswebframework.web.oauth2.entity.OAuth2ClientEntity.class - [JAR]

Advertisement