jar

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

Maven & Gradle

Aug 28, 2020
4 usages
8k stars

OAuth2客户端实现

Table Of Contents

Latest Version

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

All Versions

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

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

org.hswebframework.web.authorization.oauth2.client.simple.provider

├─ org.hswebframework.web.authorization.oauth2.client.simple.provider.HswebResponseConvertSupport.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.simple.provider.HswebResponseJudgeSupport.class - [JAR]

org.hswebframework.web.authorization.oauth2.client.request

├─ org.hswebframework.web.authorization.oauth2.client.request.DefaultResponseJudge.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.request.OAuth2Request.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.request.OAuth2Session.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.request.ReTry.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.request.ResponseConvertHandler.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.request.ResponseJudge.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.request.TokenExpiredCallBack.class - [JAR]

org.hswebframework.web.authorization.oauth2.client.simple.request

├─ org.hswebframework.web.authorization.oauth2.client.simple.request.SimpleOAuth2Request.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.simple.request.SimpleOAuth2Response.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.simple.request.UnCheck.class - [JAR]

org.hswebframework.web.authorization.oauth2.client.exception

├─ org.hswebframework.web.authorization.oauth2.client.exception.OAuth2RequestException.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.exception.UnCheckException.class - [JAR]

org.hswebframework.web.authorization.oauth2.client.request.definition

├─ org.hswebframework.web.authorization.oauth2.client.request.definition.ResponseConvertForProviderDefinition.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.request.definition.ResponseConvertForServerIdDefinition.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.request.definition.ResponseJudgeForProviderDefinition.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.request.definition.ResponseJudgeForServerIdDefinition.class - [JAR]

org.hswebframework.web.authorization.oauth2.client.simple

├─ org.hswebframework.web.authorization.oauth2.client.simple.MemoryOAuth2ServerConfigRepository.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.simple.MemoryOAuth2UserTokenRepository.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.simple.OAuth2ServerConfigRepository.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.simple.OAuth2UserTokenRepository.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.simple.SimpleOAuth2RequestService.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.simple.SimpleOAuth2SessionBuilder.class - [JAR]

org.hswebframework.web.authorization.oauth2.client.simple.session

├─ org.hswebframework.web.authorization.oauth2.client.simple.session.AuthorizationCodeSession.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.simple.session.CachedOAuth2Session.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.simple.session.DefaultOAuth2Session.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.simple.session.PasswordSession.class - [JAR]

org.hswebframework.web.authorization.oauth2.client.listener

├─ org.hswebframework.web.authorization.oauth2.client.listener.AutoRegisterOAuth2Listener.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.listener.OAuth2CodeAuthBeforeEvent.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.listener.OAuth2Event.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.listener.OAuth2Listener.class - [JAR]

org.hswebframework.web.authorization.oauth2.client.response

├─ org.hswebframework.web.authorization.oauth2.client.response.OAuth2Response.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.response.ResponseConvert.class - [JAR]

org.hswebframework.web.authorization.oauth2.client.simple.request.builder

├─ org.hswebframework.web.authorization.oauth2.client.simple.request.builder.SimpleOAuth2RequestBuilder.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.simple.request.builder.SimpleOAuth2RequestBuilderFactory.class - [JAR]

org.hswebframework.web.authorization.oauth2.client

├─ org.hswebframework.web.authorization.oauth2.client.AccessTokenInfo.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.OAuth2ClientAutoConfiguration.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.OAuth2RequestBuilder.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.OAuth2RequestBuilderFactory.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.OAuth2RequestService.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.OAuth2ServerConfig.class - [JAR]

├─ org.hswebframework.web.authorization.oauth2.client.OAuth2SessionBuilder.class - [JAR]

Advertisement