jar

com.github.xiongxcodes : haohope-oauth

Maven & Gradle

Feb 03, 2021
1 usages
0 stars

Provide a minimalist integration solution for SpringBoot OAuth2

Table Of Contents

Latest Version

Download com.github.xiongxcodes : haohope-oauth JAR file - Latest Versions:

All Versions

Download com.github.xiongxcodes : haohope-oauth JAR file - All Versions:

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

org.minbox.framework.oauth.grant

├─ org.minbox.framework.oauth.grant.DefaultApiBootOauthTokenGranter.class - [JAR]

├─ org.minbox.framework.oauth.grant.OAuth2TokenGranter.class - [JAR]

org.minbox.framework.oauth.response

├─ org.minbox.framework.oauth.response.AuthorizationDeniedResponse.class - [JAR]

├─ org.minbox.framework.oauth.response.DefaultAuthorizationDeniedResponse.class - [JAR]

org.minbox.framework.oauth

├─ org.minbox.framework.oauth.AuthorizationServerConfiguration.class - [JAR]

org.minbox.framework.oauth.exception

├─ org.minbox.framework.oauth.exception.OAuth2Exception.class - [JAR]

├─ org.minbox.framework.oauth.exception.OAuth2ExceptionSerializer.class - [JAR]

├─ org.minbox.framework.oauth.exception.OAuth2TokenException.class - [JAR]

org.minbox.framework.oauth.passwordencoder

├─ org.minbox.framework.oauth.passwordencoder.DefaultOauthPasswordEncoder.class - [JAR]

├─ org.minbox.framework.oauth.passwordencoder.OauthPasswordEncoder.class - [JAR]

org.minbox.framework.oauth.translator

├─ org.minbox.framework.oauth.translator.WebResponseExceptionTranslator.class - [JAR]

Advertisement