All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download hsweb-authorization-oauth2-auth-server JAR 3.0.11 with all dependencies


OAuth2授权服务器实现

Files of the artifact hsweb-authorization-oauth2-auth-server version 3.0.11 from the group org.hswebframework.web.

Artifact hsweb-authorization-oauth2-auth-server
Group org.hswebframework.web
Version 3.0.11
Last update 28. August 2020
Tags: oauth2
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies hsweb-commons-entity, hsweb-authorization-oauth2-core, hsweb-commons-utils, hsweb-concurrent-lock-api, spring-webmvc, hsweb-commons-controller,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of hsweb-authorization-oauth2-auth-server Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of hsweb-authorization-oauth2-auth-server version 3.0.11

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.META-INF.spring.factories
org.hswebframework.web.authorization.oauth2.server
org.hswebframework.web.authorization.oauth2.server.org.hswebframework.web.authorization.oauth2.server.AuthorizationService
org.hswebframework.web.authorization.oauth2.server.org.hswebframework.web.authorization.oauth2.server.OAuth2AccessToken
org.hswebframework.web.authorization.oauth2.server.org.hswebframework.web.authorization.oauth2.server.OAuth2Authorization
org.hswebframework.web.authorization.oauth2.server.org.hswebframework.web.authorization.oauth2.server.OAuth2ServerAutoConfiguration
org.hswebframework.web.authorization.oauth2.server.org.hswebframework.web.authorization.oauth2.server.TokenRequest
org.hswebframework.web.authorization.oauth2.server.client
org.hswebframework.web.authorization.oauth2.server.client.org.hswebframework.web.authorization.oauth2.server.client.MemoryOAuth2ClientConfigRepository
org.hswebframework.web.authorization.oauth2.server.client.org.hswebframework.web.authorization.oauth2.server.client.OAuth2Client
org.hswebframework.web.authorization.oauth2.server.client.org.hswebframework.web.authorization.oauth2.server.client.OAuth2ClientConfigRepository
org.hswebframework.web.authorization.oauth2.server.client.org.hswebframework.web.authorization.oauth2.server.client.SimpleOAuth2Client
org.hswebframework.web.authorization.oauth2.server.event
org.hswebframework.web.authorization.oauth2.server.event.org.hswebframework.web.authorization.oauth2.server.event.OAuth2GrantEvent
org.hswebframework.web.authorization.oauth2.server.exception
org.hswebframework.web.authorization.oauth2.server.exception.org.hswebframework.web.authorization.oauth2.server.exception.GrantTokenException
org.hswebframework.web.authorization.oauth2.server.support
org.hswebframework.web.authorization.oauth2.server.support.org.hswebframework.web.authorization.oauth2.server.support.AbstractAuthorizationService
org.hswebframework.web.authorization.oauth2.server.support.org.hswebframework.web.authorization.oauth2.server.support.DefaultOAuth2Granter
org.hswebframework.web.authorization.oauth2.server.support.org.hswebframework.web.authorization.oauth2.server.support.HttpTokenRequest
org.hswebframework.web.authorization.oauth2.server.support.org.hswebframework.web.authorization.oauth2.server.support.OAuth2Granter
org.hswebframework.web.authorization.oauth2.server.support.client
org.hswebframework.web.authorization.oauth2.server.support.client.org.hswebframework.web.authorization.oauth2.server.support.client.ClientCredentialGranter
org.hswebframework.web.authorization.oauth2.server.support.client.org.hswebframework.web.authorization.oauth2.server.support.client.ClientCredentialRequest
org.hswebframework.web.authorization.oauth2.server.support.client.org.hswebframework.web.authorization.oauth2.server.support.client.DefaultClientCredentialGranter
org.hswebframework.web.authorization.oauth2.server.support.client.org.hswebframework.web.authorization.oauth2.server.support.client.HttpClientCredentialRequest
org.hswebframework.web.authorization.oauth2.server.support.code
org.hswebframework.web.authorization.oauth2.server.support.code.org.hswebframework.web.authorization.oauth2.server.support.code.AuthorizationCode
org.hswebframework.web.authorization.oauth2.server.support.code.org.hswebframework.web.authorization.oauth2.server.support.code.AuthorizationCodeGranter
org.hswebframework.web.authorization.oauth2.server.support.code.org.hswebframework.web.authorization.oauth2.server.support.code.AuthorizationCodeRequest
org.hswebframework.web.authorization.oauth2.server.support.code.org.hswebframework.web.authorization.oauth2.server.support.code.AuthorizationCodeService
org.hswebframework.web.authorization.oauth2.server.support.code.org.hswebframework.web.authorization.oauth2.server.support.code.AuthorizationCodeTokenRequest
org.hswebframework.web.authorization.oauth2.server.support.code.org.hswebframework.web.authorization.oauth2.server.support.code.DefaultAuthorizationCodeGranter
org.hswebframework.web.authorization.oauth2.server.support.code.org.hswebframework.web.authorization.oauth2.server.support.code.HttpAuthorizationCodeRequest
org.hswebframework.web.authorization.oauth2.server.support.code.org.hswebframework.web.authorization.oauth2.server.support.code.HttpAuthorizationCodeTokenRequest
org.hswebframework.web.authorization.oauth2.server.support.implicit
org.hswebframework.web.authorization.oauth2.server.support.implicit.org.hswebframework.web.authorization.oauth2.server.support.implicit.DefaultImplicitGranter
org.hswebframework.web.authorization.oauth2.server.support.implicit.org.hswebframework.web.authorization.oauth2.server.support.implicit.HttpImplicitRequest
org.hswebframework.web.authorization.oauth2.server.support.implicit.org.hswebframework.web.authorization.oauth2.server.support.implicit.ImplicitGranter
org.hswebframework.web.authorization.oauth2.server.support.implicit.org.hswebframework.web.authorization.oauth2.server.support.implicit.ImplicitRequest
org.hswebframework.web.authorization.oauth2.server.support.password
org.hswebframework.web.authorization.oauth2.server.support.password.org.hswebframework.web.authorization.oauth2.server.support.password.DefaultPasswordGranter
org.hswebframework.web.authorization.oauth2.server.support.password.org.hswebframework.web.authorization.oauth2.server.support.password.HttpPasswordRequest
org.hswebframework.web.authorization.oauth2.server.support.password.org.hswebframework.web.authorization.oauth2.server.support.password.PasswordGranter
org.hswebframework.web.authorization.oauth2.server.support.password.org.hswebframework.web.authorization.oauth2.server.support.password.PasswordRequest
org.hswebframework.web.authorization.oauth2.server.support.password.org.hswebframework.web.authorization.oauth2.server.support.password.PasswordService
org.hswebframework.web.authorization.oauth2.server.support.refresh
org.hswebframework.web.authorization.oauth2.server.support.refresh.org.hswebframework.web.authorization.oauth2.server.support.refresh.DefaultRefreshTokenGranter
org.hswebframework.web.authorization.oauth2.server.support.refresh.org.hswebframework.web.authorization.oauth2.server.support.refresh.HttpRefreshTokenRequest
org.hswebframework.web.authorization.oauth2.server.support.refresh.org.hswebframework.web.authorization.oauth2.server.support.refresh.RefreshTokenGranter
org.hswebframework.web.authorization.oauth2.server.support.refresh.org.hswebframework.web.authorization.oauth2.server.support.refresh.RefreshTokenRequest
org.hswebframework.web.authorization.oauth2.server.token
org.hswebframework.web.authorization.oauth2.server.token.org.hswebframework.web.authorization.oauth2.server.token.AccessTokenService




© 2015 - 2024 Weber Informatics LLC | Privacy Policy