jar

org.codehaus.spring-security-oauth : spring-security-oauth

Maven & Gradle

Oct 15, 2010
6 usages

OAuth for Spring Security · Module for providing OAuth support to Spring Security

Table Of Contents

Latest Version

Download org.codehaus.spring-security-oauth : spring-security-oauth JAR file - Latest Versions:

All Versions

Download org.codehaus.spring-security-oauth : spring-security-oauth JAR file - All Versions:

Version Vulnerabilities Size Updated
3.19
3.19.x
3.18.x
3.18
3.17.x
3.17
3.16
3.16.x
3.15
3.15.x
3.14.x
3.14
3.13.x
3.13
3.12
3.12.x
3.11
3.11.x
3.10
3.10.x
3.9
3.9.x
3.8.x
3.8
3.7
3.7.x
3.6
3.6.x
3.5.x
3.5
3.4
3.4.x
3.3
3.3.x
3.2
3.1
3.0
2.10
2.9
2.8
2.7
2.6
2.5
2.4
2.3
2.2
2.1
2.0
1.0

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 spring-security-oauth-3.19.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.springframework.security.oauth.provider.verifier

├─ org.springframework.security.oauth.provider.verifier.OAuthVerifierServices.class - [JAR]

├─ org.springframework.security.oauth.provider.verifier.RandomValueVerifierServices.class - [JAR]

├─ org.springframework.security.oauth.provider.verifier.VerificationFailedException.class - [JAR]

org.springframework.security.oauth.common

├─ org.springframework.security.oauth.common.OAuthCodec.class - [JAR]

├─ org.springframework.security.oauth.common.OAuthConsumerParameter.class - [JAR]

├─ org.springframework.security.oauth.common.OAuthException.class - [JAR]

├─ org.springframework.security.oauth.common.OAuthProviderParameter.class - [JAR]

├─ org.springframework.security.oauth.common.StringSplitUtils.class - [JAR]

org.springframework.security.oauth.provider.nonce

├─ org.springframework.security.oauth.provider.nonce.ExpiringTimestampNonceServices.class - [JAR]

├─ org.springframework.security.oauth.provider.nonce.InMemoryNonceServices.class - [JAR]

├─ org.springframework.security.oauth.provider.nonce.NonceAlreadyUsedException.class - [JAR]

├─ org.springframework.security.oauth.provider.nonce.NullNonceServices.class - [JAR]

├─ org.springframework.security.oauth.provider.nonce.OAuthNonceServices.class - [JAR]

org.springframework.security.oauth.config

├─ org.springframework.security.oauth.config.ConsumerServiceBeanDefinitionParser.class - [JAR]

├─ org.springframework.security.oauth.config.OAuthConsumerBeanDefinitionParser.class - [JAR]

├─ org.springframework.security.oauth.config.OAuthProviderBeanDefinitionParser.class - [JAR]

├─ org.springframework.security.oauth.config.OAuthSecurityNamespaceHandler.class - [JAR]

├─ org.springframework.security.oauth.config.ProtectedResourceDetailsBeanDefinitionParser.class - [JAR]

├─ org.springframework.security.oauth.config.TokenServiceBeanDefinitionParser.class - [JAR]

├─ org.springframework.security.oauth.config.VerifierServiceBeanDefinitionParser.class - [JAR]

org.springframework.security.oauth.provider

├─ org.springframework.security.oauth.provider.AccessTokenProcessingFilter.class - [JAR]

├─ org.springframework.security.oauth.provider.BaseConsumerDetails.class - [JAR]

├─ org.springframework.security.oauth.provider.ConsumerAuthentication.class - [JAR]

├─ org.springframework.security.oauth.provider.ConsumerCredentials.class - [JAR]

├─ org.springframework.security.oauth.provider.ConsumerDetails.class - [JAR]

├─ org.springframework.security.oauth.provider.ConsumerDetailsService.class - [JAR]

├─ org.springframework.security.oauth.provider.CoreOAuthProviderSupport.class - [JAR]

├─ org.springframework.security.oauth.provider.DefaultAuthenticationHandler.class - [JAR]

├─ org.springframework.security.oauth.provider.DefaultRedirectStrategy.class - [JAR]

├─ org.springframework.security.oauth.provider.ExtraTrustConsumerDetails.class - [JAR]

├─ org.springframework.security.oauth.provider.InMemoryConsumerDetailsService.class - [JAR]

├─ org.springframework.security.oauth.provider.InvalidOAuthParametersException.class - [JAR]

├─ org.springframework.security.oauth.provider.OAuthAuthenticationDetails.class - [JAR]

