文件名称: spring-security-test-6.4.8.jar中文-英文对照文档.zip
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<version>6.4.8</version>
</dependency>Gradle:
implementation group: 'org.springframework.security', name: 'spring-security-test', version: '6.4.8'
Gradle (Short):
implementation 'org.springframework.security:spring-security-test:6.4.8'
Gradle (Kotlin):
implementation("org.springframework.security:spring-security-test:6.4.8")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.springframework.security.test.context
org.springframework.security.test.context.annotation
org.springframework.security.test.context.support
org.springframework.security.test.web.reactive.server
org.springframework.security.test.web.servlet.request
org.springframework.security.test.web.servlet.response
org.springframework.security.test.web.servlet.setup
org.springframework.security.test.web.supportorg.springframework.security.test.context.TestSecurityContextHolder
org.springframework.security.test.context.TestSecurityContextHolderStrategyAdapter
org.springframework.security.test.context.support.ReactorContextTestExecutionListener
org.springframework.security.test.context.support.WithSecurityContextFactory
org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener
org.springframework.security.test.web.reactive.server.SecurityMockServerConfigurers
org.springframework.security.test.web.reactive.server.SecurityMockServerConfigurers.CsrfMutator
org.springframework.security.test.web.reactive.server.SecurityMockServerConfigurers.JwtMutator
org.springframework.security.test.web.reactive.server.SecurityMockServerConfigurers.OAuth2ClientMutator
org.springframework.security.test.web.reactive.server.SecurityMockServerConfigurers.OAuth2LoginMutator
org.springframework.security.test.web.reactive.server.SecurityMockServerConfigurers.OidcLoginMutator
org.springframework.security.test.web.reactive.server.SecurityMockServerConfigurers.OpaqueTokenMutator
org.springframework.security.test.web.reactive.server.SecurityMockServerConfigurers.UserExchangeMutator
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestBuilders
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestBuilders.FormLoginRequestBuilder
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestBuilders.LogoutRequestBuilder
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors.CsrfRequestPostProcessor
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors.DigestRequestPostProcessor
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors.JwtRequestPostProcessor
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors.OAuth2ClientRequestPostProcessor
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors.OAuth2LoginRequestPostProcessor
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors.OidcLoginRequestPostProcessor
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors.OpaqueTokenRequestPostProcessor
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors.UserRequestPostProcessor
org.springframework.security.test.web.servlet.response.SecurityMockMvcResultHandlers
org.springframework.security.test.web.servlet.response.SecurityMockMvcResultMatchers
org.springframework.security.test.web.servlet.response.SecurityMockMvcResultMatchers.AuthenticatedMatcher
org.springframework.security.test.web.servlet.setup.SecurityMockMvcConfigurers
org.springframework.security.test.web.support.WebTestUtils