spring-security-web-3.2.3.RELEASE.jar中文-英文对照文档.zip

org.springframework.securityspring-security-web3.2.3.RELEASEAPI文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: spring-security-web-3.2.3.RELEASE.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 1.30 MB

选择下载方式

方式1:微信扫码支付下载
文件价格:¥1
支付完成后自动开始下载
方式2:兑换码下载
前往 链动小铺 购买【Java 组件中文文档兑换码】

文件简介

spring-security-web-3.2.3.RELEASE.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:spring-security-web-3.2.3.RELEASE.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:spring-security-web-3.2.3.RELEASE.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:spring-security-web-3.2.3.RELEASE.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:spring-security-web-3.2.3.RELEASE-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 spring-security-web-3.2.3.RELEASE.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: spring-security-web
  • 描述: spring-security-web
  • 版本: 3.2.3.RELEASE

Maven依赖

<dependency>
	<groupId>org.springframework.security</groupId>
	<artifactId>spring-security-web</artifactId>
	<version>3.2.3.RELEASE</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'org.springframework.security', name: 'spring-security-web', version: '3.2.3.RELEASE'
Gradle (Short):
	implementation 'org.springframework.security:spring-security-web:3.2.3.RELEASE'
Gradle (Kotlin):
	implementation("org.springframework.security:spring-security-web:3.2.3.RELEASE")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

org.springframework.security.web
org.springframework.security.web.access
org.springframework.security.web.access.channel
org.springframework.security.web.access.expression
org.springframework.security.web.access.intercept
org.springframework.security.web.authentication
org.springframework.security.web.authentication.logout
org.springframework.security.web.authentication.preauth
org.springframework.security.web.authentication.preauth.j2ee
org.springframework.security.web.authentication.preauth.websphere
org.springframework.security.web.authentication.preauth.x509
org.springframework.security.web.authentication.rememberme
org.springframework.security.web.authentication.session
org.springframework.security.web.authentication.switchuser
org.springframework.security.web.authentication.ui
org.springframework.security.web.authentication.www
org.springframework.security.web.bind.annotation
org.springframework.security.web.bind.support
org.springframework.security.web.context
org.springframework.security.web.context.request.async
org.springframework.security.web.csrf
org.springframework.security.web.debug
org.springframework.security.web.firewall
org.springframework.security.web.header
org.springframework.security.web.header.writers
org.springframework.security.web.header.writers.frameoptions
org.springframework.security.web.jaasapi
org.springframework.security.web.savedrequest
org.springframework.security.web.servlet.support.csrf
org.springframework.security.web.servletapi
org.springframework.security.web.session
org.springframework.security.web.util
org.springframework.security.web.util.matcher

本组件包含的 Java class(类)