├─ org.springframework.security.oauth.provider.OAuthAuthenticationHandler.class - [JAR]

├─ org.springframework.security.oauth.provider.OAuthProcessingFilterEntryPoint.class - [JAR]

├─ org.springframework.security.oauth.provider.OAuthProviderProcessingFilter.class - [JAR]

├─ org.springframework.security.oauth.provider.OAuthProviderSupport.class - [JAR]

├─ org.springframework.security.oauth.provider.OAuthVersionUnsupportedException.class - [JAR]

├─ org.springframework.security.oauth.provider.ProtectedResourceProcessingFilter.class - [JAR]

├─ org.springframework.security.oauth.provider.ResourceSpecificConsumerDetails.class - [JAR]

├─ org.springframework.security.oauth.provider.UnauthenticatedRequestTokenProcessingFilter.class - [JAR]

├─ org.springframework.security.oauth.provider.UserAuthorizationProcessingFilter.class - [JAR]

├─ org.springframework.security.oauth.provider.UserAuthorizationSuccessfulAuthenticationHandler.class - [JAR]

org.springframework.security.oauth2.provider

├─ org.springframework.security.oauth2.provider.BaseClientDetails.class - [JAR]

├─ org.springframework.security.oauth2.provider.ClientAuthenticationProvider.class - [JAR]

├─ org.springframework.security.oauth2.provider.ClientAuthenticationToken.class - [JAR]

├─ org.springframework.security.oauth2.provider.ClientDetails.class - [JAR]

├─ org.springframework.security.oauth2.provider.ClientDetailsService.class - [JAR]

├─ org.springframework.security.oauth2.provider.DefaultOAuth2FlowValve.class - [JAR]

├─ org.springframework.security.oauth2.provider.InMemoryClientDetailsService.class - [JAR]

├─ org.springframework.security.oauth2.provider.OAuth2Authentication.class - [JAR]

├─ org.springframework.security.oauth2.provider.OAuth2AuthorizationFilter.class - [JAR]

├─ org.springframework.security.oauth2.provider.OAuth2AuthorizationSuccessHandler.class - [JAR]

├─ org.springframework.security.oauth2.provider.OAuth2ExceptionHandlerFilter.class - [JAR]

├─ org.springframework.security.oauth2.provider.OAuth2FlowValve.class - [JAR]

├─ org.springframework.security.oauth2.provider.OAuth2ProtectedResourceFilter.class - [JAR]

org.springframework.security.oauth2.common.exceptions

├─ org.springframework.security.oauth2.common.exceptions.ClientAuthenticationException.class - [JAR]

├─ org.springframework.security.oauth2.common.exceptions.ExpiredTokenException.class - [JAR]

├─ org.springframework.security.oauth2.common.exceptions.InvalidSignatureException.class - [JAR]

├─ org.springframework.security.oauth2.common.exceptions.InvalidTokenException.class - [JAR]

├─ org.springframework.security.oauth2.common.exceptions.InvalidVerificationCodeException.class - [JAR]

├─ org.springframework.security.oauth2.common.exceptions.OAuth2Exception.class - [JAR]

├─ org.springframework.security.oauth2.common.exceptions.RedirectMismatchException.class - [JAR]

├─ org.springframework.security.oauth2.common.exceptions.SerializationException.class - [JAR]

├─ org.springframework.security.oauth2.common.exceptions.UnapprovedClientAuthenticationException.class - [JAR]

├─ org.springframework.security.oauth2.common.exceptions.UnauthorizedException.class - [JAR]

├─ org.springframework.security.oauth2.common.exceptions.UnsupportedOAuthFlowTypeException.class - [JAR]

├─ org.springframework.security.oauth2.common.exceptions.UserDeniedAuthenticationException.class - [JAR]

org.springframework.security.oauth.consumer.token

├─ org.springframework.security.oauth.consumer.token.HttpSessionBasedTokenServices.class - [JAR]

├─ org.springframework.security.oauth.consumer.token.HttpSessionBasedTokenServicesFactory.class - [JAR]

├─ org.springframework.security.oauth.consumer.token.OAuthConsumerToken.class - [JAR]

├─ org.springframework.security.oauth.consumer.token.OAuthConsumerTokenServices.class - [JAR]

├─ org.springframework.security.oauth.consumer.token.OAuthConsumerTokenServicesFactory.class - [JAR]

org.springframework.security.oauth2.common

├─ org.springframework.security.oauth2.common.DefaultOAuth2SerializationService.class - [JAR]

├─ org.springframework.security.oauth2.common.ExpiringOAuth2RefreshToken.class - [JAR]

