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

Download spring-security-oauth JAR 2.3.2.RELEASE with all dependencies


Module for providing OAuth support to Spring Security

Files of the artifact spring-security-oauth version 2.3.2.RELEASE from the group org.springframework.security.oauth.

Test

Artifact spring-security-oauth
Group org.springframework.security.oauth
Version 2.3.2.RELEASE
Last update 12. April 2018
Tags: module oauth support providing security spring
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies spring-beans, spring-core, spring-context, spring-web, spring-aop, spring-security-core, spring-security-config, spring-security-web, commons-codec, httpclient,
There are maybe transitive dependencies!
There is a newer version: 2.5.2.RELEASE
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of spring-security-oauth Show documentation

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

17 downloads

Source code of spring-security-oauth version 2.3.2.RELEASE

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.META-INF.spring.handlers
META-INF.META-INF.spring.schemas
org.springframework.security.oauth.common
org.springframework.security.oauth.common.org.springframework.security.oauth.common.OAuthCodec
org.springframework.security.oauth.common.org.springframework.security.oauth.common.OAuthConsumerParameter
org.springframework.security.oauth.common.org.springframework.security.oauth.common.OAuthException
org.springframework.security.oauth.common.org.springframework.security.oauth.common.OAuthProviderParameter
org.springframework.security.oauth.common.org.springframework.security.oauth.common.StringSplitUtils
org.springframework.security.oauth.common.signature
org.springframework.security.oauth.common.signature.org.springframework.security.oauth.common.signature.CoreOAuthSignatureMethodFactory
org.springframework.security.oauth.common.signature.org.springframework.security.oauth.common.signature.HMAC_SHA1SignatureMethod
org.springframework.security.oauth.common.signature.org.springframework.security.oauth.common.signature.InvalidSignatureException
org.springframework.security.oauth.common.signature.org.springframework.security.oauth.common.signature.OAuthSignatureMethod
org.springframework.security.oauth.common.signature.org.springframework.security.oauth.common.signature.OAuthSignatureMethodFactory
org.springframework.security.oauth.common.signature.org.springframework.security.oauth.common.signature.PlainTextSignatureMethod
org.springframework.security.oauth.common.signature.org.springframework.security.oauth.common.signature.RSAKeySecret
org.springframework.security.oauth.common.signature.org.springframework.security.oauth.common.signature.RSA_SHA1SignatureMethod
org.springframework.security.oauth.common.signature.org.springframework.security.oauth.common.signature.SaltedConsumerSecret
org.springframework.security.oauth.common.signature.org.springframework.security.oauth.common.signature.SharedConsumerSecret
org.springframework.security.oauth.common.signature.org.springframework.security.oauth.common.signature.SharedConsumerSecretImpl
org.springframework.security.oauth.common.signature.org.springframework.security.oauth.common.signature.SignatureSecret
org.springframework.security.oauth.common.signature.org.springframework.security.oauth.common.signature.SignatureSecretEditor
org.springframework.security.oauth.common.signature.org.springframework.security.oauth.common.signature.UnsupportedSignatureMethodException
org.springframework.security.oauth.config
org.springframework.security.oauth.config.org.springframework.security.oauth.config.ConfigUtils
org.springframework.security.oauth.config.org.springframework.security.oauth.config.ConsumerDetailsFactoryBean
org.springframework.security.oauth.config.org.springframework.security.oauth.config.ConsumerServiceBeanDefinitionParser
org.springframework.security.oauth.config.org.springframework.security.oauth.config.ExpressionHandlerBeanDefinitionParser
org.springframework.security.oauth.config.org.springframework.security.oauth.config.OAuthConsumerBeanDefinitionParser
org.springframework.security.oauth.config.org.springframework.security.oauth.config.OAuthProviderBeanDefinitionParser
org.springframework.security.oauth.config.org.springframework.security.oauth.config.OAuthSecurityNamespaceHandler
org.springframework.security.oauth.config.org.springframework.security.oauth.config.ProtectedResourceDetailsBeanDefinitionParser
org.springframework.security.oauth.config.org.springframework.security.oauth.config.ProtectedResourceDetailsServiceFactoryBean
org.springframework.security.oauth.config.org.springframework.security.oauth.config.TokenServiceBeanDefinitionParser
org.springframework.security.oauth.config.org.springframework.security.oauth.config.VerifierServiceBeanDefinitionParser
org.springframework.security.oauth.consumer
org.springframework.security.oauth.consumer.org.springframework.security.oauth.consumer.AccessTokenRequiredException
org.springframework.security.oauth.consumer.org.springframework.security.oauth.consumer.BaseProtectedResourceDetails
org.springframework.security.oauth.consumer.org.springframework.security.oauth.consumer.InMemoryProtectedResourceDetailsService
org.springframework.security.oauth.consumer.org.springframework.security.oauth.consumer.InvalidOAuthRealmException
org.springframework.security.oauth.consumer.org.springframework.security.oauth.consumer.OAuthConsumerSupport
org.springframework.security.oauth.consumer.org.springframework.security.oauth.consumer.OAuthConsumerToken
org.springframework.security.oauth.consumer.org.springframework.security.oauth.consumer.OAuthRequestFailedException
org.springframework.security.oauth.consumer.org.springframework.security.oauth.consumer.OAuthSecurityContext
org.springframework.security.oauth.consumer.org.springframework.security.oauth.consumer.OAuthSecurityContextHolder
org.springframework.security.oauth.consumer.org.springframework.security.oauth.consumer.OAuthSecurityContextImpl
org.springframework.security.oauth.consumer.org.springframework.security.oauth.consumer.ProtectedResourceDetails
org.springframework.security.oauth.consumer.org.springframework.security.oauth.consumer.ProtectedResourceDetailsService
org.springframework.security.oauth.consumer.org.springframework.security.oauth.consumer.UnverifiedRequestTokenException
org.springframework.security.oauth.consumer.client
org.springframework.security.oauth.consumer.client.org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport
org.springframework.security.oauth.consumer.client.org.springframework.security.oauth.consumer.client.OAuthClientHttpRequestFactory
org.springframework.security.oauth.consumer.client.org.springframework.security.oauth.consumer.client.OAuthRestTemplate
org.springframework.security.oauth.consumer.filter
org.springframework.security.oauth.consumer.filter.org.springframework.security.oauth.consumer.filter.OAuthConsumerContextFilter
org.springframework.security.oauth.consumer.filter.org.springframework.security.oauth.consumer.filter.OAuthConsumerProcessingFilter
org.springframework.security.oauth.consumer.net
org.springframework.security.oauth.consumer.net.org.springframework.security.oauth.consumer.net.DefaultOAuthURLStreamHandlerFactory
org.springframework.security.oauth.consumer.net.org.springframework.security.oauth.consumer.net.OAuthOverHttpURLStreamHandler
org.springframework.security.oauth.consumer.net.org.springframework.security.oauth.consumer.net.OAuthOverHttpsURLStreamHandler
org.springframework.security.oauth.consumer.net.org.springframework.security.oauth.consumer.net.OAuthURLStreamHandlerFactory
org.springframework.security.oauth.consumer.nonce
org.springframework.security.oauth.consumer.nonce.org.springframework.security.oauth.consumer.nonce.NonceFactory
org.springframework.security.oauth.consumer.nonce.org.springframework.security.oauth.consumer.nonce.UUIDNonceFactory
org.springframework.security.oauth.consumer.rememberme
org.springframework.security.oauth.consumer.rememberme.org.springframework.security.oauth.consumer.rememberme.HttpSessionOAuthRememberMeServices
org.springframework.security.oauth.consumer.rememberme.org.springframework.security.oauth.consumer.rememberme.NoOpOAuthRememberMeServices
org.springframework.security.oauth.consumer.rememberme.org.springframework.security.oauth.consumer.rememberme.OAuthRememberMeServices
org.springframework.security.oauth.consumer.token
org.springframework.security.oauth.consumer.token.org.springframework.security.oauth.consumer.token.HttpSessionBasedTokenServices
org.springframework.security.oauth.consumer.token.org.springframework.security.oauth.consumer.token.OAuthConsumerTokenServices
org.springframework.security.oauth.provider
org.springframework.security.oauth.provider.org.springframework.security.oauth.provider.BaseConsumerDetails
org.springframework.security.oauth.provider.org.springframework.security.oauth.provider.ConsumerAuthentication
org.springframework.security.oauth.provider.org.springframework.security.oauth.provider.ConsumerCredentials
org.springframework.security.oauth.provider.org.springframework.security.oauth.provider.ConsumerDetails
org.springframework.security.oauth.provider.org.springframework.security.oauth.provider.ConsumerDetailsService
org.springframework.security.oauth.provider.org.springframework.security.oauth.provider.DefaultAuthenticationHandler
org.springframework.security.oauth.provider.org.springframework.security.oauth.provider.ExtraTrustConsumerDetails
org.springframework.security.oauth.provider.org.springframework.security.oauth.provider.InMemoryConsumerDetailsService
org.springframework.security.oauth.provider.org.springframework.security.oauth.provider.InvalidOAuthParametersException
org.springframework.security.oauth.provider.org.springframework.security.oauth.provider.OAuthAuthenticationDetails
org.springframework.security.oauth.provider.org.springframework.security.oauth.provider.OAuthAuthenticationHandler
org.springframework.security.oauth.provider.org.springframework.security.oauth.provider.OAuthProcessingFilterEntryPoint
org.springframework.security.oauth.provider.org.springframework.security.oauth.provider.OAuthProviderSupport
org.springframework.security.oauth.provider.org.springframework.security.oauth.provider.OAuthVersionUnsupportedException
org.springframework.security.oauth.provider.org.springframework.security.oauth.provider.ResourceSpecificConsumerDetails
org.springframework.security.oauth.provider.attributes
org.springframework.security.oauth.provider.attributes.org.springframework.security.oauth.provider.attributes.ConsumerKeysAllowed
org.springframework.security.oauth.provider.attributes.org.springframework.security.oauth.provider.attributes.ConsumerRolesAllowed
org.springframework.security.oauth.provider.attributes.org.springframework.security.oauth.provider.attributes.ConsumerSecurityConfig
org.springframework.security.oauth.provider.attributes.org.springframework.security.oauth.provider.attributes.ConsumerSecurityMetadataSource
org.springframework.security.oauth.provider.attributes.org.springframework.security.oauth.provider.attributes.ConsumerSecurityVoter
org.springframework.security.oauth.provider.attributes.org.springframework.security.oauth.provider.attributes.DenyAllConsumers
org.springframework.security.oauth.provider.attributes.org.springframework.security.oauth.provider.attributes.PermitAllConsumers
org.springframework.security.oauth.provider.expression
org.springframework.security.oauth.provider.expression.org.springframework.security.oauth.provider.expression.OAuthMethodSecurityExpressionHandler
org.springframework.security.oauth.provider.filter
org.springframework.security.oauth.provider.filter.org.springframework.security.oauth.provider.filter.AccessTokenProcessingFilter
org.springframework.security.oauth.provider.filter.org.springframework.security.oauth.provider.filter.CoreOAuthProviderSupport
org.springframework.security.oauth.provider.filter.org.springframework.security.oauth.provider.filter.OAuthProviderProcessingFilter
org.springframework.security.oauth.provider.filter.org.springframework.security.oauth.provider.filter.ProtectedResourceProcessingFilter
org.springframework.security.oauth.provider.filter.org.springframework.security.oauth.provider.filter.UnauthenticatedRequestTokenProcessingFilter
org.springframework.security.oauth.provider.filter.org.springframework.security.oauth.provider.filter.UserAuthorizationProcessingFilter
org.springframework.security.oauth.provider.filter.org.springframework.security.oauth.provider.filter.UserAuthorizationSuccessfulAuthenticationHandler
org.springframework.security.oauth.provider.nonce
org.springframework.security.oauth.provider.nonce.org.springframework.security.oauth.provider.nonce.ExpiringTimestampNonceServices
org.springframework.security.oauth.provider.nonce.org.springframework.security.oauth.provider.nonce.InMemoryNonceServices
org.springframework.security.oauth.provider.nonce.org.springframework.security.oauth.provider.nonce.NonceAlreadyUsedException
org.springframework.security.oauth.provider.nonce.org.springframework.security.oauth.provider.nonce.NullNonceServices
org.springframework.security.oauth.provider.nonce.org.springframework.security.oauth.provider.nonce.OAuthNonceServices
org.springframework.security.oauth.provider.token
org.springframework.security.oauth.provider.token.org.springframework.security.oauth.provider.token.ExpiredOAuthTokenException
org.springframework.security.oauth.provider.token.org.springframework.security.oauth.provider.token.InMemoryProviderTokenServices
org.springframework.security.oauth.provider.token.org.springframework.security.oauth.provider.token.InMemorySelfCleaningProviderTokenServices
org.springframework.security.oauth.provider.token.org.springframework.security.oauth.provider.token.InvalidOAuthTokenException
org.springframework.security.oauth.provider.token.org.springframework.security.oauth.provider.token.OAuthAccessProviderToken
org.springframework.security.oauth.provider.token.org.springframework.security.oauth.provider.token.OAuthProviderToken
org.springframework.security.oauth.provider.token.org.springframework.security.oauth.provider.token.OAuthProviderTokenImpl
org.springframework.security.oauth.provider.token.org.springframework.security.oauth.provider.token.OAuthProviderTokenServices
org.springframework.security.oauth.provider.token.org.springframework.security.oauth.provider.token.OAuthTokenLifecycleListener
org.springframework.security.oauth.provider.token.org.springframework.security.oauth.provider.token.OAuthTokenLifecycleRegistry
org.springframework.security.oauth.provider.token.org.springframework.security.oauth.provider.token.RandomValueProviderTokenServices
org.springframework.security.oauth.provider.verifier
org.springframework.security.oauth.provider.verifier.org.springframework.security.oauth.provider.verifier.OAuthVerifierServices
org.springframework.security.oauth.provider.verifier.org.springframework.security.oauth.provider.verifier.RandomValueVerifierServices
org.springframework.security.oauth.provider.verifier.org.springframework.security.oauth.provider.verifier.VerificationFailedException
org.springframework.security.oauth
org.springframework.security.oauth.org.springframework.security.oauth.spring-security-oauth-1.0.xsd




© 2015 - 2024 Weber Informatics LLC | Privacy Policy