org.springframework.security.web.AuthenticationEntryPoint
org.springframework.security.web.DefaultRedirectStrategy
org.springframework.security.web.DefaultSecurityFilterChain
org.springframework.security.web.FilterChainProxy
org.springframework.security.web.FilterChainProxy.FilterChainValidator
org.springframework.security.web.FilterInvocation
org.springframework.security.web.PortMapper
org.springframework.security.web.PortMapperImpl
org.springframework.security.web.PortResolver
org.springframework.security.web.PortResolverImpl
org.springframework.security.web.RedirectStrategy
org.springframework.security.web.SecurityFilterChain
org.springframework.security.web.WebAttributes
org.springframework.security.web.access.AccessDeniedHandler
org.springframework.security.web.access.AccessDeniedHandlerImpl
org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator
org.springframework.security.web.access.DelegatingAccessDeniedHandler
org.springframework.security.web.access.ExceptionTranslationFilter
org.springframework.security.web.access.WebInvocationPrivilegeEvaluator
org.springframework.security.web.access.channel.AbstractRetryEntryPoint
org.springframework.security.web.access.channel.ChannelDecisionManager
org.springframework.security.web.access.channel.ChannelDecisionManagerImpl
org.springframework.security.web.access.channel.ChannelEntryPoint
org.springframework.security.web.access.channel.ChannelProcessingFilter
org.springframework.security.web.access.channel.ChannelProcessor
org.springframework.security.web.access.channel.InsecureChannelProcessor
org.springframework.security.web.access.channel.RetryWithHttpEntryPoint
org.springframework.security.web.access.channel.RetryWithHttpsEntryPoint
org.springframework.security.web.access.channel.SecureChannelProcessor
org.springframework.security.web.access.expression.DefaultWebSecurityExpressionHandler
org.springframework.security.web.access.expression.ExpressionBasedFilterInvocationSecurityMetadataSource
org.springframework.security.web.access.expression.WebExpressionVoter
org.springframework.security.web.access.expression.WebSecurityExpressionHandler
org.springframework.security.web.access.expression.WebSecurityExpressionRoot
org.springframework.security.web.access.intercept.DefaultFilterInvocationSecurityMetadataSource
org.springframework.security.web.access.intercept.FilterInvocationSecurityMetadataSource
org.springframework.security.web.access.intercept.FilterSecurityInterceptor
org.springframework.security.web.access.intercept.RequestKey
org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter
org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler
org.springframework.security.web.authentication.AnonymousAuthenticationFilter
org.springframework.security.web.authentication.AuthenticationFailureHandler
org.springframework.security.web.authentication.AuthenticationSuccessHandler
org.springframework.security.web.authentication.DelegatingAuthenticationEntryPoint
org.springframework.security.web.authentication.ExceptionMappingAuthenticationFailureHandler
org.springframework.security.web.authentication.Http403ForbiddenEntryPoint
org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint
org.springframework.security.web.authentication.NullRememberMeServices
org.springframework.security.web.authentication.RememberMeServices
org.springframework.security.web.authentication.SavedRequestAwareAuthenticationSuccessHandler
org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler
org.springframework.security.web.authentication.SimpleUrlAuthenticationSuccessHandler
org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter
org.springframework.security.web.authentication.WebAuthenticationDetails
org.springframework.security.web.authentication.WebAuthenticationDetailsSource
org.springframework.security.web.authentication.logout.CookieClearingLogoutHandler
org.springframework.security.web.authentication.logout.LogoutFilter
org.springframework.security.web.authentication.logout.LogoutHandler
org.springframework.security.web.authentication.logout.LogoutSuccessHandler
org.springframework.security.web.authentication.logout.SecurityContextLogoutHandler
org.springframework.security.web.authentication.logout.SimpleUrlLogoutSuccessHandler
org.springframework.security.web.authentication.preauth.AbstractPreAuthenticatedProcessingFilter
org.springframework.security.web.authentication.preauth.PreAuthenticatedAuthenticationProvider
org.springframework.security.web.authentication.preauth.PreAuthenticatedAuthenticationToken
org.springframework.security.web.authentication.preauth.PreAuthenticatedCredentialsNotFoundException
org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesAuthenticationDetails
org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesUserDetailsService
org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails
org.springframework.security.web.authentication.preauth.RequestHeaderAuthenticationFilter
org.springframework.security.web.authentication.preauth.j2ee.J2eeBasedPreAuthenticatedWebAuthenticationDetailsSource
org.springframework.security.web.authentication.preauth.j2ee.J2eePreAuthenticatedProcessingFilter
org.springframework.security.web.authentication.preauth.j2ee.WebXmlMappableAttributesRetriever
org.springframework.security.web.authentication.preauth.websphere.WebSphere2SpringSecurityPropagationInterceptor
org.springframework.security.web.authentication.preauth.websphere.WebSpherePreAuthenticatedAuthenticationDetailsSource
org.springframework.security.web.authentication.preauth.websphere.WebSpherePreAuthenticatedProcessingFilter
org.springframework.security.web.authentication.preauth.websphere.WebSpherePreAuthenticatedWebAuthenticationDetailsSource
org.springframework.security.web.authentication.preauth.x509.SubjectDnX509PrincipalExtractor
org.springframework.security.web.authentication.preauth.x509.X509AuthenticationFilter
org.springframework.security.web.authentication.preauth.x509.X509PrincipalExtractor
org.springframework.security.web.authentication.rememberme.AbstractRememberMeServices
org.springframework.security.web.authentication.rememberme.CookieTheftException
org.springframework.security.web.authentication.rememberme.InMemoryTokenRepositoryImpl
org.springframework.security.web.authentication.rememberme.InvalidCookieException
org.springframework.security.web.authentication.rememberme.JdbcTokenRepositoryImpl
org.springframework.security.web.authentication.rememberme.PersistentRememberMeToken
org.springframework.security.web.authentication.rememberme.PersistentTokenBasedRememberMeServices
org.springframework.security.web.authentication.rememberme.PersistentTokenRepository
org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationException
org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter
org.springframework.security.web.authentication.rememberme.TokenBasedRememberMeServices
org.springframework.security.web.authentication.session.ChangeSessionIdAuthenticationStrategy
org.springframework.security.web.authentication.session.CompositeSessionAuthenticationStrategy
org.springframework.security.web.authentication.session.ConcurrentSessionControlAuthenticationStrategy
org.springframework.security.web.authentication.session.ConcurrentSessionControlStrategy
org.springframework.security.web.authentication.session.NullAuthenticatedSessionStrategy
org.springframework.security.web.authentication.session.RegisterSessionAuthenticationStrategy
org.springframework.security.web.authentication.session.SessionAuthenticationException
org.springframework.security.web.authentication.session.SessionAuthenticationStrategy
org.springframework.security.web.authentication.session.SessionFixationProtectionEvent
org.springframework.security.web.authentication.session.SessionFixationProtectionStrategy
org.springframework.security.web.authentication.switchuser.AuthenticationSwitchUserEvent
org.springframework.security.web.authentication.switchuser.SwitchUserAuthorityChanger
org.springframework.security.web.authentication.switchuser.SwitchUserFilter
org.springframework.security.web.authentication.switchuser.SwitchUserGrantedAuthority
org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter
org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint
org.springframework.security.web.authentication.www.BasicAuthenticationFilter
org.springframework.security.web.authentication.www.DigestAuthenticationEntryPoint
org.springframework.security.web.authentication.www.DigestAuthenticationFilter
org.springframework.security.web.authentication.www.NonceExpiredException
org.springframework.security.web.bind.annotation.AuthenticationPrincipal
org.springframework.security.web.bind.support.AuthenticationPrincipalArgumentResolver
org.springframework.security.web.context.AbstractSecurityWebApplicationInitializer
org.springframework.security.web.context.HttpRequestResponseHolder
org.springframework.security.web.context.HttpSessionSecurityContextRepository
org.springframework.security.web.context.NullSecurityContextRepository
org.springframework.security.web.context.SaveContextOnUpdateOrErrorResponseWrapper
org.springframework.security.web.context.SecurityContextPersistenceFilter
org.springframework.security.web.context.SecurityContextRepository
org.springframework.security.web.context.request.async.SecurityContextCallableProcessingInterceptor
org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter
org.springframework.security.web.csrf.CsrfAuthenticationStrategy
org.springframework.security.web.csrf.CsrfException
org.springframework.security.web.csrf.CsrfFilter
org.springframework.security.web.csrf.CsrfLogoutHandler
org.springframework.security.web.csrf.CsrfToken
org.springframework.security.web.csrf.CsrfTokenRepository
org.springframework.security.web.csrf.DefaultCsrfToken
org.springframework.security.web.csrf.HttpSessionCsrfTokenRepository
org.springframework.security.web.csrf.InvalidCsrfTokenException
org.springframework.security.web.csrf.MissingCsrfTokenException
org.springframework.security.web.debug.DebugFilter
org.springframework.security.web.firewall.DefaultHttpFirewall
org.springframework.security.web.firewall.FirewalledRequest
org.springframework.security.web.firewall.HttpFirewall
org.springframework.security.web.firewall.RequestRejectedException
org.springframework.security.web.header.Header
org.springframework.security.web.header.HeaderWriter
org.springframework.security.web.header.HeaderWriterFilter
org.springframework.security.web.header.writers.CacheControlHeadersWriter
org.springframework.security.web.header.writers.DelegatingRequestMatcherHeaderWriter
org.springframework.security.web.header.writers.HstsHeaderWriter
org.springframework.security.web.header.writers.StaticHeadersWriter
org.springframework.security.web.header.writers.XContentTypeOptionsHeaderWriter
org.springframework.security.web.header.writers.XXssProtectionHeaderWriter
org.springframework.security.web.header.writers.frameoptions.AllowFromStrategy
org.springframework.security.web.header.writers.frameoptions.RegExpAllowFromStrategy
org.springframework.security.web.header.writers.frameoptions.StaticAllowFromStrategy
org.springframework.security.web.header.writers.frameoptions.WhiteListedAllowFromStrategy
org.springframework.security.web.header.writers.frameoptions.XFrameOptionsHeaderWriter
org.springframework.security.web.header.writers.frameoptions.XFrameOptionsHeaderWriter.XFrameOptionsMode
org.springframework.security.web.jaasapi.JaasApiIntegrationFilter
org.springframework.security.web.savedrequest.DefaultSavedRequest
org.springframework.security.web.savedrequest.Enumerator
org.springframework.security.web.savedrequest.FastHttpDateFormat
org.springframework.security.web.savedrequest.HttpSessionRequestCache
org.springframework.security.web.savedrequest.NullRequestCache
org.springframework.security.web.savedrequest.RequestCache
org.springframework.security.web.savedrequest.RequestCacheAwareFilter
org.springframework.security.web.savedrequest.SavedCookie
org.springframework.security.web.savedrequest.SavedRequest
org.springframework.security.web.servlet.support.csrf.CsrfRequestDataValueProcessor
org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter
org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestWrapper
org.springframework.security.web.session.ConcurrentSessionFilter
org.springframework.security.web.session.HttpSessionCreatedEvent
org.springframework.security.web.session.HttpSessionDestroyedEvent
org.springframework.security.web.session.HttpSessionEventPublisher
org.springframework.security.web.session.InvalidSessionAccessDeniedHandler
org.springframework.security.web.session.InvalidSessionStrategy
org.springframework.security.web.session.SessionManagementFilter
org.springframework.security.web.session.SimpleRedirectInvalidSessionStrategy
org.springframework.security.web.util.AntPathRequestMatcher
org.springframework.security.web.util.AnyRequestMatcher
org.springframework.security.web.util.ELRequestMatcher
org.springframework.security.web.util.IpAddressMatcher
org.springframework.security.web.util.RedirectUrlBuilder
org.springframework.security.web.util.RegexRequestMatcher
org.springframework.security.web.util.RequestMatcher
org.springframework.security.web.util.RequestMatcherEditor
org.springframework.security.web.util.TextEscapeUtils
org.springframework.security.web.util.ThrowableAnalyzer
org.springframework.security.web.util.ThrowableCauseExtractor
org.springframework.security.web.util.UrlUtils
org.springframework.security.web.util.matcher.AndRequestMatcher
org.springframework.security.web.util.matcher.AntPathRequestMatcher
org.springframework.security.web.util.matcher.AnyRequestMatcher
org.springframework.security.web.util.matcher.ELRequestMatcher
org.springframework.security.web.util.matcher.IpAddressMatcher
org.springframework.security.web.util.matcher.MediaTypeRequestMatcher
org.springframework.security.web.util.matcher.NegatedRequestMatcher
org.springframework.security.web.util.matcher.OrRequestMatcher
org.springframework.security.web.util.matcher.RegexRequestMatcher
org.springframework.security.web.util.matcher.RequestHeaderRequestMatcher
org.springframework.security.web.util.matcher.RequestMatcher
org.springframework.security.web.util.matcher.RequestMatcherEditor