├─ org.springframework.security.oauth2.common.OAuth2AccessToken.class - [JAR]

├─ org.springframework.security.oauth2.common.OAuth2RefreshToken.class - [JAR]

├─ org.springframework.security.oauth2.common.OAuth2Serialization.class - [JAR]

├─ org.springframework.security.oauth2.common.OAuth2SerializationService.class - [JAR]

org.springframework.security.oauth2.provider.usernamepassword

├─ org.springframework.security.oauth2.provider.usernamepassword.UsernamePasswordOAuth2AuthenticationProvider.class - [JAR]

├─ org.springframework.security.oauth2.provider.usernamepassword.UsernamePasswordOAuth2AuthenticationToken.class - [JAR]

org.springframework.security.oauth.provider.attributes

├─ org.springframework.security.oauth.provider.attributes.ConsumerKeysAllowed.class - [JAR]

├─ org.springframework.security.oauth.provider.attributes.ConsumerRolesAllowed.class - [JAR]

├─ org.springframework.security.oauth.provider.attributes.ConsumerSecurityConfig.class - [JAR]

├─ org.springframework.security.oauth.provider.attributes.ConsumerSecurityMetadataSource.class - [JAR]

├─ org.springframework.security.oauth.provider.attributes.ConsumerSecurityVoter.class - [JAR]

├─ org.springframework.security.oauth.provider.attributes.DenyAllConsumers.class - [JAR]

├─ org.springframework.security.oauth.provider.attributes.PermitAllConsumers.class - [JAR]

org.springframework.security.oauth2.common.json

├─ org.springframework.security.oauth2.common.json.JSONArray.class - [JAR]

├─ org.springframework.security.oauth2.common.json.JSONException.class - [JAR]

├─ org.springframework.security.oauth2.common.json.JSONObject.class - [JAR]

├─ org.springframework.security.oauth2.common.json.JSONString.class - [JAR]

├─ org.springframework.security.oauth2.common.json.JSONStringer.class - [JAR]

├─ org.springframework.security.oauth2.common.json.JSONTokener.class - [JAR]

├─ org.springframework.security.oauth2.common.json.JSONWriter.class - [JAR]

org.springframework.security.oauth2.config

├─ org.springframework.security.oauth2.config.ClientServiceBeanDefinitionParser.class - [JAR]

├─ org.springframework.security.oauth2.config.OAuth2ProviderBeanDefinitionParser.class - [JAR]

├─ org.springframework.security.oauth2.config.OAuth2SecurityNamespaceHandler.class - [JAR]

org.springframework.security.oauth.common.signature

├─ org.springframework.security.oauth.common.signature.CoreOAuthSignatureMethodFactory.class - [JAR]

├─ org.springframework.security.oauth.common.signature.HMAC_SHA1SignatureMethod.class - [JAR]

├─ org.springframework.security.oauth.common.signature.InvalidSignatureException.class - [JAR]

├─ org.springframework.security.oauth.common.signature.OAuthSignatureMethod.class - [JAR]

├─ org.springframework.security.oauth.common.signature.OAuthSignatureMethodFactory.class - [JAR]

├─ org.springframework.security.oauth.common.signature.PlainTextSignatureMethod.class - [JAR]

├─ org.springframework.security.oauth.common.signature.RSAKeySecret.class - [JAR]

├─ org.springframework.security.oauth.common.signature.RSA_SHA1SignatureMethod.class - [JAR]

├─ org.springframework.security.oauth.common.signature.SharedConsumerSecret.class - [JAR]

├─ org.springframework.security.oauth.common.signature.SignatureSecret.class - [JAR]

├─ org.springframework.security.oauth.common.signature.UnsupportedSignatureMethodException.class - [JAR]

org.springframework.security.oauth2.provider.webserver

├─ org.springframework.security.oauth2.provider.webserver.BasicUserApprovalFilter.class - [JAR]

├─ org.springframework.security.oauth2.provider.webserver.ClientAuthenticationCache.class - [JAR]

├─ org.springframework.security.oauth2.provider.webserver.DefaultClientAuthenticationCache.class - [JAR]

├─ org.springframework.security.oauth2.provider.webserver.DefaultRedirectResolver.class - [JAR]

├─ org.springframework.security.oauth2.provider.webserver.InMemoryVerificationCodeServices.class - [JAR]

├─ org.springframework.security.oauth2.provider.webserver.RandomValueVerificationCodeServices.class - [JAR]

├─ org.springframework.security.oauth2.provider.webserver.RedirectResolver.class - [JAR]

