组织ID: |
org.springframework.security |
项目ID: |
spring-security-web |
版本: |
5.1.6.RELEASE |
最后修改时间: |
2019-08-06 09:16:12 |
包类型: |
jar |
标题: |
spring-security-web |
描述: |
spring-security-web |
相关URL: |
https://spring.io/spring-security |
大小: |
525.03KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>5.1.6.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.security:spring-security-web:5.1.6.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>5.1.6.RELEASE</version>
<name>spring-security-web</name>
<description>spring-security-web</description>
<url>https://spring.io/spring-security</url>
<organization>
<name>spring.io</name>
<url>https://spring.io/</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>rwinch</id>
<name>Rob Winch</name>
<email>rwinch@pivotal.io</email>
</developer>
<developer>
<id>jgrandja</id>
<name>Joe Grandja</name>
<email>jgrandja@pivotal.io</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/spring-projects/spring-security</connection>
<developerConnection>scm:git:git://github.com/spring-projects/spring-security</developerConnection>
<url>https://github.com/spring-projects/spring-security</url>
</scm>
<dependencies>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>5.1.6.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<scope>compile</scope>
<version>5.1.9.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<scope>compile</scope>
<version>5.1.9.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<scope>compile</scope>
<version>5.1.9.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
<version>5.1.9.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
<scope>compile</scope>
<version>5.1.9.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<scope>compile</scope>
<version>5.1.9.RELEASE</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<scope>compile</scope>
<optional>true</optional>
<version>2.9.9.2</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<scope>compile</scope>
<optional>true</optional>
<version>3.2.11.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<scope>compile</scope>
<optional>true</optional>
<version>5.1.9.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<scope>compile</scope>
<optional>true</optional>
<version>5.1.9.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
<scope>compile</scope>
<optional>true</optional>
<version>5.1.9.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<scope>compile</scope>
<optional>true</optional>
<version>5.1.9.RELEASE</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<scope>test</scope>
<version>1.11</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<scope>test</scope>
<version>3.2.11.RELEASE</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<scope>test</scope>
<version>2.4.0-b180830.0359</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
<version>4.12</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
<version>3.11.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<scope>test</scope>
<version>2.4.17</version>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<scope>test</scope>
<version>2.4.1</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
<version>2.23.4</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito2</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>mockito-all</artifactId>
<groupId>org.mockito</groupId>
</exclusion>
</exclusions>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-support</artifactId>
<scope>test</scope>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-core</artifactId>
<scope>test</scope>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<scope>test</scope>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4-common</artifactId>
<scope>test</scope>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-reflect</artifactId>
<scope>test</scope>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<scope>test</scope>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>junit-dep</artifactId>
<groupId>junit</groupId>
</exclusion>
</exclusions>
<version>1.0-groovy-2.4</version>
</dependency>
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-spring</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>junit-dep</artifactId>
<groupId>junit</groupId>
</exclusion>
</exclusions>
<version>1.0-groovy-2.4</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>5.1.6.RELEASE</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
<version>5.1.9.RELEASE</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.security.web.DefaultRedirectStrategy.class
org.springframework.security.web.http.SecurityHeaders.class
org.springframework.security.web.RedirectStrategy.class
org.springframework.security.web.servletapi.HttpServlet3RequestFactory$SecurityContextAsyncContext.class
org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestWrapper.class
org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.class
org.springframework.security.web.servletapi.HttpServlet25RequestFactory.class
org.springframework.security.web.servletapi.HttpServlet3RequestFactory$Servlet3SecurityContextHolderAwareRequestWrapper.class
org.springframework.security.web.servletapi.HttpServletRequestFactory.class
org.springframework.security.web.servletapi.HttpServlet3RequestFactory.class
org.springframework.security.web.PortMapper.class
org.springframework.security.web.FilterChainProxy$FilterChainValidator.class
org.springframework.security.web.firewall.StrictHttpFirewall$1.class
org.springframework.security.web.firewall.StrictHttpFirewall.class
org.springframework.security.web.firewall.RequestWrapper.class
org.springframework.security.web.firewall.RequestRejectedException.class
org.springframework.security.web.firewall.FirewalledResponse.class
org.springframework.security.web.firewall.FirewalledRequest.class
org.springframework.security.web.firewall.HttpFirewall.class
org.springframework.security.web.firewall.DefaultHttpFirewall.class
org.springframework.security.web.firewall.RequestWrapper$FirewalledRequestAwareRequestDispatcher.class
org.springframework.security.web.bind.support.AuthenticationPrincipalArgumentResolver.class
org.springframework.security.web.bind.annotation.AuthenticationPrincipal.class
org.springframework.security.web.context.SecurityContextPersistenceFilter.class
org.springframework.security.web.context.HttpRequestResponseHolder.class
org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.class
org.springframework.security.web.context.request.async.SecurityContextCallableProcessingInterceptor.class
org.springframework.security.web.context.support.SecurityWebApplicationContextUtils.class
org.springframework.security.web.context.AbstractSecurityWebApplicationInitializer.class
org.springframework.security.web.context.SecurityContextRepository.class
org.springframework.security.web.context.NullSecurityContextRepository.class
org.springframework.security.web.context.HttpSessionSecurityContextRepository$Servlet3SaveToSessionRequestWrapper.class
org.springframework.security.web.context.HttpSessionSecurityContextRepository$SaveToSessionResponseWrapper.class
org.springframework.security.web.context.SaveContextOnUpdateOrErrorResponseWrapper.class
org.springframework.security.web.context.HttpSessionSecurityContextRepository.class
org.springframework.security.web.AuthenticationEntryPoint.class
org.springframework.security.web.method.annotation.AuthenticationPrincipalArgumentResolver.class
org.springframework.security.web.method.annotation.CsrfTokenArgumentResolver.class
org.springframework.security.web.access.AccessDeniedHandler.class
org.springframework.security.web.access.AccessDeniedHandlerImpl.class
org.springframework.security.web.access.ExceptionTranslationFilter$1.class
org.springframework.security.web.access.WebInvocationPrivilegeEvaluator.class
org.springframework.security.web.access.ExceptionTranslationFilter$DefaultThrowableAnalyzer$1.class
org.springframework.security.web.access.DelegatingAccessDeniedHandler.class
org.springframework.security.web.access.channel.InsecureChannelProcessor.class
org.springframework.security.web.access.channel.RetryWithHttpEntryPoint.class
org.springframework.security.web.access.channel.ChannelProcessor.class
org.springframework.security.web.access.channel.ChannelDecisionManagerImpl.class
org.springframework.security.web.access.channel.ChannelEntryPoint.class
org.springframework.security.web.access.channel.AbstractRetryEntryPoint.class
org.springframework.security.web.access.channel.RetryWithHttpsEntryPoint.class
org.springframework.security.web.access.channel.ChannelProcessingFilter.class
org.springframework.security.web.access.channel.SecureChannelProcessor.class
org.springframework.security.web.access.channel.ChannelDecisionManager.class
org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator.class
org.springframework.security.web.access.RequestMatcherDelegatingAccessDeniedHandler.class
org.springframework.security.web.access.intercept.RequestKey.class
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.class
org.springframework.security.web.access.intercept.DefaultFilterInvocationSecurityMetadataSource.class
org.springframework.security.web.access.intercept.FilterInvocationSecurityMetadataSource.class
org.springframework.security.web.access.expression.DelegatingEvaluationContext.class
org.springframework.security.web.access.expression.WebExpressionVoter.class
org.springframework.security.web.access.expression.ExpressionBasedFilterInvocationSecurityMetadataSource$AntPathMatcherEvaluationContextPostProcessor.class
org.springframework.security.web.access.expression.AbstractVariableEvaluationContextPostProcessor.class
org.springframework.security.web.access.expression.DefaultWebSecurityExpressionHandler.class
org.springframework.security.web.access.expression.EvaluationContextPostProcessor.class
org.springframework.security.web.access.expression.ExpressionBasedFilterInvocationSecurityMetadataSource$RequestVariablesExtractorEvaluationContextPostProcessor.class
org.springframework.security.web.access.expression.AbstractVariableEvaluationContextPostProcessor$1.class
org.springframework.security.web.access.expression.WebSecurityExpressionRoot.class
org.springframework.security.web.access.expression.WebExpressionConfigAttribute.class
org.springframework.security.web.access.expression.ExpressionBasedFilterInvocationSecurityMetadataSource.class
org.springframework.security.web.access.ExceptionTranslationFilter$DefaultThrowableAnalyzer.class
org.springframework.security.web.access.ExceptionTranslationFilter.class
org.springframework.security.web.PortMapperImpl.class
org.springframework.security.web.WebAttributes.class
org.springframework.security.web.DefaultSecurityFilterChain.class
org.springframework.security.web.FilterChainProxy.class
org.springframework.security.web.authentication.AuthenticationSuccessHandler.class
org.springframework.security.web.authentication.AuthenticationFailureHandler.class
org.springframework.security.web.authentication.WebAuthenticationDetailsSource.class
org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint.class
org.springframework.security.web.authentication.AnonymousAuthenticationFilter.class
org.springframework.security.web.authentication.switchuser.AuthenticationSwitchUserEvent.class
org.springframework.security.web.authentication.switchuser.SwitchUserFilter.class
org.springframework.security.web.authentication.switchuser.SwitchUserGrantedAuthority.class
org.springframework.security.web.authentication.switchuser.SwitchUserAuthorityChanger.class
org.springframework.security.web.authentication.DelegatingAuthenticationFailureHandler.class
org.springframework.security.web.authentication.NullRememberMeServices.class
org.springframework.security.web.authentication.logout.CookieClearingLogoutHandler.class
org.springframework.security.web.authentication.logout.DelegatingLogoutSuccessHandler.class
org.springframework.security.web.authentication.logout.HttpStatusReturningLogoutSuccessHandler.class
org.springframework.security.web.authentication.logout.ForwardLogoutSuccessHandler.class
org.springframework.security.web.authentication.logout.SecurityContextLogoutHandler.class
org.springframework.security.web.authentication.logout.LogoutFilter.class
org.springframework.security.web.authentication.logout.LogoutHandler.class
org.springframework.security.web.authentication.logout.LogoutSuccessHandler.class
org.springframework.security.web.authentication.logout.SimpleUrlLogoutSuccessHandler.class
org.springframework.security.web.authentication.logout.CompositeLogoutHandler.class
org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails.class
org.springframework.security.web.authentication.preauth.x509.X509AuthenticationFilter.class
org.springframework.security.web.authentication.preauth.x509.X509PrincipalExtractor.class
org.springframework.security.web.authentication.preauth.x509.SubjectDnX509PrincipalExtractor.class
org.springframework.security.web.authentication.preauth.RequestHeaderAuthenticationFilter.class
org.springframework.security.web.authentication.preauth.RequestAttributeAuthenticationFilter.class
org.springframework.security.web.authentication.preauth.j2ee.J2eePreAuthenticatedProcessingFilter.class
org.springframework.security.web.authentication.preauth.j2ee.WebXmlMappableAttributesRetriever.class
org.springframework.security.web.authentication.preauth.j2ee.WebXmlMappableAttributesRetriever$1.class
org.springframework.security.web.authentication.preauth.j2ee.WebXmlMappableAttributesRetriever$MyEntityResolver.class
org.springframework.security.web.authentication.preauth.j2ee.J2eeBasedPreAuthenticatedWebAuthenticationDetailsSource.class
org.springframework.security.web.authentication.preauth.websphere.DefaultWASUsernameAndGroupsExtractor.class
org.springframework.security.web.authentication.preauth.websphere.WebSpherePreAuthenticatedWebAuthenticationDetailsSource.class
org.springframework.security.web.authentication.preauth.websphere.WebSpherePreAuthenticatedProcessingFilter.class
org.springframework.security.web.authentication.preauth.websphere.WASUsernameAndGroupsExtractor.class
org.springframework.security.web.authentication.preauth.PreAuthenticatedAuthenticationToken.class
org.springframework.security.web.authentication.preauth.AbstractPreAuthenticatedProcessingFilter.class
org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesUserDetailsService.class
org.springframework.security.web.authentication.preauth.PreAuthenticatedCredentialsNotFoundException.class
org.springframework.security.web.authentication.preauth.PreAuthenticatedAuthenticationProvider.class
org.springframework.security.web.authentication.DelegatingAuthenticationEntryPoint.class
org.springframework.security.web.authentication.ExceptionMappingAuthenticationFailureHandler.class
org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter.class
org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter.class
org.springframework.security.web.authentication.HttpStatusEntryPoint.class
org.springframework.security.web.authentication.ForwardAuthenticationSuccessHandler.class
org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.class
org.springframework.security.web.authentication.WebAuthenticationDetails.class
org.springframework.security.web.authentication.SimpleUrlAuthenticationSuccessHandler.class
org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler.class
org.springframework.security.web.authentication.Http403ForbiddenEntryPoint.class
org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter.class
org.springframework.security.web.authentication.ForwardAuthenticationFailureHandler.class
org.springframework.security.web.authentication.rememberme.PersistentTokenBasedRememberMeServices.class
org.springframework.security.web.authentication.rememberme.CookieTheftException.class
org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.class
org.springframework.security.web.authentication.rememberme.AbstractRememberMeServices.class
org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationException.class
org.springframework.security.web.authentication.rememberme.JdbcTokenRepositoryImpl$1.class
org.springframework.security.web.authentication.rememberme.InvalidCookieException.class
org.springframework.security.web.authentication.rememberme.PersistentRememberMeToken.class
org.springframework.security.web.authentication.rememberme.PersistentTokenRepository.class
org.springframework.security.web.authentication.rememberme.TokenBasedRememberMeServices.class
org.springframework.security.web.authentication.rememberme.JdbcTokenRepositoryImpl.class
org.springframework.security.web.authentication.rememberme.InMemoryTokenRepositoryImpl.class
org.springframework.security.web.authentication.session.ConcurrentSessionControlAuthenticationStrategy.class
org.springframework.security.web.authentication.session.NullAuthenticatedSessionStrategy.class
org.springframework.security.web.authentication.session.SessionFixationProtectionStrategy.class
org.springframework.security.web.authentication.session.SessionFixationProtectionEvent.class
org.springframework.security.web.authentication.session.SessionAuthenticationException.class
org.springframework.security.web.authentication.session.RegisterSessionAuthenticationStrategy.class
org.springframework.security.web.authentication.session.SessionAuthenticationStrategy.class
org.springframework.security.web.authentication.session.ChangeSessionIdAuthenticationStrategy.class
org.springframework.security.web.authentication.session.AbstractSessionFixationProtectionStrategy$NullEventPublisher.class
org.springframework.security.web.authentication.session.CompositeSessionAuthenticationStrategy.class
org.springframework.security.web.authentication.session.AbstractSessionFixationProtectionStrategy.class
org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler.class
org.springframework.security.web.authentication.RememberMeServices.class
org.springframework.security.web.authentication.SavedRequestAwareAuthenticationSuccessHandler.class
org.springframework.security.web.authentication.www.BasicAuthenticationFilter.class
org.springframework.security.web.authentication.www.DigestAuthenticationFilter$DigestData.class
org.springframework.security.web.authentication.www.DigestAuthenticationFilter.class
org.springframework.security.web.authentication.www.NonceExpiredException.class
org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint.class
org.springframework.security.web.authentication.www.DigestAuthUtils.class
org.springframework.security.web.authentication.www.DigestAuthenticationEntryPoint.class
org.springframework.security.web.FilterChainProxy$NullFilterChainValidator.class
org.springframework.security.web.FilterInvocation$1.class
org.springframework.security.web.savedrequest.DefaultSavedRequest$Builder.class
org.springframework.security.web.savedrequest.HttpSessionRequestCache.class
org.springframework.security.web.savedrequest.DefaultSavedRequest.class
org.springframework.security.web.savedrequest.FastHttpDateFormat.class
org.springframework.security.web.savedrequest.RequestCache.class
org.springframework.security.web.savedrequest.SavedRequestAwareWrapper.class
org.springframework.security.web.savedrequest.Enumerator.class
org.springframework.security.web.savedrequest.RequestCacheAwareFilter.class
org.springframework.security.web.savedrequest.SavedCookie.class
org.springframework.security.web.savedrequest.SimpleSavedRequest.class
org.springframework.security.web.savedrequest.DefaultSavedRequest$1.class
org.springframework.security.web.savedrequest.NullRequestCache.class
org.springframework.security.web.savedrequest.SavedRequest.class
org.springframework.security.web.jackson2.PreAuthenticatedAuthenticationTokenMixin.class
org.springframework.security.web.jackson2.WebJackson2Module.class
org.springframework.security.web.jackson2.PreAuthenticatedAuthenticationTokenDeserializer$1.class
org.springframework.security.web.jackson2.SavedCookieMixin.class
org.springframework.security.web.jackson2.DefaultSavedRequestMixin.class
org.springframework.security.web.jackson2.CookieMixin.class
org.springframework.security.web.jackson2.WebAuthenticationDetailsMixin.class
org.springframework.security.web.jackson2.WebServletJackson2Module.class
org.springframework.security.web.jackson2.DefaultCsrfTokenMixin.class
org.springframework.security.web.jackson2.CookieDeserializer.class
org.springframework.security.web.jackson2.PreAuthenticatedAuthenticationTokenDeserializer.class
org.springframework.security.web.PortResolverImpl.class
org.springframework.security.web.servlet.support.csrf.CsrfRequestDataValueProcessor.class
org.springframework.security.web.servlet.util.matcher.MvcRequestMatcher$1.class
org.springframework.security.web.servlet.util.matcher.MvcRequestMatcher$DefaultMatcher.class
org.springframework.security.web.servlet.util.matcher.MvcRequestMatcher.class
org.springframework.security.web.debug.Logger.class
org.springframework.security.web.debug.DebugFilter.class
org.springframework.security.web.debug.DebugRequestWrapper.class
org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequestDispatcher.class
org.springframework.security.web.header.HeaderWriter.class
org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest.class
org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterResponse.class
org.springframework.security.web.header.Header.class
org.springframework.security.web.header.HeaderWriterFilter.class
org.springframework.security.web.header.writers.HstsHeaderWriter$1.class
org.springframework.security.web.header.writers.HpkpHeaderWriter$1.class
org.springframework.security.web.header.writers.frameoptions.XFrameOptionsHeaderWriter.class
org.springframework.security.web.header.writers.frameoptions.WhiteListedAllowFromStrategy.class
org.springframework.security.web.header.writers.frameoptions.AbstractRequestParameterAllowFromStrategy.class
org.springframework.security.web.header.writers.frameoptions.RegExpAllowFromStrategy.class
org.springframework.security.web.header.writers.frameoptions.XFrameOptionsHeaderWriter$XFrameOptionsMode.class
org.springframework.security.web.header.writers.frameoptions.AllowFromStrategy.class
org.springframework.security.web.header.writers.frameoptions.StaticAllowFromStrategy.class
org.springframework.security.web.header.writers.HstsHeaderWriter.class
org.springframework.security.web.header.writers.XXssProtectionHeaderWriter.class
org.springframework.security.web.header.writers.ContentSecurityPolicyHeaderWriter.class
org.springframework.security.web.header.writers.CacheControlHeadersWriter.class
org.springframework.security.web.header.writers.DelegatingRequestMatcherHeaderWriter.class
org.springframework.security.web.header.writers.ReferrerPolicyHeaderWriter.class
org.springframework.security.web.header.writers.ReferrerPolicyHeaderWriter$ReferrerPolicy.class
org.springframework.security.web.header.writers.FeaturePolicyHeaderWriter.class
org.springframework.security.web.header.writers.XContentTypeOptionsHeaderWriter.class
org.springframework.security.web.header.writers.StaticHeadersWriter.class
org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher.class
org.springframework.security.web.header.writers.HpkpHeaderWriter.class
org.springframework.security.web.header.writers.HpkpHeaderWriter$SecureRequestMatcher.class
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.class
org.springframework.security.web.server.transport.HttpsRedirectWebFilter.class
org.springframework.security.web.server.ServerRedirectStrategy.class
org.springframework.security.web.server.context.NoOpServerSecurityContextRepository.class
org.springframework.security.web.server.context.SecurityContextServerWebExchange.class
org.springframework.security.web.server.context.ReactorContextWebFilter.class
org.springframework.security.web.server.context.WebSessionServerSecurityContextRepository.class
org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter.class
org.springframework.security.web.server.context.ServerSecurityContextRepository.class
org.springframework.security.web.server.ServerAuthenticationEntryPoint.class
org.springframework.security.web.server.WebFilterChainProxy.class
org.springframework.security.web.server.ui.LogoutPageGeneratingWebFilter.class
org.springframework.security.web.server.ui.LoginPageGeneratingWebFilter.class
org.springframework.security.web.server.DelegatingServerAuthenticationEntryPoint.class
org.springframework.security.web.server.authentication.RedirectServerAuthenticationFailureHandler.class
org.springframework.security.web.server.authentication.RedirectServerAuthenticationSuccessHandler.class
org.springframework.security.web.server.authentication.HttpBasicServerAuthenticationEntryPoint.class
org.springframework.security.web.server.authentication.ServerAuthenticationFailureHandler.class
org.springframework.security.web.server.authentication.logout.RedirectServerLogoutSuccessHandler.class
org.springframework.security.web.server.authentication.logout.LogoutWebFilter.class
org.springframework.security.web.server.authentication.logout.ServerLogoutSuccessHandler.class
org.springframework.security.web.server.authentication.logout.DelegatingServerLogoutHandler.class
org.springframework.security.web.server.authentication.logout.ServerLogoutHandler.class
org.springframework.security.web.server.authentication.logout.HttpStatusReturningServerLogoutSuccessHandler.class
org.springframework.security.web.server.authentication.logout.SecurityContextServerLogoutHandler.class
org.springframework.security.web.server.authentication.ServerAuthenticationSuccessHandler.class
org.springframework.security.web.server.authentication.ServerAuthenticationEntryPointFailureHandler.class
org.springframework.security.web.server.authentication.RedirectServerAuthenticationEntryPoint.class
org.springframework.security.web.server.authentication.DelegatingServerAuthenticationSuccessHandler.class
org.springframework.security.web.server.authentication.HttpStatusServerEntryPoint.class
org.springframework.security.web.server.authentication.WebFilterChainServerAuthenticationSuccessHandler.class
org.springframework.security.web.server.authentication.ServerAuthenticationConverter.class
org.springframework.security.web.server.authentication.ServerHttpBasicAuthenticationConverter.class
org.springframework.security.web.server.authentication.ServerFormLoginAuthenticationConverter.class
org.springframework.security.web.server.authentication.AuthenticationWebFilter.class
org.springframework.security.web.server.DelegatingServerAuthenticationEntryPoint$DelegateEntry.class
org.springframework.security.web.server.savedrequest.NoOpServerRequestCache.class
org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter.class
org.springframework.security.web.server.savedrequest.WebSessionServerRequestCache.class
org.springframework.security.web.server.savedrequest.ServerRequestCache.class
org.springframework.security.web.server.DefaultServerRedirectStrategy.class
org.springframework.security.web.server.ServerHttpBasicAuthenticationConverter.class
org.springframework.security.web.server.header.XXssProtectionServerHttpHeadersWriter.class
org.springframework.security.web.server.header.CompositeServerHttpHeadersWriter.class
org.springframework.security.web.server.header.XContentTypeOptionsServerHttpHeadersWriter.class
org.springframework.security.web.server.header.ReferrerPolicyServerHttpHeadersWriter$ReferrerPolicy.class
org.springframework.security.web.server.header.StaticServerHttpHeadersWriter$Builder.class
org.springframework.security.web.server.header.StrictTransportSecurityServerHttpHeadersWriter.class
org.springframework.security.web.server.header.ContentSecurityPolicyServerHttpHeadersWriter.class
org.springframework.security.web.server.header.ReferrerPolicyServerHttpHeadersWriter.class
org.springframework.security.web.server.header.FeaturePolicyServerHttpHeadersWriter.class
org.springframework.security.web.server.header.HttpHeaderWriterWebFilter.class
org.springframework.security.web.server.header.CacheControlServerHttpHeadersWriter.class
org.springframework.security.web.server.header.XFrameOptionsServerHttpHeadersWriter$Mode.class
org.springframework.security.web.server.header.StaticServerHttpHeadersWriter.class
org.springframework.security.web.server.header.ServerHttpHeadersWriter.class
org.springframework.security.web.server.header.ContentTypeOptionsServerHttpHeadersWriter.class
org.springframework.security.web.server.header.XFrameOptionsServerHttpHeadersWriter.class
org.springframework.security.web.server.ServerFormLoginAuthenticationConverter.class
org.springframework.security.web.server.WebFilterExchange.class
org.springframework.security.web.server.MatcherSecurityWebFilterChain.class
org.springframework.security.web.server.csrf.CsrfToken.class
org.springframework.security.web.server.csrf.ServerCsrfTokenRepository.class
org.springframework.security.web.server.csrf.CsrfWebFilter$1.class
org.springframework.security.web.server.csrf.CsrfServerLogoutHandler.class
org.springframework.security.web.server.csrf.CsrfWebFilter$DefaultRequireCsrfProtectionMatcher.class
org.springframework.security.web.server.csrf.DefaultCsrfToken.class
org.springframework.security.web.server.csrf.CookieServerCsrfTokenRepository.class
org.springframework.security.web.server.csrf.CsrfWebFilter.class
org.springframework.security.web.server.csrf.CsrfException.class
org.springframework.security.web.server.csrf.WebSessionServerCsrfTokenRepository.class
org.springframework.security.web.server.util.matcher.NegatedServerWebExchangeMatcher.class
org.springframework.security.web.server.util.matcher.MediaTypeServerWebExchangeMatcher.class
org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcherEntry.class
org.springframework.security.web.server.util.matcher.OrServerWebExchangeMatcher.class
org.springframework.security.web.server.util.matcher.AndServerWebExchangeMatcher.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
spring-security-core-5.1.6.RELEASE.jar
/org.springframework.security/spring-security-core/5.1.6.RELEASE
查看spring-security-core所有版本文件
spring-aop-5.1.9.RELEASE.jar
/org.springframework/spring-aop/5.1.9.RELEASE
查看spring-aop所有版本文件
spring-beans-5.1.9.RELEASE.jar
/org.springframework/spring-beans/5.1.9.RELEASE
查看spring-beans所有版本文件
spring-context-5.1.9.RELEASE.jar
/org.springframework/spring-context/5.1.9.RELEASE
查看spring-context所有版本文件
spring-core-5.1.9.RELEASE.jar
/org.springframework/spring-core/5.1.9.RELEASE
查看spring-core所有版本文件
spring-expression-5.1.9.RELEASE.jar
/org.springframework/spring-expression/5.1.9.RELEASE
查看spring-expression所有版本文件
spring-web-5.1.9.RELEASE.jar
/org.springframework/spring-web/5.1.9.RELEASE
查看spring-web所有版本文件
jackson-databind-2.9.9.2.jar
/com.fasterxml.jackson.core/jackson-databind/2.9.9.2
查看jackson-databind所有版本文件
reactor-core-3.2.11.RELEASE.jar
/io.projectreactor/reactor-core/3.2.11.RELEASE
查看reactor-core所有版本文件
spring-jdbc-5.1.9.RELEASE.jar
/org.springframework/spring-jdbc/5.1.9.RELEASE
查看spring-jdbc所有版本文件
spring-tx-5.1.9.RELEASE.jar
/org.springframework/spring-tx/5.1.9.RELEASE
查看spring-tx所有版本文件
spring-webflux-5.1.9.RELEASE.jar
/org.springframework/spring-webflux/5.1.9.RELEASE
查看spring-webflux所有版本文件
spring-webmvc-5.1.9.RELEASE.jar
/org.springframework/spring-webmvc/5.1.9.RELEASE
查看spring-webmvc所有版本文件
javax.servlet-api-4.0.1.jar
/javax.servlet/javax.servlet-api/4.0.1
查看javax.servlet-api所有版本文件
commons-codec-1.11.jar
/commons-codec/commons-codec/1.11
查看commons-codec所有版本文件
reactor-test-3.2.11.RELEASE.jar
/io.projectreactor/reactor-test/3.2.11.RELEASE
查看reactor-test所有版本文件
jaxb-api-2.4.0-b180830.0359.jar
/javax.xml.bind/jaxb-api/2.4.0-b180830.0359
查看jaxb-api所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
assertj-core-3.11.1.jar
/org.assertj/assertj-core/3.11.1
查看assertj-core所有版本文件
groovy-all-2.4.17.jar
/org.codehaus.groovy/groovy-all/2.4.17
查看groovy-all所有版本文件
hsqldb-2.4.1.jar
/org.hsqldb/hsqldb/2.4.1
查看hsqldb所有版本文件
mockito-core-2.23.4.jar
/org.mockito/mockito-core/2.23.4
查看mockito-core所有版本文件
powermock-api-mockito2-2.0.2.jar
/org.powermock/powermock-api-mockito2/2.0.2
查看powermock-api-mockito2所有版本文件
powermock-api-support-2.0.2.jar
/org.powermock/powermock-api-support/2.0.2
查看powermock-api-support所有版本文件
powermock-core-2.0.2.jar
/org.powermock/powermock-core/2.0.2
查看powermock-core所有版本文件
powermock-module-junit4-2.0.2.jar
/org.powermock/powermock-module-junit4/2.0.2
查看powermock-module-junit4所有版本文件
powermock-module-junit4-common-2.0.2.jar
/org.powermock/powermock-module-junit4-common/2.0.2
查看powermock-module-junit4-common所有版本文件
powermock-reflect-2.0.2.jar
/org.powermock/powermock-reflect/2.0.2
查看powermock-reflect所有版本文件
jsonassert-1.5.0.jar
/org.skyscreamer/jsonassert/1.5.0
查看jsonassert所有版本文件
spock-core-1.0-groovy-2.4.jar
/org.spockframework/spock-core/1.0-groovy-2.4
查看spock-core所有版本文件
spock-spring-1.0-groovy-2.4.jar
/org.spockframework/spock-spring/1.0-groovy-2.4
查看spock-spring所有版本文件
spring-security-core-5.1.6.RELEASE.jar
/org.springframework.security/spring-security-core/5.1.6.RELEASE
查看spring-security-core所有版本文件
spring-test-5.1.9.RELEASE.jar
/org.springframework/spring-test/5.1.9.RELEASE
查看spring-test所有版本文件
|