spring-security-core-5.5.2.jar中文-英文对照文档.zip

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

文件名称: spring-security-core-5.5.2.jar中文-英文对照文档.zip

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

选择下载方式

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

文件简介

spring-security-core-5.5.2.jar中文-英文对照文档.zip 中包含以下内容

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

使用方法

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

组件信息

简介

  • 名称: spring-security-core
  • 描述: Spring Security
  • 版本: 5.5.2

Maven依赖

<dependency>
	<groupId>org.springframework.security</groupId>
	<artifactId>spring-security-core</artifactId>
	<version>5.5.2</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'org.springframework.security', name: 'spring-security-core', version: '5.5.2'
Gradle (Short):
	implementation 'org.springframework.security:spring-security-core:5.5.2'
Gradle (Kotlin):
	implementation("org.springframework.security:spring-security-core:5.5.2")

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

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

版权声明与来源信息

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

本组件包含的 Java package(包)

org.springframework.security.access
org.springframework.security.access.annotation
org.springframework.security.access.event
org.springframework.security.access.expression
org.springframework.security.access.expression.method
org.springframework.security.access.hierarchicalroles
org.springframework.security.access.intercept
org.springframework.security.access.intercept.aopalliance
org.springframework.security.access.intercept.aspectj
org.springframework.security.access.method
org.springframework.security.access.prepost
org.springframework.security.access.vote
org.springframework.security.authentication
org.springframework.security.authentication.dao
org.springframework.security.authentication.event
org.springframework.security.authentication.jaas
org.springframework.security.authentication.jaas.event
org.springframework.security.authentication.jaas.memory
org.springframework.security.authentication.rcp
org.springframework.security.authorization
org.springframework.security.concurrent
org.springframework.security.context
org.springframework.security.converter
org.springframework.security.core
org.springframework.security.core.annotation
org.springframework.security.core.authority
org.springframework.security.core.authority.mapping
org.springframework.security.core.context
org.springframework.security.core.parameters
org.springframework.security.core.session
org.springframework.security.core.token
org.springframework.security.core.userdetails
org.springframework.security.core.userdetails.cache
org.springframework.security.core.userdetails.jdbc
org.springframework.security.core.userdetails.memory
org.springframework.security.jackson2
org.springframework.security.provisioning
org.springframework.security.scheduling
org.springframework.security.task
org.springframework.security.util

本组件包含的 Java class(类)

