组织ID: |
org.springframework.security |
项目ID: |
spring-security-oauth2-client |
版本: |
5.1.0.RELEASE |
最后修改时间: |
2018-09-23 01:59:09 |
包类型: |
java-source (源码) |
大小: |
150.01KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-client</artifactId>
<version>5.1.0.RELEASE</version>
<classifier>sources</classifier>
<type>java-source</type>
</dependency>
|
Gradle引入代码: |
org.springframework.security:spring-security-oauth2-client:5.1.0.RELEASE
|
下载Jar包: |
|
Jar包内容: |
META-INF/MANIFEST.MF
org/springframework/security/oauth2/client/OAuth2AuthorizedClient.java
org/springframework/security/oauth2/client/http/OAuth2ErrorResponseErrorHandler.java
org/springframework/security/oauth2/client/registration/InMemoryClientRegistrationRepository.java
org/springframework/security/oauth2/client/registration/ReactiveClientRegistrationRepository.java
org/springframework/security/oauth2/client/registration/package-info.java
org/springframework/security/oauth2/client/registration/InMemoryReactiveClientRegistrationRepository.java
org/springframework/security/oauth2/client/registration/ClientRegistrations.java
org/springframework/security/oauth2/client/registration/ClientRegistrationRepository.java
org/springframework/security/oauth2/client/registration/ClientRegistration.java
org/springframework/security/oauth2/client/authentication/OAuth2LoginAuthenticationProvider.java
org/springframework/security/oauth2/client/authentication/OAuth2AuthorizationCodeReactiveAuthenticationManager.java
org/springframework/security/oauth2/client/authentication/OAuth2LoginReactiveAuthenticationManager.java
org/springframework/security/oauth2/client/authentication/package-info.java
org/springframework/security/oauth2/client/authentication/OAuth2AuthorizationCodeAuthenticationProvider.java
org/springframework/security/oauth2/client/authentication/OAuth2AuthorizationCodeAuthenticationToken.java
org/springframework/security/oauth2/client/authentication/OAuth2AuthenticationToken.java
org/springframework/security/oauth2/client/authentication/OAuth2LoginAuthenticationToken.java
org/springframework/security/oauth2/client/authentication/OAuth2AuthorizationExchangeValidator.java
org/springframework/security/oauth2/client/package-info.java
org/springframework/security/oauth2/client/OAuth2AuthorizedClientService.java
org/springframework/security/oauth2/client/ClientAuthorizationRequiredException.java
org/springframework/security/oauth2/client/InMemoryReactiveOAuth2AuthorizedClientService.java
org/springframework/security/oauth2/client/ReactiveOAuth2AuthorizedClientService.java
org/springframework/security/oauth2/client/InMemoryOAuth2AuthorizedClientService.java
org/springframework/security/oauth2/client/web/OAuth2AuthorizationRequestRedirectFilter.java
org/springframework/security/oauth2/client/web/OAuth2AuthorizationCodeGrantFilter.java
org/springframework/security/oauth2/client/web/OAuth2AuthorizationResponseUtils.java
org/springframework/security/oauth2/client/web/OAuth2AuthorizedClientRepository.java
org/springframework/security/oauth2/client/web/package-info.java
org/springframework/security/oauth2/client/web/method/annotation/OAuth2AuthorizedClientArgumentResolver.java
org/springframework/security/oauth2/client/web/server/UnAuthenticatedServerOAuth2AuthorizedClientRepository.java
org/springframework/security/oauth2/client/web/server/AuthenticatedPrincipalServerOAuth2AuthorizedClientRepository.java
org/springframework/security/oauth2/client/web/server/WebSessionOAuth2ServerAuthorizationRequestRepository.java
org/springframework/security/oauth2/client/web/server/OAuth2AuthorizationCodeGrantWebFilter.java
org/springframework/security/oauth2/client/web/server/OAuth2AuthorizationResponseUtils.java
org/springframework/security/oauth2/client/web/server/ServerOAuth2AuthorizedClientRepository.java
org/springframework/security/oauth2/client/web/server/authentication/OAuth2LoginAuthenticationWebFilter.java
org/springframework/security/oauth2/client/web/server/DefaultServerOAuth2AuthorizationRequestResolver.java
org/springframework/security/oauth2/client/web/server/OAuth2AuthorizationRequestRedirectWebFilter.java
org/springframework/security/oauth2/client/web/server/ServerOAuth2AuthorizationRequestResolver.java
org/springframework/security/oauth2/client/web/server/ServerAuthorizationRequestRepository.java
org/springframework/security/oauth2/client/web/server/WebSessionServerOAuth2AuthorizedClientRepository.java
org/springframework/security/oauth2/client/web/server/ServerOAuth2AuthorizationCodeAuthenticationTokenConverter.java
org/springframework/security/oauth2/client/web/OAuth2LoginAuthenticationFilter.java
org/springframework/security/oauth2/client/web/HttpSessionOAuth2AuthorizedClientRepository.java
org/springframework/security/oauth2/client/web/HttpSessionOAuth2AuthorizationRequestRepository.java
org/springframework/security/oauth2/client/web/AuthorizationRequestRepository.java
org/springframework/security/oauth2/client/web/DefaultOAuth2AuthorizationRequestResolver.java
org/springframework/security/oauth2/client/web/AuthenticatedPrincipalOAuth2AuthorizedClientRepository.java
org/springframework/security/oauth2/client/web/reactive/result/method/annotation/OAuth2AuthorizedClientArgumentResolver.java
org/springframework/security/oauth2/client/web/reactive/result/method/annotation/OAuth2AuthorizedClientResolver.java
org/springframework/security/oauth2/client/web/reactive/function/client/ServerOAuth2AuthorizedClientExchangeFilterFunction.java
org/springframework/security/oauth2/client/web/reactive/function/client/ServletOAuth2AuthorizedClientExchangeFilterFunction.java
org/springframework/security/oauth2/client/web/reactive/function/client/OAuth2AuthorizedClientResolver.java
org/springframework/security/oauth2/client/web/OAuth2AuthorizationRequestResolver.java
org/springframework/security/oauth2/client/oidc/authentication/OidcAuthorizationCodeReactiveAuthenticationManager.java
org/springframework/security/oauth2/client/oidc/authentication/package-info.java
org/springframework/security/oauth2/client/oidc/authentication/OidcAuthorizationCodeAuthenticationProvider.java
org/springframework/security/oauth2/client/oidc/authentication/OidcTokenValidator.java
org/springframework/security/oauth2/client/oidc/userinfo/OidcUserRequest.java
org/springframework/security/oauth2/client/oidc/userinfo/OidcReactiveOAuth2UserService.java
org/springframework/security/oauth2/client/oidc/userinfo/package-info.java
org/springframework/security/oauth2/client/oidc/userinfo/OidcUserService.java
org/springframework/security/oauth2/client/oidc/userinfo/OidcUserRequestUtils.java
org/springframework/security/oauth2/client/userinfo/CustomUserTypesOAuth2UserService.java
org/springframework/security/oauth2/client/userinfo/DefaultOAuth2UserService.java
org/springframework/security/oauth2/client/userinfo/OAuth2UserService.java
org/springframework/security/oauth2/client/userinfo/DelegatingOAuth2UserService.java
org/springframework/security/oauth2/client/userinfo/OAuth2UserRequest.java
org/springframework/security/oauth2/client/userinfo/package-info.java
org/springframework/security/oauth2/client/userinfo/OAuth2UserRequestEntityConverter.java
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
无
|