文件名称: spring-security-oauth2-1.0.1.RELEASE.jar中文-英文对照文档.zip
<dependency>
<groupId>org.springframework.security.oauth</groupId>
<artifactId>spring-security-oauth2</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>Gradle:
implementation group: 'org.springframework.security.oauth', name: 'spring-security-oauth2', version: '1.0.1.RELEASE'
Gradle (Short):
implementation 'org.springframework.security.oauth:spring-security-oauth2:1.0.1.RELEASE'
Gradle (Kotlin):
implementation("org.springframework.security.oauth:spring-security-oauth2:1.0.1.RELEASE")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.springframework.security.oauth2.client
org.springframework.security.oauth2.client.filter
org.springframework.security.oauth2.client.filter.state
org.springframework.security.oauth2.client.http
org.springframework.security.oauth2.client.resource
org.springframework.security.oauth2.client.test
org.springframework.security.oauth2.client.token
org.springframework.security.oauth2.client.token.auth
org.springframework.security.oauth2.client.token.grant.client
org.springframework.security.oauth2.client.token.grant.code
org.springframework.security.oauth2.client.token.grant.implicit
org.springframework.security.oauth2.client.token.grant.password
org.springframework.security.oauth2.client.token.grant.redirect
org.springframework.security.oauth2.common
org.springframework.security.oauth2.common.exceptions
org.springframework.security.oauth2.common.util
org.springframework.security.oauth2.config
org.springframework.security.oauth2.http.converter
org.springframework.security.oauth2.http.converter.jaxb
org.springframework.security.oauth2.provider
org.springframework.security.oauth2.provider.approval
org.springframework.security.oauth2.provider.authentication
org.springframework.security.oauth2.provider.client
org.springframework.security.oauth2.provider.code
org.springframework.security.oauth2.provider.endpoint
org.springframework.security.oauth2.provider.error
org.springframework.security.oauth2.provider.expression
org.springframework.security.oauth2.provider.implicit
org.springframework.security.oauth2.provider.password
org.springframework.security.oauth2.provider.refresh
org.springframework.security.oauth2.provider.token
org.springframework.security.oauth2.provider.voteorg.springframework.security.oauth2.client.DefaultOAuth2ClientContext
org.springframework.security.oauth2.client.OAuth2ClientContext
org.springframework.security.oauth2.client.OAuth2RestOperations
org.springframework.security.oauth2.client.OAuth2RestTemplate
org.springframework.security.oauth2.client.filter.OAuth2ClientAuthenticationProcessingFilter
org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter
org.springframework.security.oauth2.client.filter.state.DefaultStateKeyGenerator
org.springframework.security.oauth2.client.filter.state.StateKeyGenerator
org.springframework.security.oauth2.client.http.AccessTokenRequiredException
org.springframework.security.oauth2.client.http.OAuth2ErrorHandler
org.springframework.security.oauth2.client.http.StringSplitUtils
org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
org.springframework.security.oauth2.client.resource.OAuth2AccessDeniedException
org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails
org.springframework.security.oauth2.client.resource.UserApprovalRequiredException
org.springframework.security.oauth2.client.resource.UserRedirectRequiredException
org.springframework.security.oauth2.client.test.BeforeOAuth2Context
org.springframework.security.oauth2.client.test.OAuth2ContextConfiguration
org.springframework.security.oauth2.client.test.OAuth2ContextConfiguration.ClientCredentials
org.springframework.security.oauth2.client.test.OAuth2ContextConfiguration.Implicit
org.springframework.security.oauth2.client.test.OAuth2ContextConfiguration.Password
org.springframework.security.oauth2.client.test.OAuth2ContextConfiguration.ResourceHelper
org.springframework.security.oauth2.client.test.OAuth2ContextSetup
org.springframework.security.oauth2.client.test.RestTemplateHolder
org.springframework.security.oauth2.client.test.TestAccounts
org.springframework.security.oauth2.client.token.AccessTokenProvider
org.springframework.security.oauth2.client.token.AccessTokenProviderChain
org.springframework.security.oauth2.client.token.AccessTokenRequest
org.springframework.security.oauth2.client.token.ClientKeyGenerator
org.springframework.security.oauth2.client.token.ClientTokenServices
org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest
org.springframework.security.oauth2.client.token.DefaultClientKeyGenerator
org.springframework.security.oauth2.client.token.JdbcClientTokenServices
org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport
org.springframework.security.oauth2.client.token.auth.ClientAuthenticationHandler
org.springframework.security.oauth2.client.token.auth.DefaultClientAuthenticationHandler
org.springframework.security.oauth2.client.token.grant.client.ClientCredentialsAccessTokenProvider
org.springframework.security.oauth2.client.token.grant.client.ClientCredentialsResourceDetails
org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider
org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeResourceDetails
org.springframework.security.oauth2.client.token.grant.implicit.ImplicitAccessTokenProvider
org.springframework.security.oauth2.client.token.grant.implicit.ImplicitResourceDetails
org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordAccessTokenProvider
org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordResourceDetails
org.springframework.security.oauth2.client.token.grant.redirect.AbstractRedirectResourceDetails
org.springframework.security.oauth2.common.AuthenticationScheme
org.springframework.security.oauth2.common.DefaultExpiringOAuth2RefreshToken
org.springframework.security.oauth2.common.DefaultOAuth2AccessToken
org.springframework.security.oauth2.common.DefaultOAuth2RefreshToken
org.springframework.security.oauth2.common.DefaultThrowableAnalyzer
org.springframework.security.oauth2.common.ExpiringOAuth2RefreshToken
org.springframework.security.oauth2.common.OAuth2AccessToken
org.springframework.security.oauth2.common.OAuth2AccessTokenJackson1Deserializer
org.springframework.security.oauth2.common.OAuth2AccessTokenJackson1Serializer
org.springframework.security.oauth2.common.OAuth2AccessTokenJackson2Deserializer
org.springframework.security.oauth2.common.OAuth2AccessTokenJackson2Serializer
org.springframework.security.oauth2.common.OAuth2RefreshToken
org.springframework.security.oauth2.common.exceptions.BadClientCredentialsException
org.springframework.security.oauth2.common.exceptions.ClientAuthenticationException
org.springframework.security.oauth2.common.exceptions.InsufficientScopeException
org.springframework.security.oauth2.common.exceptions.InvalidClientException
org.springframework.security.oauth2.common.exceptions.InvalidGrantException
org.springframework.security.oauth2.common.exceptions.InvalidRequestException
org.springframework.security.oauth2.common.exceptions.InvalidScopeException
org.springframework.security.oauth2.common.exceptions.InvalidTokenException
org.springframework.security.oauth2.common.exceptions.OAuth2Exception
org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson1Deserializer
org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson1Serializer
org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson2Deserializer
org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson2Serializer
org.springframework.security.oauth2.common.exceptions.RedirectMismatchException
org.springframework.security.oauth2.common.exceptions.SerializationException
org.springframework.security.oauth2.common.exceptions.UnapprovedClientAuthenticationException
org.springframework.security.oauth2.common.exceptions.UnauthorizedClientException
org.springframework.security.oauth2.common.exceptions.UnsupportedGrantTypeException
org.springframework.security.oauth2.common.exceptions.UnsupportedResponseTypeException
org.springframework.security.oauth2.common.exceptions.UserDeniedAuthorizationException
org.springframework.security.oauth2.common.util.DefaultJdbcListFactory
org.springframework.security.oauth2.common.util.JdbcListFactory
org.springframework.security.oauth2.common.util.OAuth2Utils
org.springframework.security.oauth2.common.util.RandomValueStringGenerator
org.springframework.security.oauth2.common.util.SerializationUtils
org.springframework.security.oauth2.config.AuthorizationServerBeanDefinitionParser
org.springframework.security.oauth2.config.ClientBeanDefinitionParser
org.springframework.security.oauth2.config.ClientDetailsServiceBeanDefinitionParser
org.springframework.security.oauth2.config.ConfigUtils
org.springframework.security.oauth2.config.ExpressionHandlerBeanDefinitionParser
org.springframework.security.oauth2.config.OAuth2ClientContextFactoryBean
org.springframework.security.oauth2.config.OAuth2SecurityNamespaceHandler
org.springframework.security.oauth2.config.ProviderBeanDefinitionParser
org.springframework.security.oauth2.config.ResourceBeanDefinitionParser
org.springframework.security.oauth2.config.ResourceBeanDefinitionParser.StringListFactoryBean
org.springframework.security.oauth2.config.ResourceServerBeanDefinitionParser
org.springframework.security.oauth2.config.RestTemplateBeanDefinitionParser
org.springframework.security.oauth2.config.WebExpressionHandlerBeanDefinitionParser
org.springframework.security.oauth2.http.converter.FormOAuth2AccessTokenMessageConverter
org.springframework.security.oauth2.http.converter.FormOAuth2ExceptionHttpMessageConverter
org.springframework.security.oauth2.http.converter.jaxb.JaxbOAuth2AccessTokenMessageConverter
org.springframework.security.oauth2.http.converter.jaxb.JaxbOAuth2ExceptionMessageConverter
org.springframework.security.oauth2.provider.AuthorizationRequest
org.springframework.security.oauth2.provider.AuthorizationRequestManager
org.springframework.security.oauth2.provider.BaseClientDetails
org.springframework.security.oauth2.provider.BaseClientDetails.ArrayOrStringDeserializer
org.springframework.security.oauth2.provider.ClientAlreadyExistsException
org.springframework.security.oauth2.provider.ClientDetails
org.springframework.security.oauth2.provider.ClientDetailsService
org.springframework.security.oauth2.provider.ClientRegistrationException
org.springframework.security.oauth2.provider.ClientRegistrationService
org.springframework.security.oauth2.provider.CompositeTokenGranter
org.springframework.security.oauth2.provider.DefaultAuthorizationRequest
org.springframework.security.oauth2.provider.DefaultAuthorizationRequestManager
org.springframework.security.oauth2.provider.InMemoryClientDetailsService
org.springframework.security.oauth2.provider.JdbcClientDetailsService
org.springframework.security.oauth2.provider.NoSuchClientException
org.springframework.security.oauth2.provider.OAuth2Authentication
org.springframework.security.oauth2.provider.SaltedClientSecret
org.springframework.security.oauth2.provider.TokenGranter
org.springframework.security.oauth2.provider.approval.DefaultUserApprovalHandler
org.springframework.security.oauth2.provider.approval.TokenServicesUserApprovalHandler
org.springframework.security.oauth2.provider.approval.UserApprovalHandler
org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetails
org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetailsSource
org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationManager
org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter
org.springframework.security.oauth2.provider.client.ClientCredentialsTokenEndpointFilter
org.springframework.security.oauth2.provider.client.ClientCredentialsTokenGranter
org.springframework.security.oauth2.provider.client.ClientDetailsUserDetailsService
org.springframework.security.oauth2.provider.code.AuthorizationCodeServices
org.springframework.security.oauth2.provider.code.AuthorizationCodeTokenGranter
org.springframework.security.oauth2.provider.code.AuthorizationRequestHolder
org.springframework.security.oauth2.provider.code.InMemoryAuthorizationCodeServices
org.springframework.security.oauth2.provider.code.JdbcAuthorizationCodeServices
org.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServices
org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint
org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint
org.springframework.security.oauth2.provider.endpoint.DefaultRedirectResolver
org.springframework.security.oauth2.provider.endpoint.ExactMatchRedirectResolver
org.springframework.security.oauth2.provider.endpoint.FrameworkEndpoint
org.springframework.security.oauth2.provider.endpoint.FrameworkEndpointHandlerMapping
org.springframework.security.oauth2.provider.endpoint.RedirectResolver
org.springframework.security.oauth2.provider.endpoint.TokenEndpoint
org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint
org.springframework.security.oauth2.provider.error.AbstractOAuth2SecurityExceptionHandler
org.springframework.security.oauth2.provider.error.DefaultOAuth2ExceptionRenderer
org.springframework.security.oauth2.provider.error.DefaultWebResponseExceptionTranslator
org.springframework.security.oauth2.provider.error.OAuth2AccessDeniedHandler
org.springframework.security.oauth2.provider.error.OAuth2AuthenticationEntryPoint
org.springframework.security.oauth2.provider.error.OAuth2ExceptionRenderer
org.springframework.security.oauth2.provider.error.WebResponseExceptionTranslator
org.springframework.security.oauth2.provider.expression.OAuth2ExpressionUtils
org.springframework.security.oauth2.provider.expression.OAuth2MethodSecurityExpressionHandler
org.springframework.security.oauth2.provider.expression.OAuth2SecurityExpressionMethods
org.springframework.security.oauth2.provider.expression.OAuth2WebSecurityExpressionHandler
org.springframework.security.oauth2.provider.implicit.ImplicitTokenGranter
org.springframework.security.oauth2.provider.password.ResourceOwnerPasswordTokenGranter
org.springframework.security.oauth2.provider.refresh.RefreshTokenGranter
org.springframework.security.oauth2.provider.token.AbstractTokenGranter
org.springframework.security.oauth2.provider.token.AuthenticationKeyGenerator
org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices
org.springframework.security.oauth2.provider.token.ConsumerTokenServices
org.springframework.security.oauth2.provider.token.DefaultAuthenticationKeyGenerator
org.springframework.security.oauth2.provider.token.DefaultTokenServices
org.springframework.security.oauth2.provider.token.InMemoryTokenStore
org.springframework.security.oauth2.provider.token.JdbcTokenStore
org.springframework.security.oauth2.provider.token.ResourceServerTokenServices
org.springframework.security.oauth2.provider.token.TokenEnhancer
org.springframework.security.oauth2.provider.token.TokenEnhancerChain
org.springframework.security.oauth2.provider.token.TokenStore
org.springframework.security.oauth2.provider.vote.ScopeVoter