org.springframework.security.access.AccessDecisionManager
org.springframework.security.access.AccessDecisionVoter
org.springframework.security.access.AccessDeniedException
org.springframework.security.access.AfterInvocationProvider
org.springframework.security.access.AuthorizationServiceException
org.springframework.security.access.ConfigAttribute
org.springframework.security.access.PermissionCacheOptimizer
org.springframework.security.access.PermissionEvaluator
org.springframework.security.access.SecurityConfig
org.springframework.security.access.SecurityMetadataSource
org.springframework.security.access.annotation.AnnotationMetadataExtractor
org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource
org.springframework.security.access.annotation.Jsr250SecurityConfig
org.springframework.security.access.annotation.Jsr250Voter
org.springframework.security.access.annotation.Secured
org.springframework.security.access.annotation.SecuredAnnotationSecurityMetadataSource
org.springframework.security.access.event.AbstractAuthorizationEvent
org.springframework.security.access.event.AuthenticationCredentialsNotFoundEvent
org.springframework.security.access.event.AuthorizationFailureEvent
org.springframework.security.access.event.AuthorizedEvent
org.springframework.security.access.event.LoggerListener
org.springframework.security.access.event.PublicInvocationEvent
org.springframework.security.access.expression.AbstractSecurityExpressionHandler
org.springframework.security.access.expression.DenyAllPermissionEvaluator
org.springframework.security.access.expression.ExpressionUtils
org.springframework.security.access.expression.SecurityExpressionHandler
org.springframework.security.access.expression.SecurityExpressionOperations
org.springframework.security.access.expression.SecurityExpressionRoot
org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler
org.springframework.security.access.expression.method.ExpressionBasedAnnotationAttributeFactory
org.springframework.security.access.expression.method.ExpressionBasedPostInvocationAdvice
org.springframework.security.access.expression.method.ExpressionBasedPreInvocationAdvice
org.springframework.security.access.expression.method.MethodSecurityExpressionHandler
org.springframework.security.access.expression.method.MethodSecurityExpressionOperations
org.springframework.security.access.hierarchicalroles.CycleInRoleHierarchyException
org.springframework.security.access.hierarchicalroles.NullRoleHierarchy
org.springframework.security.access.hierarchicalroles.RoleHierarchy
org.springframework.security.access.hierarchicalroles.RoleHierarchyAuthoritiesMapper
org.springframework.security.access.hierarchicalroles.RoleHierarchyImpl
org.springframework.security.access.hierarchicalroles.RoleHierarchyUtils
org.springframework.security.access.intercept.AbstractSecurityInterceptor
org.springframework.security.access.intercept.AfterInvocationManager
org.springframework.security.access.intercept.AfterInvocationProviderManager
org.springframework.security.access.intercept.InterceptorStatusToken
org.springframework.security.access.intercept.MethodInvocationPrivilegeEvaluator
org.springframework.security.access.intercept.RunAsImplAuthenticationProvider
org.springframework.security.access.intercept.RunAsManager
org.springframework.security.access.intercept.RunAsManagerImpl
org.springframework.security.access.intercept.RunAsUserToken
org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor
org.springframework.security.access.intercept.aopalliance.MethodSecurityMetadataSourceAdvisor
org.springframework.security.access.intercept.aspectj.AspectJCallback
org.springframework.security.access.intercept.aspectj.AspectJMethodSecurityInterceptor
org.springframework.security.access.intercept.aspectj.MethodInvocationAdapter
org.springframework.security.access.method.AbstractFallbackMethodSecurityMetadataSource
org.springframework.security.access.method.AbstractMethodSecurityMetadataSource
org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource
org.springframework.security.access.method.MapBasedMethodSecurityMetadataSource
org.springframework.security.access.method.MethodSecurityMetadataSource
org.springframework.security.access.method.P
org.springframework.security.access.prepost.PostAuthorize
org.springframework.security.access.prepost.PostFilter
org.springframework.security.access.prepost.PostInvocationAdviceProvider
org.springframework.security.access.prepost.PostInvocationAttribute
org.springframework.security.access.prepost.PostInvocationAuthorizationAdvice
org.springframework.security.access.prepost.PreAuthorize
org.springframework.security.access.prepost.PreFilter
org.springframework.security.access.prepost.PreInvocationAttribute
org.springframework.security.access.prepost.PreInvocationAuthorizationAdvice
org.springframework.security.access.prepost.PreInvocationAuthorizationAdviceVoter
org.springframework.security.access.prepost.PrePostAdviceReactiveMethodInterceptor
org.springframework.security.access.prepost.PrePostAnnotationSecurityMetadataSource
org.springframework.security.access.prepost.PrePostInvocationAttributeFactory
org.springframework.security.access.vote.AbstractAccessDecisionManager
org.springframework.security.access.vote.AbstractAclVoter
org.springframework.security.access.vote.AffirmativeBased
org.springframework.security.access.vote.AuthenticatedVoter
org.springframework.security.access.vote.ConsensusBased
org.springframework.security.access.vote.RoleHierarchyVoter
org.springframework.security.access.vote.RoleVoter
org.springframework.security.access.vote.UnanimousBased
org.springframework.security.authentication.AbstractAuthenticationToken
org.springframework.security.authentication.AbstractUserDetailsReactiveAuthenticationManager
org.springframework.security.authentication.AccountExpiredException
org.springframework.security.authentication.AccountStatusException
org.springframework.security.authentication.AccountStatusUserDetailsChecker
org.springframework.security.authentication.AnonymousAuthenticationProvider
org.springframework.security.authentication.AnonymousAuthenticationToken
org.springframework.security.authentication.AuthenticationCredentialsNotFoundException
org.springframework.security.authentication.AuthenticationDetailsSource
org.springframework.security.authentication.AuthenticationEventPublisher
org.springframework.security.authentication.AuthenticationManager
org.springframework.security.authentication.AuthenticationManagerResolver
org.springframework.security.authentication.AuthenticationProvider
org.springframework.security.authentication.AuthenticationServiceException
org.springframework.security.authentication.AuthenticationTrustResolver
org.springframework.security.authentication.AuthenticationTrustResolverImpl
org.springframework.security.authentication.BadCredentialsException
org.springframework.security.authentication.CachingUserDetailsService
org.springframework.security.authentication.CredentialsExpiredException
org.springframework.security.authentication.DefaultAuthenticationEventPublisher
org.springframework.security.authentication.DelegatingReactiveAuthenticationManager
org.springframework.security.authentication.DisabledException
org.springframework.security.authentication.InsufficientAuthenticationException
org.springframework.security.authentication.InternalAuthenticationServiceException
org.springframework.security.authentication.LockedException
org.springframework.security.authentication.ProviderManager
org.springframework.security.authentication.ProviderNotFoundException
org.springframework.security.authentication.ReactiveAuthenticationManager
org.springframework.security.authentication.ReactiveAuthenticationManagerAdapter
org.springframework.security.authentication.ReactiveAuthenticationManagerResolver
org.springframework.security.authentication.RememberMeAuthenticationProvider
org.springframework.security.authentication.RememberMeAuthenticationToken
org.springframework.security.authentication.TestingAuthenticationProvider
org.springframework.security.authentication.TestingAuthenticationToken
org.springframework.security.authentication.UserDetailsRepositoryReactiveAuthenticationManager
org.springframework.security.authentication.UsernamePasswordAuthenticationToken
org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider
org.springframework.security.authentication.dao.DaoAuthenticationProvider
org.springframework.security.authentication.event.AbstractAuthenticationEvent
org.springframework.security.authentication.event.AbstractAuthenticationFailureEvent
org.springframework.security.authentication.event.AuthenticationFailureBadCredentialsEvent
org.springframework.security.authentication.event.AuthenticationFailureCredentialsExpiredEvent
org.springframework.security.authentication.event.AuthenticationFailureDisabledEvent
org.springframework.security.authentication.event.AuthenticationFailureExpiredEvent
org.springframework.security.authentication.event.AuthenticationFailureLockedEvent
org.springframework.security.authentication.event.AuthenticationFailureProviderNotFoundEvent
org.springframework.security.authentication.event.AuthenticationFailureProxyUntrustedEvent
org.springframework.security.authentication.event.AuthenticationFailureServiceExceptionEvent
org.springframework.security.authentication.event.AuthenticationSuccessEvent
org.springframework.security.authentication.event.InteractiveAuthenticationSuccessEvent
org.springframework.security.authentication.event.LoggerListener
org.springframework.security.authentication.event.LogoutSuccessEvent
org.springframework.security.authentication.jaas.AbstractJaasAuthenticationProvider
org.springframework.security.authentication.jaas.AuthorityGranter
org.springframework.security.authentication.jaas.DefaultJaasAuthenticationProvider
org.springframework.security.authentication.jaas.DefaultLoginExceptionResolver
org.springframework.security.authentication.jaas.JaasAuthenticationCallbackHandler
org.springframework.security.authentication.jaas.JaasAuthenticationProvider
org.springframework.security.authentication.jaas.JaasAuthenticationToken
org.springframework.security.authentication.jaas.JaasGrantedAuthority
org.springframework.security.authentication.jaas.JaasNameCallbackHandler
org.springframework.security.authentication.jaas.JaasPasswordCallbackHandler
org.springframework.security.authentication.jaas.LoginExceptionResolver
org.springframework.security.authentication.jaas.SecurityContextLoginModule
org.springframework.security.authentication.jaas.event.JaasAuthenticationEvent
org.springframework.security.authentication.jaas.event.JaasAuthenticationFailedEvent
org.springframework.security.authentication.jaas.event.JaasAuthenticationSuccessEvent
org.springframework.security.authentication.jaas.memory.InMemoryConfiguration
org.springframework.security.authentication.rcp.RemoteAuthenticationException
org.springframework.security.authentication.rcp.RemoteAuthenticationManager
org.springframework.security.authentication.rcp.RemoteAuthenticationManagerImpl
org.springframework.security.authentication.rcp.RemoteAuthenticationProvider
org.springframework.security.authorization.AuthenticatedAuthorizationManager
org.springframework.security.authorization.AuthenticatedReactiveAuthorizationManager
org.springframework.security.authorization.AuthorityAuthorizationManager
org.springframework.security.authorization.AuthorityReactiveAuthorizationManager
org.springframework.security.authorization.AuthorizationDecision
org.springframework.security.authorization.AuthorizationManager
org.springframework.security.authorization.ReactiveAuthorizationManager
org.springframework.security.concurrent.DelegatingSecurityContextCallable
org.springframework.security.concurrent.DelegatingSecurityContextExecutor
org.springframework.security.concurrent.DelegatingSecurityContextExecutorService
org.springframework.security.concurrent.DelegatingSecurityContextRunnable
org.springframework.security.concurrent.DelegatingSecurityContextScheduledExecutorService
org.springframework.security.context.DelegatingApplicationListener
org.springframework.security.converter.RsaKeyConverters
org.springframework.security.core.AuthenticatedPrincipal
org.springframework.security.core.Authentication
org.springframework.security.core.AuthenticationException
org.springframework.security.core.CredentialsContainer
org.springframework.security.core.GrantedAuthority
org.springframework.security.core.SpringSecurityCoreVersion
org.springframework.security.core.SpringSecurityMessageSource
org.springframework.security.core.Transient
org.springframework.security.core.annotation.AuthenticationPrincipal
org.springframework.security.core.annotation.CurrentSecurityContext
org.springframework.security.core.authority.AuthorityUtils
org.springframework.security.core.authority.GrantedAuthoritiesContainer
org.springframework.security.core.authority.SimpleGrantedAuthority
org.springframework.security.core.authority.mapping.Attributes2GrantedAuthoritiesMapper
org.springframework.security.core.authority.mapping.GrantedAuthoritiesMapper
org.springframework.security.core.authority.mapping.MapBasedAttributes2GrantedAuthoritiesMapper
org.springframework.security.core.authority.mapping.MappableAttributesRetriever
org.springframework.security.core.authority.mapping.NullAuthoritiesMapper
org.springframework.security.core.authority.mapping.SimpleAttributes2GrantedAuthoritiesMapper
org.springframework.security.core.authority.mapping.SimpleAuthorityMapper
org.springframework.security.core.authority.mapping.SimpleMappableAttributesRetriever
org.springframework.security.core.context.ReactiveSecurityContextHolder
org.springframework.security.core.context.SecurityContext
org.springframework.security.core.context.SecurityContextHolder
org.springframework.security.core.context.SecurityContextHolderStrategy
org.springframework.security.core.context.SecurityContextImpl
org.springframework.security.core.parameters.AnnotationParameterNameDiscoverer
org.springframework.security.core.parameters.DefaultSecurityParameterNameDiscoverer
org.springframework.security.core.parameters.P
org.springframework.security.core.session.AbstractSessionEvent
org.springframework.security.core.session.SessionCreationEvent
org.springframework.security.core.session.SessionDestroyedEvent
org.springframework.security.core.session.SessionIdChangedEvent
org.springframework.security.core.session.SessionInformation
org.springframework.security.core.session.SessionRegistry
org.springframework.security.core.session.SessionRegistryImpl
org.springframework.security.core.token.DefaultToken
org.springframework.security.core.token.KeyBasedPersistenceTokenService
org.springframework.security.core.token.SecureRandomFactoryBean
org.springframework.security.core.token.Sha512DigestUtils
org.springframework.security.core.token.Token
org.springframework.security.core.token.TokenService
org.springframework.security.core.userdetails.AuthenticationUserDetailsService
org.springframework.security.core.userdetails.MapReactiveUserDetailsService
org.springframework.security.core.userdetails.ReactiveUserDetailsPasswordService
org.springframework.security.core.userdetails.ReactiveUserDetailsService
org.springframework.security.core.userdetails.User
org.springframework.security.core.userdetails.User.UserBuilder
org.springframework.security.core.userdetails.UserCache
org.springframework.security.core.userdetails.UserDetails
org.springframework.security.core.userdetails.UserDetailsByNameServiceWrapper
org.springframework.security.core.userdetails.UserDetailsChecker
org.springframework.security.core.userdetails.UserDetailsPasswordService
org.springframework.security.core.userdetails.UserDetailsService
org.springframework.security.core.userdetails.UsernameNotFoundException
org.springframework.security.core.userdetails.cache.EhCacheBasedUserCache
org.springframework.security.core.userdetails.cache.NullUserCache
org.springframework.security.core.userdetails.cache.SpringCacheBasedUserCache
org.springframework.security.core.userdetails.jdbc.JdbcDaoImpl
org.springframework.security.core.userdetails.memory.UserAttribute
org.springframework.security.core.userdetails.memory.UserAttributeEditor
org.springframework.security.jackson2.CoreJackson2Module
org.springframework.security.jackson2.SecurityJackson2Modules
org.springframework.security.jackson2.SimpleGrantedAuthorityMixin
org.springframework.security.provisioning.GroupManager
org.springframework.security.provisioning.InMemoryUserDetailsManager
org.springframework.security.provisioning.JdbcUserDetailsManager
org.springframework.security.provisioning.UserDetailsManager
org.springframework.security.scheduling.DelegatingSecurityContextSchedulingTaskExecutor
org.springframework.security.scheduling.DelegatingSecurityContextTaskScheduler
org.springframework.security.task.DelegatingSecurityContextAsyncTaskExecutor
org.springframework.security.task.DelegatingSecurityContextTaskExecutor
org.springframework.security.util.FieldUtils
org.springframework.security.util.InMemoryResource
org.springframework.security.util.MethodInvocationUtils
org.springframework.security.util.SimpleMethodInvocation