├─ org.springframework.security.oauth2.provider.webserver.UserApprovalHandler.class - [JAR]

├─ org.springframework.security.oauth2.provider.webserver.VerificationCodeServices.class - [JAR]

├─ org.springframework.security.oauth2.provider.webserver.WebServerOAuth2AuthenticationProvider.class - [JAR]

├─ org.springframework.security.oauth2.provider.webserver.WebServerOAuth2AuthenticationToken.class - [JAR]

├─ org.springframework.security.oauth2.provider.webserver.WebServerOAuth2Filter.class - [JAR]

org.springframework.security.oauth.consumer.nonce

├─ org.springframework.security.oauth.consumer.nonce.NonceFactory.class - [JAR]

├─ org.springframework.security.oauth.consumer.nonce.UUIDNonceFactory.class - [JAR]

org.springframework.security.oauth.consumer.net

├─ org.springframework.security.oauth.consumer.net.DefaultOAuthURLStreamHandlerFactory.class - [JAR]

├─ org.springframework.security.oauth.consumer.net.OAuthOverHttpURLStreamHandler.class - [JAR]

├─ org.springframework.security.oauth.consumer.net.OAuthOverHttpsURLStreamHandler.class - [JAR]

├─ org.springframework.security.oauth.consumer.net.OAuthURLStreamHandlerFactory.class - [JAR]

org.springframework.security.oauth2.provider.token

├─ org.springframework.security.oauth2.provider.token.InMemoryOAuth2ProviderTokenServices.class - [JAR]

├─ org.springframework.security.oauth2.provider.token.OAuth2ProviderTokenServices.class - [JAR]

├─ org.springframework.security.oauth2.provider.token.RandomValueOAuth2ProviderTokenServices.class - [JAR]

org.springframework.security.oauth.provider.token

├─ org.springframework.security.oauth.provider.token.ExpiredOAuthTokenException.class - [JAR]

├─ org.springframework.security.oauth.provider.token.InMemoryProviderTokenServices.class - [JAR]

├─ org.springframework.security.oauth.provider.token.InMemorySelfCleaningProviderTokenServices.class - [JAR]

├─ org.springframework.security.oauth.provider.token.InvalidOAuthTokenException.class - [JAR]

├─ org.springframework.security.oauth.provider.token.OAuthAccessProviderToken.class - [JAR]

├─ org.springframework.security.oauth.provider.token.OAuthProviderToken.class - [JAR]

├─ org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl.class - [JAR]

├─ org.springframework.security.oauth.provider.token.OAuthProviderTokenServices.class - [JAR]

├─ org.springframework.security.oauth.provider.token.OAuthTokenLifecycleListener.class - [JAR]

├─ org.springframework.security.oauth.provider.token.OAuthTokenLifecycleRegistry.class - [JAR]

├─ org.springframework.security.oauth.provider.token.OAuthTokenLifecycleRegistryPostProcessor.class - [JAR]

├─ org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices.class - [JAR]

org.springframework.security.oauth.consumer

├─ org.springframework.security.oauth.consumer.BaseProtectedResourceDetails.class - [JAR]

├─ org.springframework.security.oauth.consumer.CoreOAuthConsumerSupport.class - [JAR]

├─ org.springframework.security.oauth.consumer.InMemoryProtectedResourceDetailsService.class - [JAR]

├─ org.springframework.security.oauth.consumer.InvalidOAuthRealmException.class - [JAR]

├─ org.springframework.security.oauth.consumer.OAuthConsumerProcessingFilter.class - [JAR]

├─ org.springframework.security.oauth.consumer.OAuthConsumerSupport.class - [JAR]

├─ org.springframework.security.oauth.consumer.OAuthRequestFailedException.class - [JAR]

├─ org.springframework.security.oauth.consumer.ProtectedResourceDetails.class - [JAR]

├─ org.springframework.security.oauth.consumer.ProtectedResourceDetailsService.class - [JAR]

├─ org.springframework.security.oauth.consumer.UnverifiedRequestTokenException.class - [JAR]

Advertisement

Dependencies from Group

Discover Dependencies

May 30, 2021
15 usages
207 stars
Mar 21, 2019
3 usages
0 stars
Jan 11, 2016
5 usages
61 stars
Aug 15, 2023
22 usages
2 stars
Apr 01, 2023
4 usages
2 stars
Feb 23, 2017
11 usages
1 stars
Sep 13, 2022
6 usages
42 stars
Nov 11, 2014
11 usages
Sep 12, 2021
6 usages
92 stars
asp
Jul 14, 2020
5 usages